From: Graeme Gregory Date: Thu, 18 Mar 2010 20:55:18 +0000 (+0000) Subject: automake_1.10.3.bb : add latest version of 1.10.X branch. X-Git-Tag: Release-2010-05/1~340^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4479554dbe426d0ffe6453ba80e67708e971d7;p=openembedded.git automake_1.10.3.bb : add latest version of 1.10.X branch. This fixes CVE-2009-4029 --- diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc index 662f9f8722..e378c048dc 100644 --- a/recipes/automake/automake.inc +++ b/recipes/automake/automake.inc @@ -28,7 +28,7 @@ RDEPENDS_automake += "\ perl-module-strict \ perl-module-text-parsewords \ perl-module-vars " -SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2" +SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2;name=automake" INC_PR = "r3" AUTOMAKE_API = "${@".".join(bb.data.getVar("PV",d,1).split(".")[0:2])}" diff --git a/recipes/automake/automake_1.10.3.bb b/recipes/automake/automake_1.10.3.bb new file mode 100644 index 0000000000..663333a51f --- /dev/null +++ b/recipes/automake/automake_1.10.3.bb @@ -0,0 +1,6 @@ +require automake.inc +PR = "${INC_PR}.0" + +SRC_URI[automake.md5sum] = "b8e67fb458da396bc35555af7ef2b49f" +SRC_URI[automake.sha256sum] = "e98ab43bb839c31696a4202e5b6ff388b391659ef2387cf9365019fad17e1adc" +