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

@@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_NET_SSLEAY
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_OPENSSL
help
Perl extension for using OpenSSL
Perl extension for using OpenSSL.
https://metacpan.org/release/Net-SSLeay

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 cfbe968487149626978f427cc9fb8c77 Net-SSLeay-1.84.tar.gz
sha256 823ec3cbb428309d6a9e56f362a9300693ce3215b7fede109adb7be361fff177 Net-SSLeay-1.84.tar.gz
md5 d602bdce4e0531c6efc276e3e429ca69 Net-SSLeay-1.85.tar.gz
sha256 9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8 Net-SSLeay-1.85.tar.gz
# computed by scancpan
sha256 b55065185a2172d9f2ea2dd87c18c206ea3dc45a64e5f3deb3eee34d839dc822 LICENSE

View File

@@ -4,12 +4,13 @@
#
################################################################################
PERL_NET_SSLEAY_VERSION = 1.84
PERL_NET_SSLEAY_VERSION = 1.85
PERL_NET_SSLEAY_SOURCE = Net-SSLeay-$(PERL_NET_SSLEAY_VERSION).tar.gz
PERL_NET_SSLEAY_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIKEM
PERL_NET_SSLEAY_DEPENDENCIES = openssl
PERL_NET_SSLEAY_LICENSE = OpenSSL
PERL_NET_SSLEAY_LICENSE_FILES = LICENSE
PERL_NET_SSLEAY_DISTNAME = Net-SSLeay
# Try as hard as possible to remedy to the brain-damage their build-system
# suffers from: don't search for openssl, they pick the host-system one.