From b1fd25e05308cabb56afe1d4276470bf7380ea59 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] Signed-off-by: Kang Kai --- meta/recipes-devtools/perl/perl-5.14.3/config.sh-64-be | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/recipes-devtools/perl/perl-5.14.3/config.sh-64-be (limited to 'meta/recipes-devtools/perl/perl-5.14.3/config.sh-64-be') diff --git a/meta/recipes-devtools/perl/perl-5.14.3/config.sh-64-be b/meta/recipes-devtools/perl/perl-5.14.3/config.sh-64-be new file mode 100644 index 0000000000..c08ce3c431 --- /dev/null +++ b/meta/recipes-devtools/perl/perl-5.14.3/config.sh-64-be @@ -0,0 +1 @@ +byteorder='87654321' -- cgit 1.2.3-korg