~ubuntu-branches/ubuntu/hardy/vlc/hardy

« back to all changes in this revision

Viewing changes to modules/audio_mixer/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-06-25 01:53:37 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070625015337-9jqzr0atij6hzxnp
Tags: 0.8.6.release.c-0ubuntu1
* SECURITY UPDATE: Format string injection in multiple plugins could
  lead to arbitrary code execution and/or DoS.
* New upstream security and bugfix release, 0.8.6c (LP: #121511).
* References
  CVE-2007-0256
  CVE-2007-3316
* debian/patches/: Remove 020_flac.diff and 030_CVE-2007-0017.diff
  (subsumed by new upstream release).
* debian/vlc-nox.install: Add libtelx_plugin.so (fixes FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
FFMPEG_CONFIG = @FFMPEG_CONFIG@
117
117
FFMPEG_LIBS = @FFMPEG_LIBS@
118
118
FILE_LIBVLC_DLL = @FILE_LIBVLC_DLL@
 
119
FIREFOX_CFLAGS = @FIREFOX_CFLAGS@
 
120
FIREFOX_LIBS = @FIREFOX_LIBS@
 
121
FIREFOX_XPCOM_CFLAGS = @FIREFOX_XPCOM_CFLAGS@
 
122
FIREFOX_XPCOM_LIBS = @FIREFOX_XPCOM_LIBS@
119
123
FREETYPE_CONFIG = @FREETYPE_CONFIG@
120
124
FRIBIDI_CONFIG = @FRIBIDI_CONFIG@
121
125
GENCAT = @GENCAT@
187
191
MKINSTALLDIRS = @MKINSTALLDIRS@
188
192
MOC = @MOC@
189
193
MOZILLA_CONFIG = @MOZILLA_CONFIG@
 
194
MOZILLA_NSPR_CFLAGS = @MOZILLA_NSPR_CFLAGS@
 
195
MOZILLA_NSPR_LIBS = @MOZILLA_NSPR_LIBS@
190
196
MOZILLA_SDK_PATH = @MOZILLA_SDK_PATH@
191
197
MSGFMT = @MSGFMT@
192
198
MSGMERGE = @MSGMERGE@
193
199
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
194
200
NOTIFY_LIBS = @NOTIFY_LIBS@
 
201
NSPR_CFLAGS = @NSPR_CFLAGS@
 
202
NSPR_LIBS = @NSPR_LIBS@
195
203
OBJC = @OBJC@
196
204
OBJCDEPMODE = @OBJCDEPMODE@
197
205
OBJCFLAGS = @OBJCFLAGS@