bz292501, update to 7.3

This commit is contained in:
Than Ngo 2007-09-17 13:37:55 +00:00
parent e015c76975
commit 52a614d7b1
5 changed files with 2 additions and 51 deletions

View File

@ -3,3 +3,4 @@ pcre-5.0.tar.bz2
pcre-6.3.tar.bz2
pcre-6.6.tar.bz2
pcre-6.7.tar.bz2
pcre-7.3.tar.bz2

View File

@ -1,29 +0,0 @@
--- pcre-6.6/pcre-config.in.orig 2006-05-09 11:34:37.000000000 +0200
+++ pcre-6.6/pcre-config.in 2006-05-09 11:36:09.000000000 +0200
@@ -12,13 +12,6 @@
exit 1
fi
-libR=
-case `uname -s` in
- *SunOS*)
- libR=" -R@libdir@"
- ;;
-esac
-
while test $# -gt 0; do
case "$1" in
-*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
@@ -52,10 +45,10 @@
echo $includes
;;
--libs-posix)
- echo -L@libdir@$libR -lpcreposix -lpcre
+ echo -lpcreposix -lpcre
;;
--libs)
- echo -L@libdir@$libR -lpcre
+ echo -lpcre
;;
*)
echo "${usage}" 1>&2

View File

@ -1,20 +0,0 @@
--- 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 */

View File

@ -4,7 +4,6 @@ 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
License: BSD
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

View File

@ -1 +1 @@
b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2
08b48bf97ff84a9dea07d6be518f0046 pcre-7.3.tar.bz2