[oe-commits] Graeme Gregory : automake_1.10.3.bb : add latest version of 1.10.X branch.

git version control git at git.openembedded.org
Fri Mar 19 21:01:41 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 1f4479554dbe426d0ffe6453ba80e67708e971d7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f4479554dbe426d0ffe6453ba80e67708e971d7

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Mar 18 20:55:18 2010 +0000

automake_1.10.3.bb : add latest version of 1.10.X branch.

This fixes CVE-2009-4029

---

 recipes/automake/automake.inc       |    2 +-
 recipes/automake/automake_1.10.3.bb |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc
index 662f9f8..e378c04 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 0000000..663333a
--- /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"
+





More information about the Openembedded-commits mailing list