diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-04 22:06:37 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-04 22:11:32 +0100 |
commit | 78c7106f99efcbabc9ccc00343c87a900644cda3 (patch) | |
tree | ef600d625256794da273a8563817cc90308a5ded /recipes | |
parent | c512d0fcf434dd74c1fc6fc7752da829453edd7f (diff) |
expat-2.0.0: Upgrade expat library to fix various known security bugs
* Fixes CVE-2009-3720
Diffstat (limited to 'recipes')
-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.inc | 2 | ||||
-rw-r--r-- | recipes/expat/expat_2.0.1.bb (renamed from recipes/expat/expat_2.0.0.bb) | 2 |
3 files changed, 3 insertions, 1 deletions
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 |