rpms/pcre/devel pcre-6.6-stack.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 pcre.spec, 1.19, 1.20 sources, 1.8, 1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 27 19:43:57 UTC 2006


Author: than

Update of /cvs/dist/rpms/pcre/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6435

Modified Files:
	.cvsignore pcre.spec sources 
Added Files:
	pcre-6.6-stack.patch 
Log Message:
- update to 6.7
- fix #217303, enable-unicode-properties
- sane stack limit



pcre-6.6-stack.patch:
 config.h.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE pcre-6.6-stack.patch ---
--- pcre-6.6/config.h.in.orig	2006-11-27 20:13:06.000000000 +0100
+++ pcre-6.6/config.h.in	2006-11-27 20:14:31.000000000 +0100
@@ -108,7 +108,7 @@
 override this default default. */
 
 #ifndef MATCH_LIMIT
-#define MATCH_LIMIT 10000000
+#define MATCH_LIMIT 100000
 #endif
 
 /* The above limit applies to all calls of match(), whether or not they
@@ -121,7 +121,7 @@
 "configure" can be used to override this default default. */
 
 #ifndef MATCH_LIMIT_RECURSION
-#define MATCH_LIMIT_RECURSION MATCH_LIMIT
+#define MATCH_LIMIT_RECURSION 10000
 #endif
 
 /* End */


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pcre/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	9 May 2006 12:38:06 -0000	1.8
+++ .cvsignore	27 Nov 2006 19:43:55 -0000	1.9
@@ -2,3 +2,4 @@
 pcre-5.0.tar.bz2
 pcre-6.3.tar.bz2
 pcre-6.6.tar.bz2
+pcre-6.7.tar.bz2


Index: pcre.spec
===================================================================
RCS file: /cvs/dist/rpms/pcre/devel/pcre.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pcre.spec	12 Jul 2006 07:41:55 -0000	1.19
+++ pcre.spec	27 Nov 2006 19:43:55 -0000	1.20
@@ -1,10 +1,11 @@
 Name: pcre
-Version: 6.6
-Release: 1.1
+Version: 6.7
+Release: 1
 Summary: Perl-compatible regular expression library
 URL: http://www.pcre.org/
 Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
 Patch1: pcre-6.6-multilib.patch
+Patch2: pcre-6.6-stack.patch
 License: BSD
 Group: System Environment/Libraries
 Prefix: %{_prefix}
@@ -31,9 +32,10 @@
 %prep
 %setup -q
 %patch1 -p1 -b .multilib
+%patch2 -p1 -b .stack
 
 %build
-%configure --enable-utf8
+%configure --enable-utf8 --enable-unicode-properties
 
 make %{?_smp_mflags}
 
@@ -80,6 +82,11 @@
 %{_bindir}/pcre-config
 
 %changelog
+* Mon Nov 27 2006 Than Ngo <than at redhat.com> - 6.7-1
+- update to 6.7
+- fix #217303, enable-unicode-properties
+- sane stack limit
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 6.6-1.1
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pcre/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	9 May 2006 12:38:06 -0000	1.8
+++ sources	27 Nov 2006 19:43:55 -0000	1.9
@@ -1 +1 @@
-61067f730c46cf6bdd0f8efe3f4f51b6  pcre-6.6.tar.bz2
+dbbec9d178ce199e67e98c9a4f994f90  pcre-6.7.tar.bz2




More information about the fedora-cvs-commits mailing list