summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/perl/perl_5.34.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.34.3.bb b/meta/recipes-devtools/perl/perl_5.34.3.bb
index 215990c8fa..ed3518b62d 100644
--- a/meta/recipes-devtools/perl/perl_5.34.3.bb
+++ b/meta/recipes-devtools/perl/perl_5.34.3.bb
@@ -50,6 +50,8 @@ export ENC2XS_NO_COMMENTS = "1"
50 50
51# Duplicate of CVE-2023-47038, which has already been patched as of perl_5.34.3 51# Duplicate of CVE-2023-47038, which has already been patched as of perl_5.34.3
52CVE_CHECK_IGNORE:append = " CVE-2023-47100" 52CVE_CHECK_IGNORE:append = " CVE-2023-47100"
53# This is fixed in 5.34.2 via https://github.com/Perl/perl5/commit/12c313ce49b36160a7ca2e9b07ad5bd92ee4a010
54CVE_CHECK_IGNORE:append = " CVE-2023-47038"
53 55
54do_configure:prepend() { 56do_configure:prepend() {
55 cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S} 57 cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S}