pkgsrc-Changes-HG archive

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

pkgsrc: pcre2: update to 10.31.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a4e27c4bc96
branches:  trunk
changeset: 306453:1a4e27c4bc96
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 17 08:56:06 2018 +0000
description:
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.

diffstat:

 devel/pcre2/Makefile |   5 ++---
 devel/pcre2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 1d8431049519 -r 1a4e27c4bc96 devel/pcre2/Makefile
--- a/devel/pcre2/Makefile      Tue Apr 17 08:43:44 2018 +0000
+++ b/devel/pcre2/Makefile      Tue Apr 17 08:56:06 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/09/07 13:47:21 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/04/17 08:56:06 wiz Exp $
 
-DISTNAME=      pcre2-10.30
-PKGREVISION=   1
+DISTNAME=      pcre2-10.31
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 MASTER_SITES+= https://ftp.pcre.org/pub/pcre/
diff -r 1d8431049519 -r 1a4e27c4bc96 devel/pcre2/distinfo
--- a/devel/pcre2/distinfo      Tue Apr 17 08:43:44 2018 +0000
+++ b/devel/pcre2/distinfo      Tue Apr 17 08:56:06 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/08/17 19:53:54 nros Exp $
+$NetBSD: distinfo,v 1.8 2018/04/17 08:56:06 wiz Exp $
 
-SHA1 (pcre2-10.30.tar.bz2) = 8296dda3476bbb4c90048ff47e3a71f3b2749566
-RMD160 (pcre2-10.30.tar.bz2) = 558de9a06531ff6b690abc5b6f587ce2c207f3b5
-SHA512 (pcre2-10.30.tar.bz2) = f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e
-Size (pcre2-10.30.tar.bz2) = 1583543 bytes
+SHA1 (pcre2-10.31.tar.bz2) = 79fa7e244b9f6b7eb2d5faed4e3547caf86ea76d
+RMD160 (pcre2-10.31.tar.bz2) = 77a851c705eab3745db05da9f7dc59dcce2d70bf
+SHA512 (pcre2-10.31.tar.bz2) = 44d7db2513d9415dcdf6541366fea585e016f572f3e4379f6e959a38114b2337851092049ab4a1576ae8f19b9de413edbcfa62f434c77fc8470747ee5413e967
+Size (pcre2-10.31.tar.bz2) = 1603075 bytes



Home | Main Index | Thread Index | Old Index