SPECS: crossmingw32-libpng.spec - updated to 1.2.32 (fixes CVE-2008-3964)
qboosh
qboosh at pld-linux.org
Fri Sep 19 20:50:05 CEST 2008
Author: qboosh Date: Fri Sep 19 18:50:05 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.2.32 (fixes CVE-2008-3964)
---- Files affected:
SPECS:
crossmingw32-libpng.spec (1.31 -> 1.32)
---- Diffs:
================================================================
Index: SPECS/crossmingw32-libpng.spec
diff -u SPECS/crossmingw32-libpng.spec:1.31 SPECS/crossmingw32-libpng.spec:1.32
--- SPECS/crossmingw32-libpng.spec:1.31 Sat Aug 23 10:19:39 2008
+++ SPECS/crossmingw32-libpng.spec Fri Sep 19 20:49:59 2008
@@ -3,12 +3,12 @@
Summary: PNG library - Mingw32 cross version
Summary(pl.UTF-8): Biblioteka PNG - wersja skrośna dla Mingw32
Name: crossmingw32-%{realname}
-Version: 1.2.31
+Version: 1.2.32
Release: 1
License: distributable
Group: Development/Libraries
Source0: http://dl.sourceforge.net/libpng/%{realname}-%{version}.tar.lzma
-# Source0-md5: d1f5fe979e3450cda4d571cef93c507e
+# Source0-md5: 4b86e9d73d86744a263bb69671ab74d0
Patch0: %{realname}-pngminus.patch
Patch1: %{realname}-opt.patch
Patch2: %{realname}-revert.patch
@@ -40,9 +40,12 @@
%define __cc %{target}-gcc
%define __cxx %{target}-g++
-%ifarch alpha sparc sparc64 sparcv9
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
%define optflags -O2
%endif
+# -z options are invalid for mingw linker
+%define filterout_ld -Wl,-z,.*
%description
The PNG library is a collection of routines used to create and
@@ -153,6 +156,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2008/09/19 18:49:59 qboosh
+- updated to 1.2.32 (fixes CVE-2008-3964)
+
Revision 1.31 2008/08/23 08:19:39 qboosh
- updated to 1.2.31
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-libpng.spec?r1=1.31&r2=1.32&f=u
More information about the pld-cvs-commit
mailing list