expat-2.0.0: Upgrade expat library to fix various known security bugs
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 4 Mar 2010 21:06:37 +0000 (22:06 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 4 Mar 2010 21:11:32 +0000 (22:11 +0100)
* Fixes CVE-2009-3720

conf/checksums.ini
recipes/expat/expat-2.0.1/autotools.patch [moved from recipes/expat/expat-2.0.0/autotools.patch with 100% similarity]
recipes/expat/expat.inc
recipes/expat/expat_2.0.1.bb [moved from recipes/expat/expat_2.0.0.bb with 79% similarity]

index b183f48..4ed5379 100644 (file)
@@ -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
index 6d27b77..b254f08 100644 (file)
@@ -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}"
 
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 (file)
@@ -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