summaryrefslogtreecommitdiffstats
path: root/recipes/libvorbis/libvorbis_1.2.3.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 15:45:17 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 16:09:07 +0800
commit9d5cc61a1f2ed61433541abfcbbbe5e4cb3bf0d6 (patch)
tree0157f464cdf92640452c05a1923941b5b2d9e73e /recipes/libvorbis/libvorbis_1.2.3.bb
parent778845163c7978a4b912ca8f8be647f12f7a451e (diff)
downloadopenembedded-9d5cc61a1f2ed61433541abfcbbbe5e4cb3bf0d6.tar.gz
libvorbis-1.2.3: Address CVE-2009-3379
Fix handling of malformed Vorbis streams that would crash libvorbis. CVE-2008-1420 (improved), CVE-2009-3379. Patches are coming from FreeBSD.
Diffstat (limited to 'recipes/libvorbis/libvorbis_1.2.3.bb')
-rw-r--r--recipes/libvorbis/libvorbis_1.2.3.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/libvorbis/libvorbis_1.2.3.bb b/recipes/libvorbis/libvorbis_1.2.3.bb
index 1173809d48..87d4d3cab3 100644
--- a/recipes/libvorbis/libvorbis_1.2.3.bb
+++ b/recipes/libvorbis/libvorbis_1.2.3.bb
@@ -1,10 +1,15 @@
require libvorbis.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \
file://configure_powerpc-no-fixed-cpu.patch;patch=1 \
+ file://patch-lib_backends.h;patch=1;pnum=0 \
+ file://patch-lib_codebook.c;patch=1;pnum=0 \
+ file://patch-lib_modes_residue_44.h;patch=1;pnum=0 \
+ file://patch-lib_modes_residue_44u.h;patch=1;pnum=0 \
+ file://patch-lib_res0.c;patch=1;pnum=0 \
"
# override should be handeld by pkgconfig now