SPECS: crossmingw32-pcre.spec - updated to 7.8 (fixes CVE-2008-2371) - adde...

qboosh qboosh at pld-linux.org
Mon Sep 8 22:29:36 CEST 2008


Author: qboosh                       Date: Mon Sep  8 20:29:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 7.8 (fixes CVE-2008-2371)
- added filterout_ld hack for -Wl,-z, options in rpmldflags

---- Files affected:
SPECS:
   crossmingw32-pcre.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-pcre.spec
diff -u SPECS/crossmingw32-pcre.spec:1.29 SPECS/crossmingw32-pcre.spec:1.30
--- SPECS/crossmingw32-pcre.spec:1.29	Sat May 10 00:35:40 2008
+++ SPECS/crossmingw32-pcre.spec	Mon Sep  8 22:29:30 2008
@@ -3,12 +3,12 @@
 Summary:	Perl-Compatible Regular Expression library - Mingw32 cross version
 Summary(pl.UTF-8):	Biblioteka perlowych wyrażeń regularnych - wersja skrośna dla Mingw32
 Name:		crossmingw32-%{realname}
-Version:	7.7
+Version:	7.8
 Release:	1
 License:	BSD (see LICENCE)
 Group:		Development/Libraries
 Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{realname}-%{version}.tar.bz2
-# Source0-md5:	4b2e9cde1f7227448dddba59843efa0b
+# Source0-md5:	141132d6af14dccc7b08fa797e4fd441
 URL:		http://www.pcre.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -31,9 +31,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
 PCRE stands for the Perl Compatible Regular Expression library. It
@@ -137,6 +140,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2008/09/08 20:29:30  qboosh
+- updated to 7.8 (fixes CVE-2008-2371)
+- added filterout_ld hack for -Wl,-z, options in rpmldflags
+
 Revision 1.29  2008/05/09 22:35:40  qboosh
 - updated to 7.7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-pcre.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list