From: Lee Chee Yang Date: Wed, 13 Dec 2023 01:10:54 +0000 (+0800) Subject: perl: 5.38.0 -> 5.38.2 X-Git-Tag: uninative-4.4~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de136e9e6fb35d166a3ef5086d1feddecd574f9d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git perl: 5.38.0 -> 5.38.2 update include fix for CVE-2023-47100. Signed-off-by: Lee Chee Yang Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl_5.38.0.bb b/meta/recipes-devtools/perl/perl_5.38.2.bb similarity index 99% rename from meta/recipes-devtools/perl/perl_5.38.0.bb rename to meta/recipes-devtools/perl/perl_5.38.2.bb index 639664e3553..a9d684cfc5b 100644 --- a/meta/recipes-devtools/perl/perl_5.38.0.bb +++ b/meta/recipes-devtools/perl/perl_5.38.2.bb @@ -26,7 +26,7 @@ SRC_URI:append:class-target = " \ file://encodefix.patch \ " -SRC_URI[perl.sha256sum] = "213ef58089d2f2c972ea353517dc60ec3656f050dcc027666e118b508423e517" +SRC_URI[perl.sha256sum] = "a0a31534451eb7b83c7d6594a497543a54d488bc90ca00f5e34762577f40655e" B = "${WORKDIR}/perl-${PV}-build"