diff options
author | wiz <wiz> | 2007-08-29 21:02:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-08-29 21:02:45 +0000 |
commit | d49429242f7a6a7009c210249d166c5e4f9dd725 (patch) | |
tree | 4ad888d6b710a7de73eca3381f52c3e21038dac5 /devel | |
parent | bd8790a2f3ae0186723e8d8fa2c9891c9006ef49 (diff) | |
download | pkgsrc-d49429242f7a6a7009c210249d166c5e4f9dd725.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 4 | ||||
-rw-r--r-- | devel/pcre/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index f4174de084b..ad41a26f675 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -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 --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 57cc49c14b1..0bb566a4ecb 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -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 |