Tue Apr 17 08:56:06 2018 UTC ()
pcre2: update to 10.31.

Version 10.31 12-February-2018
------------------------------

This is mainly a bugfix and tidying release (see ChangeLog for full details).
However, there are some minor enhancements.

1. New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and
PCRE2_CONFIG_COMPILED_WIDTHS.

2. New pcre2_pattern_info() option PCRE2_INFO_EXTRAOPTIONS to retrieve the
extra compile time options.

3. There are now public names for all the pcre2_compile() error numbers.

4. Added PCRE2_CALLOUT_STARTMATCH and PCRE2_CALLOUT_BACKTRACK bits to a new
field callout_flags in callout blocks.


(wiz)
diff -r1.10 -r1.11 pkgsrc/devel/pcre2/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/pcre2/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/pcre2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/pcre2/Makefile 2017/09/07 13:47:21 1.10
+++ pkgsrc/devel/pcre2/Makefile 2018/04/17 08:56:06 1.11
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2017/09/07 13:47:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2018/04/17 08:56:06 wiz Exp $
2 2
3DISTNAME= pcre2-10.30 3DISTNAME= pcre2-10.31
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ 5MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
7MASTER_SITES+= https://ftp.pcre.org/pub/pcre/ 6MASTER_SITES+= https://ftp.pcre.org/pub/pcre/
8MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pcre/} 7MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pcre/}
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.pcre.org/ 11HOMEPAGE= http://www.pcre.org/
13COMMENT= Perl Compatible Regular Expressions library (major version 2) 12COMMENT= Perl Compatible Regular Expressions library (major version 2)
14LICENSE= modified-bsd 13LICENSE= modified-bsd
15 14
16USE_LANGUAGES= c 15USE_LANGUAGES= c
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.7 -r1.8 pkgsrc/devel/pcre2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/pcre2/distinfo 2017/08/17 19:53:54 1.7
+++ pkgsrc/devel/pcre2/distinfo 2018/04/17 08:56:06 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2017/08/17 19:53:54 nros Exp $ 1$NetBSD: distinfo,v 1.8 2018/04/17 08:56:06 wiz Exp $
2 2
3SHA1 (pcre2-10.30.tar.bz2) = 8296dda3476bbb4c90048ff47e3a71f3b2749566 3SHA1 (pcre2-10.31.tar.bz2) = 79fa7e244b9f6b7eb2d5faed4e3547caf86ea76d
4RMD160 (pcre2-10.30.tar.bz2) = 558de9a06531ff6b690abc5b6f587ce2c207f3b5 4RMD160 (pcre2-10.31.tar.bz2) = 77a851c705eab3745db05da9f7dc59dcce2d70bf
5SHA512 (pcre2-10.30.tar.bz2) = f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e 5SHA512 (pcre2-10.31.tar.bz2) = 44d7db2513d9415dcdf6541366fea585e016f572f3e4379f6e959a38114b2337851092049ab4a1576ae8f19b9de413edbcfa62f434c77fc8470747ee5413e967
6Size (pcre2-10.30.tar.bz2) = 1583543 bytes 6Size (pcre2-10.31.tar.bz2) = 1603075 bytes