From 526498282688c6e110727c9184efd1b69997c9db Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Mon, 21 Jan 2013 16:57:12 +0800 Subject: perl: update to 5.14.3 There is a securty issue: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-5195 Update perl to 5.14.3 to resolve this problem. Patches hurd-ccflags.diff, h2ph-multiarch.diff, index-tainting.diff and hurd-hints.diff have been merged, so remove them from SRC_URI. Update patches config.sh and Makefile.SH.patch with new PV. [Yocto 3701] (From OE-Core rev: b1fd25e05308cabb56afe1d4276470bf7380ea59) Signed-off-by: Kang Kai Signed-off-by: Richard Purdie --- .../recipes-devtools/perl/perl-5.14.3/installperl.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-devtools/perl/perl-5.14.3/installperl.patch (limited to 'meta/recipes-devtools/perl/perl-5.14.3/installperl.patch') diff --git a/meta/recipes-devtools/perl/perl-5.14.3/installperl.patch b/meta/recipes-devtools/perl/perl-5.14.3/installperl.patch new file mode 100644 index 0000000000..456012376e --- /dev/null +++ b/meta/recipes-devtools/perl/perl-5.14.3/installperl.patch @@ -0,0 +1,17 @@ +Upstream-Status:Inappropriate [embedded specific] + +Index: perl-5.12.3/installperl +=================================================================== +--- perl-5.12.3.orig/installperl ++++ perl-5.12.3/installperl +@@ -3,8 +3,8 @@ + BEGIN { + require 5.004; + chdir '..' if !-d 'lib' and -d '../lib'; +- @INC = 'lib'; +- $ENV{PERL5LIB} = 'lib'; ++# @INC = 'lib'; ++# $ENV{PERL5LIB} = 'lib'; + + # This needs to be at BEGIN time, before any use of Config + require './install_lib.pl'; -- cgit v1.2.3-54-g00ecf