Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 76E867A282 for ; Sun, 18 Sep 2016 16:17:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2712085EF9; Sun, 18 Sep 2016 16:17:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA0A485E8A for ; Sun, 18 Sep 2016 16:17:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FphcDPIW_Bqf for ; Sun, 18 Sep 2016 16:17:56 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1A55385E45 for ; Sun, 18 Sep 2016 16:17:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B331FBD1; Sun, 18 Sep 2016 16:17:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474215476180240" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 16:17:56 +0000 From: "S.P.Zeidler" Subject: CVS commit: [pkgsrc-2016Q2] pkgsrc/devel/pcre2 To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20160918161756.0B331FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474215476180240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Sun Sep 18 16:17:55 UTC 2016 Modified Files: pkgsrc/devel/pcre2 [pkgsrc-2016Q2]: Makefile PLIST distinfo Log Message: Pullup ticket #5102 - requested by bsiegert devel/pcre2: security update Revisions pulled up: - devel/pcre2/Makefile 1.5 - devel/pcre2/PLIST 1.5 - devel/pcre2/distinfo 1.5 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: mef Date: Sun Sep 11 14:39:27 UTC 2016 Modified Files: pkgsrc/devel/pcre2: Makefile PLIST distinfo Log Message: Updated devel/pcre to 10.22 --------------------------- Version 10.22 29-July-2016 -------------------------- 1. ChangeLog has the details of a number of bug fixes. 2. The POSIX wrapper function regcomp() did not used to support back references and subroutine calls if called with the REG_NOSUB option. It now does. 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled pattern. 4. Support for string callouts is added to pcre2grep. 5. Added the PCRE2_NO_JIT option to pcre2_match(). 6. The pcre2_get_error_message() function now returns with a negative error code if the error number it is given is unknown. 7. Several updates have been made to pcre2test and test scripts (see ChangeLog). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/pcre2/Makefile pkgsrc/devel/pcre2/PLIST \ pkgsrc/devel/pcre2/distinfo To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.4.1 pkgsrc/devel/pcre2/Makefile \ pkgsrc/devel/pcre2/PLIST pkgsrc/devel/pcre2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474215476180240 Content-Disposition: inline Content-Length: 2616 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.4 pkgsrc/devel/pcre2/Makefile:1.4.4.1 --- pkgsrc/devel/pcre2/Makefile:1.4 Wed Jan 13 12:31:41 2016 +++ pkgsrc/devel/pcre2/Makefile Sun Sep 18 16:17:55 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/01/13 12:31:41 nros Exp $ +# $NetBSD: Makefile,v 1.4.4.1 2016/09/18 16:17:55 spz Exp $ -DISTNAME= pcre2-10.21 +DISTNAME= pcre2-10.22 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ${MASTER_SITE_SOURCEFORGE:=pcre/} Index: pkgsrc/devel/pcre2/PLIST diff -u pkgsrc/devel/pcre2/PLIST:1.4 pkgsrc/devel/pcre2/PLIST:1.4.4.1 --- pkgsrc/devel/pcre2/PLIST:1.4 Wed Jan 13 12:31:41 2016 +++ pkgsrc/devel/pcre2/PLIST Sun Sep 18 16:17:55 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/01/13 12:31:41 nros Exp $ +@comment $NetBSD: PLIST,v 1.4.4.1 2016/09/18 16:17:55 spz Exp $ bin/pcre2-config bin/pcre2grep bin/pcre2test @@ -17,6 +17,7 @@ man/man1/pcre2grep.1 man/man1/pcre2test.1 man/man3/pcre2.3 man/man3/pcre2_callout_enumerate.3 +man/man3/pcre2_code_copy.3 man/man3/pcre2_code_free.3 man/man3/pcre2_compile.3 man/man3/pcre2_compile_context_copy.3 @@ -102,6 +103,7 @@ share/doc/pcre2/html/index.html share/doc/pcre2/html/pcre2-config.html share/doc/pcre2/html/pcre2.html share/doc/pcre2/html/pcre2_callout_enumerate.html +share/doc/pcre2/html/pcre2_code_copy.html share/doc/pcre2/html/pcre2_code_free.html share/doc/pcre2/html/pcre2_compile.html share/doc/pcre2/html/pcre2_compile_context_copy.html Index: pkgsrc/devel/pcre2/distinfo diff -u pkgsrc/devel/pcre2/distinfo:1.4 pkgsrc/devel/pcre2/distinfo:1.4.4.1 --- pkgsrc/devel/pcre2/distinfo:1.4 Wed Jan 13 12:31:41 2016 +++ pkgsrc/devel/pcre2/distinfo Sun Sep 18 16:17:55 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/01/13 12:31:41 nros Exp $ +$NetBSD: distinfo,v 1.4.4.1 2016/09/18 16:17:55 spz Exp $ -SHA1 (pcre2-10.21.tar.bz2) = 51c0dee71f50f22cd42b2f73920cee95b707abdc -RMD160 (pcre2-10.21.tar.bz2) = 496fc7940d59c9e70649489731338797aa4edd99 -SHA512 (pcre2-10.21.tar.bz2) = 82f16e5476919de66bbd15a96a0f769bc03f55e679280d470f13e932b660efb7f57637c42a5d0907d1a84f836636bf57756ea961ae1d5763463c6964a8c37bb6 -Size (pcre2-10.21.tar.bz2) = 1455359 bytes +SHA1 (pcre2-10.22.tar.bz2) = 3be3891e1cb1caaa31fa89db51d015831f8f8089 +RMD160 (pcre2-10.22.tar.bz2) = df5b3c6b431fff1a0a933a4ebeb07f209afc0d76 +SHA512 (pcre2-10.22.tar.bz2) = dcf70b5e5b73f29188a56e4d9efb9afdf2b9ebe50e13a7640b80f543851235a289e476e1f517f49fac9628b456268bcdaf2b492237bc879ddff36f84ef4f32ea +Size (pcre2-10.22.tar.bz2) = 1470620 bytes --_----------=_1474215476180240--