pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pcre2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 17 08:56:06 UTC 2018

Modified Files:
        pkgsrc/devel/pcre2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/pcre2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/pcre2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pcre2/Makefile
diff -u pkgsrc/devel/pcre2/Makefile:1.10 pkgsrc/devel/pcre2/Makefile:1.11
--- pkgsrc/devel/pcre2/Makefile:1.10    Thu Sep  7 13:47:21 2017
+++ pkgsrc/devel/pcre2/Makefile Tue Apr 17 08:56:06 2018
@@ -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/

Index: pkgsrc/devel/pcre2/distinfo
diff -u pkgsrc/devel/pcre2/distinfo:1.7 pkgsrc/devel/pcre2/distinfo:1.8
--- pkgsrc/devel/pcre2/distinfo:1.7     Thu Aug 17 19:53:54 2017
+++ pkgsrc/devel/pcre2/distinfo Tue Apr 17 08:56:06 2018
@@ -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