mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
|
||||
bool "perl-crypt-openssl-rsa"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM # runtime
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL
|
||||
help
|
||||
RSA encoding and decoding, using the openSSL libraries.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 d33681e19d2094df7c26bc7a4509265e Crypt-OpenSSL-RSA-0.31.tar.gz
|
||||
sha256 4173403ad4cf76732192099f833fbfbf3cd8104e0246b3844187ae384d2c5436 Crypt-OpenSSL-RSA-0.31.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
|
||||
sha256 8a693ad3f52daeeb5ac5deceb1e1109c9c87095ed5ba6506d6d5c106e4066f5a LICENSE
|
||||
|
||||
@@ -9,7 +9,8 @@ PERL_CRYPT_OPENSSL_RSA_SOURCE = Crypt-OpenSSL-RSA-$(PERL_CRYPT_OPENSSL_RSA_VERSI
|
||||
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-random \
|
||||
openssl
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user