diff options
author | Archana Polampalli <archana.polampalli@windriver.com> | 2025-04-25 12:18:03 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-02 08:20:12 -0700 |
commit | c8b84eb224adba0491e5709e5660b6bce7542464 (patch) | |
tree | 510ab18ec5140cdefcdab55266c9fb425119a809 | |
parent | c27fc7a11923f47f806156f7f9eed0604de0636e (diff) | |
download | poky-c8b84eb224adba0491e5709e5660b6bce7542464.tar.gz |
perl: upgrade 5.38.2 -> 5.38.4
update include fix for CVE-2024-56406
https://perldoc.perl.org/5.38.4/perl5384delta
(From OE-Core rev: a9edffbd3c129966d4028505940ae6286273f399)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.38.4.bb (renamed from meta/recipes-devtools/perl/perl_5.38.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.38.2.bb b/meta/recipes-devtools/perl/perl_5.38.4.bb index b6c9cda7ae..e59022e2bd 100644 --- a/meta/recipes-devtools/perl/perl_5.38.2.bb +++ b/meta/recipes-devtools/perl/perl_5.38.4.bb | |||
@@ -26,7 +26,7 @@ SRC_URI:append:class-target = " \ | |||
26 | file://encodefix.patch \ | 26 | file://encodefix.patch \ |
27 | " | 27 | " |
28 | 28 | ||
29 | SRC_URI[perl.sha256sum] = "a0a31534451eb7b83c7d6594a497543a54d488bc90ca00f5e34762577f40655e" | 29 | SRC_URI[perl.sha256sum] = "fb888accf8b50b5180e91166e5153608be294c57c19878e95f7659c1f1f12758" |
30 | 30 | ||
31 | B = "${WORKDIR}/perl-${PV}-build" | 31 | B = "${WORKDIR}/perl-${PV}-build" |
32 | 32 | ||