pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pcre Update to 7.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e72abcea2260
branches:  trunk
changeset: 532701:e72abcea2260
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 29 21:02:45 2007 +0000

description:
Update to 7.3:

Release 7.3 28-Aug-07
---------------------

Most changes are bug fixes. Some that are not:

1. There is some support for Perl 5.10's experimental "backtracking control
   verbs" such as (*PRUNE).

2. UTF-8 checking is now as per RFC 3629 instead of RFC 2279; this is more
   restrictive in the strings it accepts.

3. Checking for potential integer overflow has been made more dynamic, and as a
   consequence there is no longer a hard limit on the size of a subpattern that
   has a limited repeat count.

4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec()
   no longer advance by two characters instead of one when an unanchored match
   fails at CRLF if there are explicit CR or LF matches within the pattern.
   This gets rid of some anomalous effects that previously occurred.

5. Some PCRE-specific settings for varying the newline options at the start of
   a pattern have been added.

diffstat:

 devel/pcre/Makefile |  4 ++--
 devel/pcre/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r ca18b5df0ff3 -r e72abcea2260 devel/pcre/Makefile
--- a/devel/pcre/Makefile       Wed Aug 29 20:59:02 2007 +0000
+++ b/devel/pcre/Makefile       Wed Aug 29 21:02:45 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2007/07/03 17:20:01 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2007/08/29 21:02:45 wiz Exp $
 
-DISTNAME=      pcre-7.2
+DISTNAME=      pcre-7.3
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 EXTRACT_SUFX=  .tar.bz2
diff -r ca18b5df0ff3 -r e72abcea2260 devel/pcre/distinfo
--- a/devel/pcre/distinfo       Wed Aug 29 20:59:02 2007 +0000
+++ b/devel/pcre/distinfo       Wed Aug 29 21:02:45 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2007/07/03 17:20:01 wiz Exp $
+$NetBSD: distinfo,v 1.27 2007/08/29 21:02:46 wiz Exp $
 
-SHA1 (pcre-7.2.tar.bz2) = fd4f69a66d0202504a831f8668a170b57bd5d1ec
-RMD160 (pcre-7.2.tar.bz2) = eee4b9f40bc04c05546f1b426e0398e77dd7b123
-Size (pcre-7.2.tar.bz2) = 738540 bytes
+SHA1 (pcre-7.3.tar.bz2) = a9867a2c9980005aed07be022f07a61eb4135780
+RMD160 (pcre-7.3.tar.bz2) = a4f2293cfe1a56a518f025a7a088ea772a2a0b51
+Size (pcre-7.3.tar.bz2) = 764859 bytes
 SHA1 (patch-aa) = 2bca13cdd4a398ae3dbf26f75fd94557cb076dbe



Home | Main Index | Thread Index | Old Index