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:           Sun Dec  2 07:45:03 UTC 2018

Modified Files:
        pkgsrc/devel/pcre2: Makefile distinfo

Log Message:
pcre2: update to 10.32.

Version 10.32 10-September-2018
-------------------------------

This is another mainly bugfix and tidying release with a few minor
enhancements. These are the main ones:

1. pcre2grep now supports the inclusion of binary zeros in patterns that are
read from files via the -f option.

2. ./configure now supports --enable-jit=auto, which automatically enables JIT
if the hardware supports it.

3. In pcre2_dfa_match(), internal recursive calls no longer use the stack for
local workspace and local ovectors. Instead, an initial block of stack is
reserved, but if this is insufficient, heap memory is used. The heap limit
parameter now applies to pcre2_dfa_match().

4. Updated to Unicode version 11.0.0.

5. (*ACCEPT:ARG), (*FAIL:ARG), and (*COMMIT:ARG) are now supported.

6. Added support for \N{U+dddd}, but only in Unicode mode.

7. Added support for (?^) to unset all imnsx options.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/pcre2/Makefile
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/devel/pcre2/Makefile:1.12
--- pkgsrc/devel/pcre2/Makefile:1.11    Tue Apr 17 08:56:06 2018
+++ pkgsrc/devel/pcre2/Makefile Sun Dec  2 07:45:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/04/17 08:56:06 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/12/02 07:45:03 wiz Exp $
 
-DISTNAME=      pcre2-10.31
+DISTNAME=      pcre2-10.32
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
 MASTER_SITES+= https://ftp.pcre.org/pub/pcre/
@@ -26,6 +26,9 @@ CONFIGURE_ARGS+=      --enable-pcre2-32
 CONFIGURE_ARGS+=       --enable-pcre2grep-libz
 CONFIGURE_ARGS+=       --enable-pcre2grep-libbz2
 
+# On NetBSD, needs:
+# sysctl -w security.pax.mprotect.enabled=0
+# because of its JIT.
 TEST_TARGET=           check
 
 .include "options.mk"

Index: pkgsrc/devel/pcre2/distinfo
diff -u pkgsrc/devel/pcre2/distinfo:1.8 pkgsrc/devel/pcre2/distinfo:1.9
--- pkgsrc/devel/pcre2/distinfo:1.8     Tue Apr 17 08:56:06 2018
+++ pkgsrc/devel/pcre2/distinfo Sun Dec  2 07:45:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/04/17 08:56:06 wiz Exp $
+$NetBSD: distinfo,v 1.9 2018/12/02 07:45:03 wiz Exp $
 
-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
+SHA1 (pcre2-10.32.tar.bz2) = 31dea762ff549cda09b7df33648f9d4cc3707cf8
+RMD160 (pcre2-10.32.tar.bz2) = 708cdaa837ff5cdb5c97db3991d51778a2e9102e
+SHA512 (pcre2-10.32.tar.bz2) = 3d712e7d6afbaef227952680ded69fadbdec0b1abdfcac17cf071415c3c93edd152d6d268dec80570aedf24f82ba954f74f5f9e62c9b9991be75080a3d6ab5fe
+Size (pcre2-10.32.tar.bz2) = 1641814 bytes



Home | Main Index | Thread Index | Old Index