From: J. S. Date: Tue, 15 Apr 2025 19:18:09 +0000 (-0400) Subject: perl: upgrade 5.40.1 -> 5.40.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53c772c941d5ce69ab89f35cd04724b740daf269;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl: upgrade 5.40.1 -> 5.40.2 >From https://metacpan.org/pod/perldelta : This provides a fix for CVE-2024-56406 - Heap buffer overflow vulnerability with tr// There are no changes intentionally incompatible with 5.40.1 Signed-off-by: Jason Schonberg Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl_5.40.1.bb b/meta/recipes-devtools/perl/perl_5.40.2.bb similarity index 99% rename from meta/recipes-devtools/perl/perl_5.40.1.bb rename to meta/recipes-devtools/perl/perl_5.40.2.bb index 448fd52ed61..95c230060d2 100644 --- a/meta/recipes-devtools/perl/perl_5.40.1.bb +++ b/meta/recipes-devtools/perl/perl_5.40.2.bb @@ -25,7 +25,7 @@ SRC_URI:append:class-target = " \ file://encodefix.patch \ " -SRC_URI[perl.sha256sum] = "02f8c45bb379ed0c3de7514fad48c714fd46be8f0b536bfd5320050165a1ee26" +SRC_URI[perl.sha256sum] = "10d4647cfbb543a7f9ae3e5f6851ec49305232ea7621aed24c7cfbb0bef4b70d" B = "${WORKDIR}/perl-${PV}-build"