SPECS: libpng1.spec - updated to 1.0.26 (fixes CVE-2007-2445) - up...

qboosh qboosh at pld-linux.org
Sat May 19 13:10:55 CEST 2007


Author: qboosh                       Date: Sat May 19 11:10:55 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.26 (fixes CVE-2007-2445)
- updated opt,SONAME patches, added const patch
- use makefile.gcmmx on x86 (fixes build)

---- Files affected:
SPECS:
   libpng1.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/libpng1.spec
diff -u SPECS/libpng1.spec:1.33 SPECS/libpng1.spec:1.34
--- SPECS/libpng1.spec:1.33	Sun Apr  8 14:00:57 2007
+++ SPECS/libpng1.spec	Sat May 19 13:10:50 2007
@@ -5,17 +5,18 @@
 Summary(pl.UTF-8):	Biblioteka PNG
 Summary(tr.UTF-8):	PNG kitaplığı
 Name:		libpng1
-Version:	1.0.24
+Version:	1.0.26
 Release:	1
 Epoch:		2
 License:	distributable
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/libpng/libpng-%{version}.tar.bz2
-# Source0-md5:	a69f4048b951ef2142d033495e7112da
+# Source0-md5:	fa7b89dc93bd1ec7a39d9e74a2223be7
 Patch0:		%{name}-opt.patch
 Patch1:		%{name}-pngminus.patch
 Patch2:		%{name}-SONAME.patch
 Patch3:		%{name}-libdirfix.patch
+Patch4:		%{name}-const.patch
 URL:		http://www.libpng.org/pub/png/libpng.html
 BuildRequires:	rpmbuild(macros) >= 1.213
 BuildRequires:	zlib-devel
@@ -120,8 +121,13 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
+%ifarch %{ix86}
+ln -s scripts/makefile.gcmmx ./Makefile
+%else
 ln -s scripts/makefile.linux ./Makefile
+%endif
 
 %build
 %{__make} \
@@ -185,6 +191,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2007/05/19 11:10:50  qboosh
+- updated to 1.0.26 (fixes CVE-2007-2445)
+- updated opt,SONAME patches, added const patch
+- use makefile.gcmmx on x86 (fixes build)
+
 Revision 1.33  2007/04/08 12:00:57  shadzik
 - 1.0.24
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libpng1.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list