update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_DIGEST_HMAC
bool "perl-digest-hmac"
help
Digest::HMAC - Keyed-Hashing for Message Authentication
https://github.com/gisle/digest-hmac

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 e6a5d6f552da16eacb5157ea4369ff9d Digest-HMAC-1.03.tar.gz
sha256 3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59 Digest-HMAC-1.03.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# perl-digest-hmac
#
################################################################################
PERL_DIGEST_HMAC_VERSION = 1.03
PERL_DIGEST_HMAC_SOURCE = Digest-HMAC-$(PERL_DIGEST_HMAC_VERSION).tar.gz
PERL_DIGEST_HMAC_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_DIGEST_HMAC_LICENSE = Artistic or GPLv1+
PERL_DIGEST_HMAC_LICENSE_FILES = README
$(eval $(perl-package))