Received: by mail.netbsd.org (Postfix, from userid 605) id 6713B84D39; Sun, 2 Dec 2018 07:45:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75D4A84D2B for ; Sun, 2 Dec 2018 07:45:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pTJWLSamMIgb for ; Sun, 2 Dec 2018 07:45:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A760684D20 for ; Sun, 2 Dec 2018 07:45:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E1A1FB1F; Sun, 2 Dec 2018 07:45:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1543736703292420" MIME-Version: 1.0 Date: Sun, 2 Dec 2018 07:45:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/pcre2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20181202074503.9E1A1FB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1543736703292420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1543736703292420 Content-Disposition: inline Content-Length: 1890 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1543736703292420--