Publishing details

Changelog

vlc (2.2.1-3~ubuntu14.04.1~c42.ppa1) trusty; urgency=medium

  * No-change backport to trusty

vlc (2.2.1-3) unstable; urgency=high

  * debian/patches/demux-mp4-correctly-match-release-function.patch: Apply
    upstream patch to fix CVE-2015-5949. (Closes: #796255)

vlc (2.2.1-2) unstable; urgency=medium

  * debian/rules:
    - Enable svgdec plugin
    - Remove obsolete dh_builddeb override.
    - Explicitly pass --enable-sdl-image.
  * debian/control:
    - Switch Build-Depends from Qt4 to Qt5.
    - Remove obsolete Breaks+Replaces.
    - Drop libdvbpsi5-dev from Build-Depends.
    - Add libcairo2-dev to Build-Depends for svgdec plugin.
  * debian/vlc.install.in: Install svgdec plugin.

vlc (2.2.1-1) unstable; urgency=medium

  [ Sebastian Ramacher ]
  * Regenerate plugin cache using triggers. (Closes: #755154) (LP: #1328466)
    - debian/vlc-nox.postinst: Run vlc-cache-gen.
    - debian/vlc-nox.postrm: Remove generated cache.
    - debian/rules: remove plugins.dat generated during the build.
    - debian/vlc-nox.install.in: Do not install pre-generated plugins.dat.
  * debian/control: Add libx265-dev and zsh to Build-Depends.
  * debian/rules:
    - Build with -Wl,--as-needed.
    - Enable x265 plugin.
    - Build zsh completion. (Closes: #316357)
  * debian/vlc-nox.install.in:
    - Install x265 plugin.

  [ Mateusz Łukasik ]
  * New upstream release.
  * debian/patches:
    - Remove codec-schroedinger-fix-potential-buffer-overflow.patch
    -- included upstream.

vlc (2.2.0-1) unstable; urgency=medium

  [ Helmut Grohne ]
  * Add versioned depends on libvlccore8 to libvlc5 which shares
    /usr/share/doc to comply with Debian policy 12.3. (Closes: #779251)

  [ Mateusz Łukasik ]
  * New upstream release. (Closes: #757462, #780476)
    - Fix various (potentially exploitable) heap overflows and heap buffer
      overflows in different demuxers (LP: #1390491)
  * Drop patches included upstream:
    - demux-mp4-fix-buffer-overflow-in-parsing-of-string-b.patch
    - stream_out-rtp-don-t-use-VLA-for-user-controlled-dat.patch
  * Disable build samba plugin on hurd for fix FTBFS. (Closes: #765578)

  [ Benjamin Drung ]
  * Point Vcs-Browser to cgit instead of gitweb.
  * Drop removed --enable-glx configure flag.

vlc (2.2.0~rc2-2) unstable; urgency=medium

  * debian/patches: Apply upstream patches for security vulnerabilities.
    (Closes: #775866)
    - codec-schroedinger-fix-potential-buffer-overflow.patch: fix potential
      buffer overflow. (CVE-2014-9629)
    - demux-mp4-fix-buffer-overflow-in-parsing-of-string-b.patch: fix buffer
      overflow in parsing of string boxes. (CVE-2014-9626, CVE-2014-9627,
      CVE-2014-9628)
    - stream_out-rtp-don-t-use-VLA-for-user-controlled-dat.patch: don't use
      VLA for user controlled data. (CVE-2014-9630)

vlc (2.2.0~rc2-1) unstable; urgency=medium

  * New upstream release.
    - Fix segfault in ASCII art plugin. (Closes: #768873)
    - Fix selection of left/right channel in stereo mode. (Closes: #765830)

vlc (2.2.0~rc1-1) unstable; urgency=low

  * New upstream release.
  * debian/vlc-nox.install.in: Correctly install sftp plugin.

vlc (2.2.0~pre4-2) unstable; urgency=medium

  * Revert "Disable FreeRDP plugin". (Closes: #764294)

vlc (2.2.0~pre4-1) unstable; urgency=medium

  * New upstream release.
    - Add video/ogg and audio/ogg to desktop file. (Closes: #762564)
    - Fix output issues with VDPAU. (Closes: #759818)

vlc (2.2.0~pre3-1) unstable; urgency=medium

  [ Mateusz Łukasik ]
  * Fix typo in changelog

  [ Benjamin Drung ]
  * New upstream release.
  * Disable vpx plugin (not needed when having libavcodec)
  * Remove hurd.patch, because this is a bug in Hurd and not in VLC.
  * Disable OSS on Linux (Use ALSA on Linux instead of OSS.)

  [ Sebastian Ramacher ]
  * Disable FreeRDP plugin as requested by the Release Team because FreeRDP is
    currently broken. This allows us to finish the libav and libvlccore
    transition. As soon as FreeRDP is fixed, this change can be reverted:
    - debian/control: Remove libfreerdp-dev from Build-Depends.
    - debian/rules: Build with --disable-freerdp.
    - debian/vlc.install: Do not install the FreeRDP plugin.
  * debian/control:
    - Remove libdirac-dev from Build-Depends. It is no longer needed.
    - Bump Standars-Version. No changes required.

vlc (2.2.0~pre2-4) unstable; urgency=medium

  * debian/vlc-nox.install.in: libi420_yuy2_altivec_plugin.so moved to
    video_chroma. Fixes package build failure on powerpc.
  * Enable shine and vpx plugins:
    - debian/control: Add libshine-dev and libvpx-dev to B-D.
    - debian/rules: Pass --enable-shine and --enable-vpx.
    - debian/vlc-nox.install.in: Install new plugins.
  * debian/rules: Explicitly disable libtar support.
  * debian/control: Lower Recommends: libdvdcss2 to Suggests to comply with
    Policy §2.2.1. Thanks to Thorsten Alteholz.

vlc (2.2.0~pre2-3) unstable; urgency=medium

  [ Sebastian Ramacher ]
  * debian/control:
    - Bump libavcodec-dev to >= 6:9 to make sure VDPAU decoding is available.
      (Closes: #728039)
    - Make Breaks and Replaces backport friendly.
    - Fix description of the transitional vlc-plugin-pulse package.
    - Added to Build-Depends: libegl1-mesa-dev, libvncserver-dev (>= 0.9.9),
      libgles1-mesa-dev, libgles2-mesa-dev.
    - Bump required versions in Build-Depends: libdbus-1-dev, libpulse-dev,
      libtag1-dev.
  * debian/rules:
    - Fix post{inst,rm}-has-useless-call-to-ldconfig lintian warning.
    - Enable OpenGL ES v1 and v2 plugins.
    - Enable VNC plugin support.
    - Disable svgdev plugin until libcairo2-dev >= 1.13 is available.
    - Rename configure options that are no longer available (--enable-dirac)
      and update nameing changes (--enable-libfreerdp -> --enable-freerdp,
      --disable-quicksync -> --disable-mfx).
  * debian/vlc-nox.links: Fix broken /usr/share/bug/vlc-nox symlink.

  [ Benjamin Drung ]
  * Bump required versions of libbluray-dev and libopus-dev (according to
    configure).

vlc (2.2.0~pre2-2) unstable; urgency=medium

  * Add vlc-plugin-samba package shipping the Samba plugin. (Closes: #729238)
    - debian/control: Add new vlc-plugin-samba package and add it to vlc's
      Recommends.
    - debian/vlc-{nox,plugin-samba}.install: Move Samba plugin to
      vlc-plugin-samba.
  * Remove vlc-plugin-pulse and put PulseAudio plugins to vlc.
    - debian/control: Turn vlc-plugin-pulse into a transitional package and
      remove it from vlc's Recommends.
    - debian/vlc-{plugin-pulse,}.install: Move PulseAudio plugins to vlc.
  * debian/rules: Improve check if plugins from vlc-nox are linked against
    libX11 or libxcb.
  * debian/vlc{-nox,}.install.in: Move RDP plugin to vlc to get rid of all
    libX11 and libxcb dependencies in vlc-nox.
  * debian/control:
    - Remove obsolete Replaces.
    - Remove obsolete Pre-Depends. dpkg (>= 1.15.6+) is even available in
      squeeze.
    - Mention all plugin packages in the Description.
    - Explicitly list libdbus-1-dev in Build-Depends.
    - Add myself to Uploaders.

vlc (2.2.0~pre2-1) unstable; urgency=medium

  [ Sebastian Ramacher ]
  * debian/patches/freerdp-1.1.0-beta2-API.patch: Apply upstream patch to
    support FreeRDP 1.1.0-beta2 API. (Closes: #757951)

  [ Reinhard Tartler ]
  * New upstream release.
    - Fixes incorrect usage of AVFrame (Closes: #756329)
    - Fixes compilation against newer freerdp: (Closes: #758382, 757951)
  * Bump requirements on libdvdnav and libdvdread
  * Fixes compilation against libav11 (Closes: #758203)
  * Drop patches merged upstream
  * Refresh Hurd patch
  * Update installation paths for several modules
  * Disable libtar support (Closes: #737534)
  * Follow upstream SONAME bump libvlccore7 -> libvlccore8

 -- <email address hidden> (H.-Dirk Schmitt)  Sat, 05 Sep 2015 18:24:44 +0200

Available diffs

Builds

Built packages

Package files