From 4989be90d8936125a671a4aed6cf42d72ad1e8f4 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Sat, 20 Sep 2025 16:04:35 -0400 Subject: [PATCH] libcyrpt-openssl-rsa-perl: upgrade 0.34 -> 0.35 Changelog: https://metacpan.org/dist/Crypt-OpenSSL-RSA/changes 0.35 May 7 2025 - Disable PKCS#1 v1.5 padding. It's not practical to mitigate marvin attacks so we will instead disable this and require alternatives to address the issue. - Resolves #42 - CVE-2024-2467. Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- ...enssl-rsa-perl_0.34.bb => libcrypt-openssl-rsa-perl_0.35.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libcrypt/{libcrypt-openssl-rsa-perl_0.34.bb => libcrypt-openssl-rsa-perl_0.35.bb} (91%) diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.34.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb similarity index 91% rename from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.34.bb rename to meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb index ffcfa196e8..2e383a83e1 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.34.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb @@ -7,7 +7,7 @@ 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] = "368ed198e1fbaebaa2e681d77dbb3c6f0f94e9bacd97b2674759bfaa75bf4a35" +SRC_URI[sha256sum] = "5eebd55ac071634c864a8e78f5cfafbaaf43cf84c04323a09b71dd76bf025cc2" DEPENDS += "libcrypt-openssl-guess-perl-native openssl"