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,11 +1,11 @@
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
bool "perl-crypt-openssl-rsa"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM
select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM # runtime
help
RSA encoding and decoding, using the openSSL libraries
RSA encoding and decoding, using the openSSL libraries.
https://metacpan.org/release/Crypt-OpenSSL-RSA
http://github.com/toddr/Crypt-OpenSSL-RSA
comment "perl-crypt-openssl-rsa needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -1,3 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 86217a5036fc63779c30420b5fd84129 Crypt-OpenSSL-RSA-0.28.tar.gz
sha256 5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be Crypt-OpenSSL-RSA-0.28.tar.gz
md5 d33681e19d2094df7c26bc7a4509265e Crypt-OpenSSL-RSA-0.31.tar.gz
sha256 4173403ad4cf76732192099f833fbfbf3cd8104e0246b3844187ae384d2c5436 Crypt-OpenSSL-RSA-0.31.tar.gz
# computed by scancpan
sha256 8a693ad3f52daeeb5ac5deceb1e1109c9c87095ed5ba6506d6d5c106e4066f5a LICENSE

View File

@@ -4,11 +4,18 @@
#
################################################################################
PERL_CRYPT_OPENSSL_RSA_VERSION = 0.28
PERL_CRYPT_OPENSSL_RSA_VERSION = 0.31
PERL_CRYPT_OPENSSL_RSA_SOURCE = Crypt-OpenSSL-RSA-$(PERL_CRYPT_OPENSSL_RSA_VERSION).tar.gz
PERL_CRYPT_OPENSSL_RSA_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PE/PERLER
PERL_CRYPT_OPENSSL_RSA_DEPENDENCIES = perl-crypt-openssl-random
PERL_CRYPT_OPENSSL_RSA_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR
PERL_CRYPT_OPENSSL_RSA_DEPENDENCIES = \
host-perl-crypt-openssl-guess \
perl-crypt-openssl-random
PERL_CRYPT_OPENSSL_RSA_LICENSE = Artistic or GPL-1.0+
PERL_CRYPT_OPENSSL_RSA_LICENSE_FILES = LICENSE
PERL_CRYPT_OPENSSL_RSA_DISTNAME = Crypt-OpenSSL-RSA
# 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.
PERL_CRYPT_OPENSSL_RSA_CONF_ENV = OPENSSL_PREFIX=$(STAGING_DIR)/usr
$(eval $(perl-package))