Change logs for xine-lib source package in Edgy

  • xine-lib (1.1.2+repacked1-0ubuntu3.4) edgy-security; urgency=low
    
      * SECURITY UPDATE: DirectShow decoder heap overflow.
      * src/libw32dll/DirectShow/DS_VideoDecoder.c: ported mplayer fix.
      * References
        http://svn.mplayerhq.hu/mplayer?view=rev&revision=22205
        CVE-2007-1387
    
     -- Kees Cook <email address hidden>   Mon, 12 Mar 2007 13:45:55 -0700
  • xine-lib (1.1.2+repacked1-0ubuntu3.3) edgy-security; urgency=low
    
      * SECURITY UPDATE: DMO decoder heap overflow.
      * src/libw32dll/dmo/DMO_VideoDecoder.c: ported mplayer fix.
      * References
        http://svn.mplayerhq.hu/mplayer/trunk/loader/dmo/DMO_VideoDecoder.c?r1=22019&r2=22204
        CVE-2007-1246
    
     -- Kees Cook <email address hidden>   Thu,  8 Mar 2007 12:30:28 -0800
  • xine-lib (1.1.2+repacked1-0ubuntu3.2) edgy-security; urgency=low
    
      * SECURITY UPDATE: Arbitrary code execution in realmedia.
      * src/realmedia/real.c: Fix buffer overflows, from upstream.
      * References
        https://sf.net/tracker/download.php?group_id=9655&atid=109655&file_id=204544&aid=1603470
        CVE-2006-6172
    
     -- Kees Cook <email address hidden>   Fri,  1 Dec 2006 15:13:54 -0800
  • xine-lib (1.1.2+repacked1-0ubuntu3) edgy; urgency=low
    
       * Change in src/demuxers/demux_shn.c for *.shn
         playback fixing "no stream present"
       * Closes Malone: #63130
    
     -- Brandon Holtsclaw <email address hidden>   Fri,  6 Oct 2006 05:33:19 -0500
  • xine-lib (1.1.2+repacked1-0ubuntu2) edgy; urgency=low
    
      * undo backport of this commit because of FTBFS on powerpc, ia64 and sparc:
        -  [xine-lib @ 2006-07-12 21:08:46 by dsalt]
           Tidy up the formatting of tvtime method help texts to allow better wrapping
           by the front end.
      * add recommends on libxine-extracodecs (recloses Malone #56699)
    
     -- Reinhard Tartler <email address hidden>   Fri, 22 Sep 2006 20:10:04 +0200
  • xine-lib (1.1.2+repacked1-0ubuntu1) edgy; urgency=low
    
      * repacked the orig tarball. We can get rid of most diff by enabling
        --enable-external-ffmpeg
      * revert the caca related backport from upstream, we will keep the
        old libcaca for edgy
      * -dbg package is Priority: extra
      * remerged with debian. Changes:
        - ripped of plugins from the sources (see xine-extracodecs):
          + ffmpeg
          + faad
          + libmad (mp3 plugin)
        - fix FTBFS in src/post/deinterlace/plugins/greedy2frame_template.c by
          adding src/post/deinterlace/plugins/mangle.h from
          src/libffmpeg/libpostproc.
        - libxine-main1 dummy package for upgrades from dapper. Keep this
          package until (and including) the next LTS release of ubuntu!
        - tighten build dependency on binutils according to dh_strip manpage
        - insert a copy of libpostproc (from upstream source tarball) at
          src/libpostproc. Actually, this is how it was in the previous ubuntu
          package. Note that this is only for the planar postprocessing plugin,
          which should be moved to the xine-extracodecs package in an later
          upload.
        - Adjust configure.ac, src/Makefile.am and src/post/planar/Makefile.am
          for the new location of libpostproc
    
    xine-lib (1.1.2-5) unstable; urgency=low
    
      * Urgency kept low despite RC bug. (only FTBFS bug, does not affect testing)
      * fetched patches from 1.1.3 branch:
       -  [xine-lib @ 2006-07-12 21:08:46 by dsalt]
           Tidy up the formatting of tvtime method help texts to allow better wrapping
           by the front end.
       -  [xine-lib @ 2006-07-21 03:31:42 by dgp85]
           Fix building with LOG enabled.
       -  [xine-lib @ 2006-07-21 04:47:17 by dgp85]
           When trying to get the langinfo code, first of all, set the locale,
           or you'll always get ANSI/ASCII.
       -  [xine-lib @ 2006-08-05 13:31:13 by hadess]
           use the gdkpixbuf loader to handle JPEG stills in Quicktime movies, as
           the ffmpeg MJPEG decoder isn't appropriate
       -  [xine-lib @ 2006-08-05 13:34:42 by hadess]
           avoid crashing when the FLAC file is broken
       -  [xine-lib @ 2006-08-08 03:15:02 by miguelfreitas]
             patch by Chris Brien
             1) Return the stream length correctly. This fixes a FIXME.
             2) Set the width and height metadata.
             3) Reset the demuxer status to DEMUX_OK on seek.
           (in  src/demuxers/demux_rawdv.c)
       -  [xine-lib @ 2006-08-08 03:34:15 by miguelfreitas]
            video/x-ms-wma -> audio/x-ms-wma
            (in src/demuxers/demux_asf.c)
            Update API for libcaca 0.99. Patch by cjacker huang.
            Update libcaca check to use the pkg-config file shipped with libcaca
            0.99, and change --disable-caca to --without-caca (to conform with
            other external libraries).
            Remove reference to removed caca.m4 (libcaca 0.99 will use
            pkg-config).
            Removed m4/caca.m4 (Closes: #386745)
      * Dropped Replaces on xine-dvdnav (only in woody) and xine (only in
        potato!)
      * Dropping Conflicts on sinek and xine-ui (<< 0.9.10) (all only woody)
      * cleaning m4/caca.m4, no longer used
      * removing doc/faq/faq.html doc/faq/faq.txt doc/hackersguide/hackersguide.html
        on clean, missed by build system
      * include some targets to build 'orig' tarballs from the current branch.
        This mainly for my convinience for bootstrapping cvs versions of xine and
        preparing tarballs for the 'main' section of ubuntu, which I carry here in
        order to minimize divergence
    
    xine-lib (1.1.2-4) unstable; urgency=low
    
      * build against external liba52
      * Bug fix: "libxine1: Please use the Debian ffmpeg version", thanks to
        Josselin Mouette. Please note that the ffmpeg version used has WMV3
        support. Unfortunately, this version of xine cannot use that support
        yet. This is 1.1.3 stuff. (Closes: #367095).
      * Bug fix: "libxine1: Please support m4b files", thanks to Johannes
        Adams. Bugfix by copying src/demuxers/demux_qt.c from CVS
        version. (Closes: #384435).
      * Build against internal libvcdinfo for now and add libvcdinfo-dev to
        build-conflicts. This is a workaround for Bug: #364837, using internal
        libvcdinfo makes the segfault go away.
      * install a note for reportbug users
      * cleanup (actually remove) confusing and unnecessary documentation.
      * fetch bug from upstream cvs to fix bug where incorrect aspect ratio was
        being passed to post plugins up (src/post/planar/expand.c, rev 1.16)
      * add build dependency on sgmltools-lite to build faq
      * add build dependencies transfig and gs to correctly build the
        hackersguide
      * bump shlibs to this revision because of changes in libcaca output plugin
    
    xine-lib (1.1.2-3) unstable; urgency=low
    
      * backport fix for cdda:/ MRL from upstream (Closes: #276728)
      * add note from darren to xine(5) as well
      * fix totem-xine crashing when started with no argument (closes: #370283)
        (patch taken from upstream)
    
     -- Reinhard Tartler <email address hidden>   Tue, 12 Sep 2006 22:28:12 +0200
  • xine-lib (1.1.2-2ubuntu4) edgy; urgency=low
    
      * Changed libxine1 recommends from xine-extracodecs to libxine-extracodecs.
        Closes bug #56699
    
     -- Sarah Hobbs <email address hidden>   Fri, 18 Aug 2006 00:00:13 +1000
  • xine-lib (1.1.2-2ubuntu3) edgy; urgency=low
    
      [ Daniel T Chen ]
      * debian/control: Use the correct package name (libxine-main1-dbg)
        for compat v4 semantics with dh_strip --dbg-package. Tighten build-
        dependency on binutils to align with dh_strip(1).
    
      [ Reinhard Tartler ]
      * fix dependencies of package libxine-dev and libxine-main1-dbg (lp: #52936)
      * rename libxine-main1 back to libxine1
      * create a libxine-main1 dummy package to provide an upgrade path.
        This makes compilation and installation from upstream/debian source
        package easier.
      * Dropping Replaces on xine-dvdnav, xine from libxine1
    
     -- Reinhard Tartler <email address hidden>   Tue, 25 Jul 2006 16:26:25 +0200
  • xine-lib (1.1.2-2ubuntu2) edgy; urgency=low
    
      * Make libxine-dev and libxine1-dbg depend on libxine-main1 as libxine1
        is gone.
    
     -- Tollef Fog Heen <email address hidden>   Fri, 14 Jul 2006 14:48:00 +0200
  • xine-lib (1.1.2-2ubuntu1) edgy; urgency=low
    
      * merge changes from sid
      * Imported further fixes from upstream CVS:
        +  src/input/input_dvb.c
        + src/xine-utils/xine_mutex.c
      * Imported security fix for included copy of libmms from upstream CVS,
        (e.g. USN-315-1)
      * dropping support for vcds for now. Will be reenabled later again!
    
     -- Reinhard Tartler <email address hidden>   Thu, 13 Jul 2006 22:13:15 +0000
  • xine-lib (1.1.2-0ubuntu1) edgy; urgency=low
    
      * New upstream release
    
    xine-lib (1.1.1+cvs20060624-1ubuntu1) edgy; urgency=low
    
      * prepare upload to edgy based on package xine-extracodecs
    
    xine-extracodecs (1.1.1+cvs20060624-1ubuntu1) edgy; urgency=low
    
      * prepare upload for edgy
      * disable -dbg package
      * remove some really old and obsoleted conflicts
      * cleanups in debian/rules
    
    xine-lib (1.1.1+cvs20060624-1) experimental; urgency=low
    
      * new upstream snapshot, featuring (from upstream ChangeLog)
        + Security fixes:
          - CVE-2005-4048: possible buffer overflow in libavcodec (crafted PNGs).
          - CVE-2006-2802: possible buffer overflow in the HTTP plugin.
          - possible buffer overflow via bad indexes in specially-crafted AVI files
        + Also look for Xv support in /usr/lib for X.org's new location
        + Support for Vorbis-style comments in FLAC files (Closes: #354188)
        + Add ATSC support to the DVB plugin (Closes: #287875)
        + Fix up health check to find libX11 and libXv shared objects even if
          devel packages aren't installed (where appropriate). (Ubuntu 47357)
        + Fix install problems in case configure was generated by autoconf >= 2.59c.
          (already included in older debian upload)
        + Add support for RealPlayer 10 codecs (from SUSE) (Closes: #274180)
      * add w3m to build-depends
      * New upstream fixes implicit pointer conversion. Thanks David Mosberger for
        testing (Closes: #360003)
      * cleanups in debian/rules
      * use external (debian) ffmpeg
      * run autohell on build time (read: on the buildds)
    
    xine-lib (1.1.1-3) UNRELEASED; urgency=low
    
      * (re)introduce libxine1-dbg package. (Closes: #373135)
    
     -- Jonathan Riddell <email address hidden>   Tue, 11 Jul 2006 18:17:20 +0000
  • xine-lib (1.1.1+ubuntu2-7) dapper; urgency=low
    
      * Stop shipping the arts plugin as it useless according to upstream and
        tends to break things. (Ubuntu: #44462)
        http://bugzilla.gnome.org/show_bug.cgi?id=327928
    
     -- Sebastian Dröge <email address hidden>   Sun, 14 May 2006 17:07:26 +0200