diff options
| author | Alex Stewart <alex.stewart@ni.com> | 2024-04-03 15:32:04 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-04-19 04:50:38 -0700 |
| commit | f2bfbbdcea5c0dd8859244bca746a0dbf6e4878d (patch) | |
| tree | 473b9f8a40268d3699e68c4e0aee5440a898d41c /meta | |
| parent | 9627817bff74fc598c0fabfabcb34d448adf2302 (diff) | |
| download | poky-f2bfbbdcea5c0dd8859244bca746a0dbf6e4878d.tar.gz | |
perl: ignore CVE-2023-47100
CVE-2023-47100 is a duplicate of CVE-2023-47038. They have the same
advertised fix commit, which has already been merged into the
perl_5.34.3 sources used in kirkstone.
(From OE-Core rev: 8df158f39f1eed1e3ae88ddf935c67e067b72525)
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.34.3.bb | 3 |
1 files changed, 3 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 e8b518adc9..215990c8fa 100644 --- a/meta/recipes-devtools/perl/perl_5.34.3.bb +++ b/meta/recipes-devtools/perl/perl_5.34.3.bb | |||
| @@ -48,6 +48,9 @@ PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" | |||
| 48 | # Don't generate comments in enc2xs output files. They are not reproducible | 48 | # Don't generate comments in enc2xs output files. They are not reproducible |
| 49 | export ENC2XS_NO_COMMENTS = "1" | 49 | export ENC2XS_NO_COMMENTS = "1" |
| 50 | 50 | ||
| 51 | # Duplicate of CVE-2023-47038, which has already been patched as of perl_5.34.3 | ||
| 52 | CVE_CHECK_IGNORE:append = " CVE-2023-47100" | ||
| 53 | |||
| 51 | do_configure:prepend() { | 54 | do_configure:prepend() { |
| 52 | cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S} | 55 | cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S} |
| 53 | } | 56 | } |
