aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libwmf/libwmf-native_0.2.8.4.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-15 12:36:17 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-15 12:38:59 +0800
commit727ac89c81f9284667acd6e820204e2bad8ccc73 (patch)
tree732421b6760fb63c8408a13c149291f6ba195f06 /recipes/libwmf/libwmf-native_0.2.8.4.bb
parent9e45884d6991cf7264a36966684a4240bde29f71 (diff)
downloadopenembedded-727ac89c81f9284667acd6e820204e2bad8ccc73.tar.gz
libwmf: Apply two patches from Fedora to address known issues
CVE-2006-3376, CVE-2009-1364
Diffstat (limited to 'recipes/libwmf/libwmf-native_0.2.8.4.bb')
-rw-r--r--recipes/libwmf/libwmf-native_0.2.8.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libwmf/libwmf-native_0.2.8.4.bb b/recipes/libwmf/libwmf-native_0.2.8.4.bb
index a33461fcdb..4b7c2259b6 100644
--- a/recipes/libwmf/libwmf-native_0.2.8.4.bb
+++ b/recipes/libwmf/libwmf-native_0.2.8.4.bb
@@ -1,4 +1,6 @@
require libwmf_0.2.8.4.bb
inherit native
-SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/libwmf/${PV}/libwmf-${PV}.tar.gz;name=tarball"
+SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${PN}/${PV}/libwmf-${PV}.tar.gz;name=tarball \
+ file://libwmf-0.2.8.4-intoverflow.patch;patch=1 \
+ file://libwmf-0.2.8.4-useafterfree.patch;patch=1"