db3179044c
- Heap overflow in Quicktime atom parsing. (CVE-2008-5234 vector 1) - Multiple buffer overflows. (CVE-2008-5236) - Multiple integer overflows. (CVE-2008-5237) - Unchecked read function results. (CVE-2008-5239) - Unchecked malloc using untrusted values. (CVE-2008-5240 vectors 3 & 4) - Buffer indexing using an untrusted value. (CVE-2008-5243) - Clean up the Makefile - Enable the Xv motion compensation support - Remove the JACK sound support - Remove the now unnecessary multi-packaging - Remove an unnecessary patch for the Sun sound code - Comment out some files in the PLIST that do not pertain to OpenBSD - Add WavPack support from Brad (taking MAINTAINER).
13 lines
661 B
Plaintext
13 lines
661 B
Plaintext
$OpenBSD: patch-src_xine-engine_Makefile_in,v 1.8 2009/02/02 22:00:42 sthen Exp $
|
|
--- src/xine-engine/Makefile.in.orig Wed Jan 7 11:17:04 2009
|
|
+++ src/xine-engine/Makefile.in Thu Jan 8 01:02:35 2009
|
|
@@ -436,7 +436,7 @@ libxine_la_DEPENDENCIES = $(XINEUTILS_LIB) \
|
|
|
|
libxine_la_LIBADD = $(PTHREAD_LIBS) $(DYNAMIC_LD_LIBS) $(LTLIBINTL) $(ZLIB_LIBS) \
|
|
-lm $(XINEUTILS_LIB) $(LTLIBICONV) $(FT2_LIBS) $(FONTCONFIG_LIBS) \
|
|
- $(LIBXINEPOSIX) $(RT_LIBS) $(NET_LIBS)
|
|
+ $(LIBXINEPOSIX) $(RT_LIBS) $(NET_LIBS) $(EXTRA_X_LIBS)
|
|
|
|
libxine_la_LDFLAGS = \
|
|
-version-info $(XINE_LT_CURRENT):$(XINE_LT_REVISION):$(XINE_LT_AGE) \
|