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,7 +1,7 @@
config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns"
select BR2_PACKAGE_PERL_DIGEST_HMAC
select BR2_PACKAGE_PERL_DIGEST_HMAC # runtime
help
Perl Interface to the Domain Name System
Perl Interface to the Domain Name System.
https://metacpan.org/release/Net-DNS

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 0da1099c0a3548d36ea9e31d5bb9e122 Net-DNS-1.14.tar.gz
sha256 83c38a594eeb2c85d66e60047a0f5b403f34bd92a5d13606f02e828d450299fc Net-DNS-1.14.tar.gz
md5 8a40402888487b853f861d21433f341a Net-DNS-1.19.tar.gz
sha256 206278bdd9a538bec3e45b50e80cc5a9d7dc6e70ebf0889ef78254f0f710ccd7 Net-DNS-1.19.tar.gz
# computed by scancpan
sha256 afa7d288df3e3edbdb34790407ba4a9c7750c2746059d9355f4168bfb3212583 README

View File

@@ -4,11 +4,11 @@
#
################################################################################
PERL_NET_DNS_VERSION = 1.14
PERL_NET_DNS_VERSION = 1.19
PERL_NET_DNS_SOURCE = Net-DNS-$(PERL_NET_DNS_VERSION).tar.gz
PERL_NET_DNS_SITE = $(BR2_CPAN_MIRROR)/authors/id/N/NL/NLNETLABS
PERL_NET_DNS_DEPENDENCIES = perl-digest-hmac
PERL_NET_DNS_LICENSE = MIT
PERL_NET_DNS_LICENSE_FILES = README
PERL_NET_DNS_DISTNAME = Net-DNS
$(eval $(perl-package))