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

« back to all changes in this revision

Viewing changes to bindings/mediacontrol-python/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:
117
117
FFMPEG_CONFIG = @FFMPEG_CONFIG@
118
118
FFMPEG_LIBS = @FFMPEG_LIBS@
119
119
FILE_LIBVLC_DLL = @FILE_LIBVLC_DLL@
 
120
FIREFOX_CFLAGS = @FIREFOX_CFLAGS@
 
121
FIREFOX_LIBS = @FIREFOX_LIBS@
 
122
FIREFOX_XPCOM_CFLAGS = @FIREFOX_XPCOM_CFLAGS@
 
123
FIREFOX_XPCOM_LIBS = @FIREFOX_XPCOM_LIBS@
120
124
FREETYPE_CONFIG = @FREETYPE_CONFIG@
121
125
FRIBIDI_CONFIG = @FRIBIDI_CONFIG@
122
126
GENCAT = @GENCAT@
188
192
MKINSTALLDIRS = @MKINSTALLDIRS@
189
193
MOC = @MOC@
190
194
MOZILLA_CONFIG = @MOZILLA_CONFIG@
 
195
MOZILLA_NSPR_CFLAGS = @MOZILLA_NSPR_CFLAGS@
 
196
MOZILLA_NSPR_LIBS = @MOZILLA_NSPR_LIBS@
191
197
MOZILLA_SDK_PATH = @MOZILLA_SDK_PATH@
192
198
MSGFMT = @MSGFMT@
193
199
MSGMERGE = @MSGMERGE@
194
200
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
195
201
NOTIFY_LIBS = @NOTIFY_LIBS@
 
202
NSPR_CFLAGS = @NSPR_CFLAGS@
 
203
NSPR_LIBS = @NSPR_LIBS@
196
204
OBJC = @OBJC@
197
205
OBJCDEPMODE = @OBJCDEPMODE@
198
206
OBJCFLAGS = @OBJCFLAGS@