summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.14.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-29 15:41:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 18:00:00 +0100
commit995de756e344ab7965160a633c2a408bede7ed97 (patch)
tree9d9a31431165c02a4755c79b9e1fff13922b6765 /meta/recipes-devtools/perl/perl_5.14.2.bb
parent23f366384277cb2cdd5ce952cb0af44c54179a1d (diff)
downloadpoky-995de756e344ab7965160a633c2a408bede7ed97.tar.gz
perl: fix CVE-2013-1667
From http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-1667: "The rehash mechanism in Perl 5.8.2 through 5.16.x allows context-dependent attackers to cause a denial of service (memory consumption and crash) via a crafted hash key." Patch taken from upstream git. (From OE-Core rev: ccc272a3f7bf240733dc3af1d8d7b870c55e1f5b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.14.2.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.14.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 5e17661507..dbfcf4cf1f 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -69,6 +69,7 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \
69 file://perl-archlib-exp.patch \ 69 file://perl-archlib-exp.patch \
70 file://perl-fix-CVE-2012-5195.patch \ 70 file://perl-fix-CVE-2012-5195.patch \
71 file://cve-2012-6329.patch \ 71 file://cve-2012-6329.patch \
72 file://cve-2013-1667.patch \
72 \ 73 \
73 file://config.sh \ 74 file://config.sh \
74 file://config.sh-32 \ 75 file://config.sh-32 \