aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-04 22:06:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-04 22:11:32 +0100
commit78c7106f99efcbabc9ccc00343c87a900644cda3 (patch)
treeef600d625256794da273a8563817cc90308a5ded
parentc512d0fcf434dd74c1fc6fc7752da829453edd7f (diff)
downloadopenembedded-78c7106f99efcbabc9ccc00343c87a900644cda3.tar.gz
expat-2.0.0: Upgrade expat library to fix various known security bugs
* Fixes CVE-2009-3720
-rw-r--r--conf/checksums.ini12
-rw-r--r--recipes/expat/expat-2.0.1/autotools.patch (renamed from recipes/expat/expat-2.0.0/autotools.patch)0
-rw-r--r--recipes/expat/expat.inc2
-rw-r--r--recipes/expat/expat_2.0.1.bb (renamed from recipes/expat/expat_2.0.0.bb)2
4 files changed, 3 insertions, 13 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index b183f48702..4ed537935c 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
index 77aee3a833..77aee3a833 100644
--- a/recipes/expat/expat-2.0.0/autotools.patch
+++ b/recipes/expat/expat-2.0.1/autotools.patch
diff --git a/recipes/expat/expat.inc b/recipes/expat/expat.inc
index 6d27b77b19..b254f08b74 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
index 0fd825ee24..41739e8889 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