diff mbox series

[meta-perl] libcrypt-openssl-rsa-perl: upgrade 0.33 -> 0.34

Message ID 20250914124506.592617-1-schonm@gmail.com
State Under Review
Headers show
Series [meta-perl] libcrypt-openssl-rsa-perl: upgrade 0.33 -> 0.34 | expand

Commit Message

Jason Schonberg Sept. 14, 2025, 12:45 p.m. UTC
License-Update: Still the same license.  Checksum change due to the change
  of the physical address of the FSF.

0.34 May 5 2025
    - Production release.
0.34_03 May 4 2025
    - Fix bug in rsa_crypt. Need to pass NULL
0.34_02 May 4 2025
    - t/rsa.t needs to tolerate sha1 being disabled on rhel.
0.34_01 May 3 2025
    - docs - plaintext = decrypt(cyphertext)
    - #44 - Fix issue when libz is not linked on AIX
    - #50 - Correct openssl version may not be found
    - #52 - Out of memory on openssl 1.1.1w hpux
    - #47 - Update FSF address and LGPL name in LICENSE
    - #55 - stop using AutoLoader
    - #48 - Whirlpool is missing the header
    - Move github repo to cpan-authors
    - Fully support openSSL 3.x API

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...ssl-rsa-perl_0.33.bb => libcrypt-openssl-rsa-perl_0.34.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-rsa-perl_0.33.bb => libcrypt-openssl-rsa-perl_0.34.bb} (84%)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.34.bb
similarity index 84%
rename from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb
rename to meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.34.bb
index 5b81cfa4a3..ffcfa196e8 100644
--- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.34.bb
@@ -2,12 +2,12 @@  SUMMARY = "Crypt Openssl RSA cpan module"
 SECTION = "libs"
 HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::RSA"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a67ceecc5d9a91a5a0d003ba50c26346"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=399bd4de06d233aa49afa7c47cea8117"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-${PV}.tar.gz \
 "
 
-SRC_URI[sha256sum] = "bdbe630f6d6f540325746ad99977272ac8664ff81bd19f0adaba6d6f45efd864"
+SRC_URI[sha256sum] = "368ed198e1fbaebaa2e681d77dbb3c6f0f94e9bacd97b2674759bfaa75bf4a35"
 
 DEPENDS += "libcrypt-openssl-guess-perl-native openssl"