diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-10-14 21:54:14 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-16 09:50:38 -0700 |
commit | 27a6b1172d0561673216fc39595dc10fc4240222 (patch) | |
tree | 12f75fa75963a468b6d5a9271eaf9ecf6587a9e3 /meta-perl/recipes-perl | |
parent | d80652bd72cf1f0ba1426a4337ee6fb55be7a61e (diff) | |
download | meta-openembedded-27a6b1172d0561673216fc39595dc10fc4240222.tar.gz |
libcrypt-openssl-rsa-perl: Upgrade to 0.32
0.32 changes
- Prefix internal bn2sv function so it doesn't collide with Net::SSLeay
- Ensure that verify() leaves openssl error stack clean on failure
- Fixed broken SEE ALSO links.
- prevent outer $SIG{__DIE__} handler from being called during optional require.
- omit done_testing since it does not work for older perl versions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.32.bb (renamed from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.32.bb index 9a42b52cb6..48c04531ec 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.32.bb | |||
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a67ceecc5d9a91a5a0d003ba50c26346" | |||
5 | 5 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-RSA-${PV}.tar.gz " | 6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-RSA-${PV}.tar.gz " |
7 | 7 | ||
8 | SRC_URI[md5sum] = "d33681e19d2094df7c26bc7a4509265e" | 8 | SRC_URI[sha256sum] = "adc74f0ae125c77f65d5dd32abb9c3429300a79543bf263494f333f9c0b62a61" |
9 | SRC_URI[sha256sum] = "4173403ad4cf76732192099f833fbfbf3cd8104e0246b3844187ae384d2c5436" | ||
10 | 9 | ||
11 | DEPENDS += "libcrypt-openssl-guess-perl-native openssl" | 10 | DEPENDS += "libcrypt-openssl-guess-perl-native openssl" |
12 | 11 | ||