[oe-commits] Holger Hans Peter Freyther : expat-2.0.0: Upgrade expat library to fix various known security bugs

git version control git at git.openembedded.org
Fri Mar 5 10:31:30 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 78c7106f99efcbabc9ccc00343c87a900644cda3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=78c7106f99efcbabc9ccc00343c87a900644cda3

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Thu Mar  4 22:06:37 2010 +0100

expat-2.0.0: Upgrade expat library to fix various known security bugs

* Fixes CVE-2009-3720

---

 conf/checksums.ini                                 |   12 ------------
 .../{expat-2.0.0 => expat-2.0.1}/autotools.patch   |    0 
 recipes/expat/expat.inc                            |    2 +-
 recipes/expat/{expat_2.0.0.bb => expat_2.0.1.bb}   |    2 ++
 4 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index b183f48..4ed5379 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -6602,18 +6602,6 @@ sha256=c94817c67c8ff0d244092c19f5713ea8c76a9a19075ff6031d4ef93ec7b66256
 md5=2ff59c2a5cbdd21a285c5f343e214fa9
 sha256=c94817c67c8ff0d244092c19f5713ea8c76a9a19075ff6031d4ef93ec7b66256
 
-[http://downloads.sourceforge.net/expat/expat-2.0.0.tar.gz]
-md5=d945df7f1c0868c5c73cf66ba9596f3f
-sha256=c4280eb80fa8e14b3f204b1d0ec67af66fa04c4f9dae9c78a1a8ee4c6f485ddd
-
-[http://heanet.dl.sourceforge.net/expat/expat-2.0.0.tar.gz]
-md5=d945df7f1c0868c5c73cf66ba9596f3f
-sha256=c4280eb80fa8e14b3f204b1d0ec67af66fa04c4f9dae9c78a1a8ee4c6f485ddd
-
-[http://qa.debian.org/watch/sf.php/expat/expat-2.0.0.tar.gz]
-md5=d945df7f1c0868c5c73cf66ba9596f3f
-sha256=c4280eb80fa8e14b3f204b1d0ec67af66fa04c4f9dae9c78a1a8ee4c6f485ddd
-
 [http://www.rpsys.net/openzaurus/patches/archive/export_atags-r0.patch]
 md5=fe38d8a308c47dad87977f19631d73d5
 sha256=316f69529608abb6cb378bd705b784e176e36b3c1979ef8ddf14b4bffe5498b9
diff --git a/recipes/expat/expat-2.0.0/autotools.patch b/recipes/expat/expat-2.0.1/autotools.patch
similarity index 100%
rename from recipes/expat/expat-2.0.0/autotools.patch
rename to recipes/expat/expat-2.0.1/autotools.patch
diff --git a/recipes/expat/expat.inc b/recipes/expat/expat.inc
index 6d27b77..b254f08 100644
--- a/recipes/expat/expat.inc
+++ b/recipes/expat/expat.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://expat.sf.net/"
 SECTION = "libs"
 LICENSE = "MIT"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz;name=src \
 	  "
 S = "${WORKDIR}/expat-${PV}"
 
diff --git a/recipes/expat/expat_2.0.0.bb b/recipes/expat/expat_2.0.1.bb
similarity index 79%
rename from recipes/expat/expat_2.0.0.bb
rename to recipes/expat/expat_2.0.1.bb
index 0fd825e..41739e8 100644
--- a/recipes/expat/expat_2.0.0.bb
+++ b/recipes/expat/expat_2.0.1.bb
@@ -2,6 +2,8 @@ require expat.inc
 PR = "r2"
 
 SRC_URI += "file://autotools.patch;patch=1"
+SRC_URI[src.md5sum] = "ee8b492592568805593f81f8cdf2a04c"
+SRC_URI[src.sha256sum] = "847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93"
 
 inherit lib_package
 





More information about the Openembedded-commits mailing list