]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl-native: update to 5.14.3:
authorKang Kai <kai.kang@windriver.com>
Mon, 21 Jan 2013 09:03:21 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:35:49 +0000 (12:35 +0000)
There is a securty issue:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-5195
Update perl to 5.14.3 could resolve this problem. And update perl-native
first.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
meta/recipes-devtools/perl/perl-5.14.3/Configure-multilib.patch [moved from meta/recipes-devtools/perl/perl-5.14.2/Configure-multilib.patch with 100% similarity]
meta/recipes-devtools/perl/perl-5.14.3/MM_Unix.pm.patch [moved from meta/recipes-devtools/perl/perl-5.14.2/MM_Unix.pm.patch with 100% similarity]
meta/recipes-devtools/perl/perl-5.14.3/native-nopacklist.patch [moved from meta/recipes-devtools/perl/perl-5.14.2/native-nopacklist.patch with 100% similarity]
meta/recipes-devtools/perl/perl-5.14.3/native-perlinc.patch [moved from meta/recipes-devtools/perl/perl-5.14.2/native-perlinc.patch with 100% similarity]
meta/recipes-devtools/perl/perl-5.14.3/perl-build-in-t-dir.patch [moved from meta/recipes-devtools/perl/perl-5.14.2/perl-build-in-t-dir.patch with 100% similarity]
meta/recipes-devtools/perl/perl-5.14.3/perl-configpm-switch.patch [moved from meta/recipes-devtools/perl/perl-5.14.2/perl-configpm-switch.patch with 100% similarity]
meta/recipes-devtools/perl/perl-native_5.14.3.bb [moved from meta/recipes-devtools/perl/perl-native_5.14.2.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-devtools/perl/perl-native_5.14.2.bb
rename to meta/recipes-devtools/perl/perl-native_5.14.3.bb
index 9a066e2ecfbc11f53877601a88276ca748939e74..58bb916fcc1e7b418f3e0ad3e0f63f0267bb9f13 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0"
 LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
                    file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
-PR = "r1"
+PR = "r0"
 
 LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
                     file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
@@ -22,8 +22,8 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \
            file://dynaloaderhack.patch \
            file://perl-build-in-t-dir.patch"
 
-SRC_URI[md5sum] = "3306fbaf976dcebdcd49b2ac0be00eb9"
-SRC_URI[sha256sum] = "6488359573bd7d41761bf935f66f827dc220fb3df961ef9b775d51fbd66548d3"
+SRC_URI[md5sum] = "f6a3d878c688d111b495c87db56c5be5"
+SRC_URI[sha256sum] = "03638a4f01bc26b81231233671524b4163849a3a9ea5cc2397293080c4ea339f"
 
 S = "${WORKDIR}/perl-${PV}"