diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-17 14:20:04 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-17 14:20:04 +0800 |
commit | e54dcda0f3850194a820cfeb994832fa9b73f7de (patch) | |
tree | c54a8f8e330d0b9bb18b94490b61ed077b2b41b3 /recipes/wv | |
parent | 3391bc4c4d7ebc2de9e10c289e674fb616fe1541 (diff) |
wv: Upgrade to 1.2.4 to address multiple flaws
Addressed CVE-2006-4513.
Diffstat (limited to 'recipes/wv')
-rw-r--r-- | recipes/wv/wv-1.2.4/pkgconfig.patch (renamed from recipes/wv/wv-1.2.0/pkgconfig.patch) | 0 | ||||
-rw-r--r-- | recipes/wv/wv_1.2.4.bb (renamed from recipes/wv/wv_1.2.0.bb) | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/wv/wv-1.2.0/pkgconfig.patch b/recipes/wv/wv-1.2.4/pkgconfig.patch index 136d89341f..136d89341f 100644 --- a/recipes/wv/wv-1.2.0/pkgconfig.patch +++ b/recipes/wv/wv-1.2.4/pkgconfig.patch diff --git a/recipes/wv/wv_1.2.0.bb b/recipes/wv/wv_1.2.4.bb index b3114a5325..8b773270c5 100644 --- a/recipes/wv/wv_1.2.0.bb +++ b/recipes/wv/wv_1.2.4.bb @@ -4,8 +4,11 @@ LICENSE = "GPLv2" DEPENDS = "libgsf glib-2.0" PR = "r4" -SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ +SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz;name=src \ file://pkgconfig.patch;patch=1" +SRC_URI[src.md5sum] = "c1861c560491f121e12917fa76970ac5" +SRC_URI[src.sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6" + inherit autotools pkgconfig |