Author: megabajt Date: Sat Jul 5 22:34:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added -buffer-overflow.patch [fixes CVE-2008-2371] - release 3
---- Files affected: SPECS: pcre.spec (1.94 -> 1.95) ---- Diffs: ================================================================ Index: SPECS/pcre.spec diff -u SPECS/pcre.spec:1.94 SPECS/pcre.spec:1.95 --- SPECS/pcre.spec:1.94 Tue Jun 17 20:05:28 2008 +++ SPECS/pcre.spec Sun Jul 6 00:34:42 2008 @@ -9,13 +9,14 @@ Summary(pt_BR.UTF-8): Biblioteca de expressões regulares versão Name: pcre Version: 7.7 -Release: 2 +Release: 3 License: BSD (see LICENCE) Group: Libraries Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 # Source0-md5: 4b2e9cde1f7227448dddba59843efa0b Patch0: %{name}-pcreposix-glibc-conflict.patch Patch1: %{name}-link.patch +Patch2: %{name}-buffer-overflow.patch URL: http://www.pcre.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -180,6 +181,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -300,6 +302,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.95 2008/07/05 22:34:42 megabajt +- added -buffer-overflow.patch [fixes CVE-2008-2371] +- release 3 + Revision 1.94 2008/06/17 18:05:28 qboosh - added link patch to kill zlib/bzip2/readline deps in libraries - release 2 @@ -312,7 +318,7 @@ - release 2 Revision 1.91 2008-01-29 15:25:03 twittner -- up to 7.6 +- up to 7.6 [fixes CVE-2008-0674] Revision 1.90 2008-01-10 21:22:21 qboosh - ghost soname symlinks @@ -324,8 +330,8 @@ - CVE references Revision 1.87 2007-11-01 15:40:47 arekm -rel 2 -Prefix all pcreposix conflicting functions with pcreposix_ (changes ABI of pcreposix library but makes it conflict free from glibc) +- rel 2 +- Prefix all pcreposix conflicting functions with pcreposix_ (changes ABI of pcreposix library but makes it conflict free from glibc) Revision 1.86 2007/09/21 20:02:06 adamg - updated to 7.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pcre.spec?r1=1.94&r2=1.95&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
