Author: draenog Date: Fri Sep 5 14:03:34 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - lzw-bugs.pach (CVE-2008-2327) - libool.patch - glut.patch - missing BR for opengl bcond
---- Files affected: SPECS: libtiff.spec (1.91 -> 1.92) ---- Diffs: ================================================================ Index: SPECS/libtiff.spec diff -u SPECS/libtiff.spec:1.91 SPECS/libtiff.spec:1.92 --- SPECS/libtiff.spec:1.91 Mon Sep 1 14:39:02 2008 +++ SPECS/libtiff.spec Fri Sep 5 16:03:29 2008 @@ -1,5 +1,6 @@ # $Revision$, $Date$ # TODO: CVE-2006-2193 +# fix opengl bcond # # Conditional build: %bcond_without opengl # do not build OpenGL viewer @@ -17,16 +18,19 @@ Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz # Source0-md5: fbb6f446ea4ed18955e2714934e5b698 Patch0: %{name}-sec.patch +Patch1: %{name}-lzw-bugs.patch +Patch2: %{name}-libtool.patch +Patch3: %{name}-glut.patch URL: http://www.remotesensing.org/libtiff/ # http://securitytracker.com/alerts/2008/Aug/1020750.html # fix from: http://securitytracker.com/alerts/2008/Aug/1020781.html -BuildRequires: security(CVE-2008-2327) %{?with_opengl:BuildRequires: OpenGL-glut-devel} BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: libjpeg-devel BuildRequires: libstdc++-devel BuildRequires: libtool +%{?with_opengl:BuildRequires: xorg-lib-libXmu-devel} BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -164,6 +168,9 @@ %setup -q -n tiff-%{version} %patch0 -p1 +%patch1 -p1 +%patch2 +%patch3 rm -f m4/{libtool,lt*}.m4 @@ -245,6 +252,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.92 2008/09/05 14:03:29 draenog +- lzw-bugs.pach (CVE-2008-2327) +- libool.patch +- glut.patch +- missing BR for opengl bcond + Revision 1.91 2008/09/01 12:39:02 blues - CVE TODO note ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtiff.spec?r1=1.91&r2=1.92&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
