summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.30.1.bb
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-08-18 22:06:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-27 08:25:50 +0100
commitc2710903859a5545aa9dd56251f61667ee8d80bd (patch)
treeaf085b1dd2b7a732d1c302f59ad48607d51554e3 /meta/recipes-devtools/perl/perl_5.30.1.bb
parent060ba609bd6ed40c8407934191da60c5e3ad8de7 (diff)
downloadpoky-c2710903859a5545aa9dd56251f61667ee8d80bd.tar.gz
perl: fix CVE-2020-12723
Minor changes to the test cases count in the .patch file to make it align with current version, so the fixes can be apply. Changes apply to line: https://github.com/perl/perl5/commit/66bbb51b93253a3f87d11c2695cfb7bdb782184a#diff-e31ddd69cf47acf02911647c691a0283L28 (From OE-Core rev: 43f1aa650c45a0976230c7c2f79d8efe0e6e159a) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.30.1.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb
index 47b2f9ca65..b53aff1216 100644
--- a/meta/recipes-devtools/perl/perl_5.30.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.1.bb
@@ -27,6 +27,7 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
27 file://CVE-2020-10543.patch \ 27 file://CVE-2020-10543.patch \
28 file://CVE-2020-10878_1.patch \ 28 file://CVE-2020-10878_1.patch \
29 file://CVE-2020-10878_2.patch \ 29 file://CVE-2020-10878_2.patch \
30 file://CVE-2020-12723.patch \
30 " 31 "
31SRC_URI_append_class-native = " \ 32SRC_URI_append_class-native = " \
32 file://perl-configpm-switch.patch \ 33 file://perl-configpm-switch.patch \