~siretart/xine-lib/ubuntu

« back to all changes in this revision

Viewing changes to misc/xine-lib.spec

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-15 13:13:45 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051215131345-8n4osv1j7fy9c1s1
* SECURITY UPDATE: Fix arbitrary code execution with crafted PNG images in
  embedded ffmpeg copy.
* src/libffmpeg/libavcodec/utils.c, avcodec_default_get_buffer(): Apply
  upstream patch to fix buffer overflow on decoding of small PIX_FMT_PAL8
  PNG files.
* References:
  CVE-2005-4048
  http://mplayerhq.hu/pipermail/ffmpeg-devel/2005-November/005333.html
  http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/libavcodec/
  utils.c.diff?r1=1.161&r2=1.162&cvsroot=FFMpeg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%define shortname  libxine
2
2
%define name       libxine1
3
 
%define version    1.0.1
 
3
%define version    1.1.1
4
4
%define dirversion 1.0.0
5
5
%define release    0
6
6
 
75
75
License:        GPL
76
76
Group:          Development/Libraries
77
77
URL:            http://xinehq.de
78
 
Source:         http://xinehq.de/files/xine-lib-1.0.1.tar.gz
 
78
Source:         http://xinehq.de/files/xine-lib-1.1.1.tar.gz
79
79
Packager:       Manfred Tremmel <Manfred.Tremmel@iiv.de>
80
80
Obsoletes:      xine
81
81
Obsoletes:      xine-lib
619
619
%endif
620
620
 
621
621
%prep
622
 
%setup -q -n xine-lib-1.0.1
 
622
%setup -q -n xine-lib-1.1.1
623
623
 
624
624
%build
625
625
export CFLAGS="${RPM_OPT_FLAGS}"