Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

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

View File

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

View File

@@ -9,5 +9,6 @@ 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 GPL-1.0+
PERL_DIGEST_HMAC_LICENSE_FILES = README
PERL_DIGEST_HMAC_DISTNAME = Digest-HMAC
$(eval $(perl-package))