Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 97FBE1A9239 for ; Mon, 18 Oct 2021 11:53:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C648484E55; Mon, 18 Oct 2021 11:53:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BC9884DC2 for ; Mon, 18 Oct 2021 11:53:11 +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 YFKVGRo3LNW6 for ; Mon, 18 Oct 2021 11:53:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7562784C86 for ; Mon, 18 Oct 2021 11:53:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68D15FA97; Mon, 18 Oct 2021 11:53:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634557990241300" MIME-Version: 1.0 Date: Mon, 18 Oct 2021 11:53:10 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/pcre2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20211018115310.68D15FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634557990241300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Oct 18 11:53:10 UTC 2021 Modified Files: pkgsrc/devel/pcre2: Makefile distinfo Log Message: pcre2: update to 10.38 Version 10.38 01-October-2021 ----------------------------- As well as some bug fixes and tidies (as always, see ChangeLog for details), the documentation is updated to list the new URLs, following the move of the source repository to GitHub and the mailing list to Google Groups. * The CMake build system can now build both static and shared libraries in one go. * Following Perl's lead, \K is now locked out in lookaround assertions by default, but an option is provided to re-enable the previous behaviour. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/pcre2/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/pcre2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634557990241300 Content-Disposition: inline Content-Length: 1579 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.20 pkgsrc/devel/pcre2/Makefile:1.21 --- pkgsrc/devel/pcre2/Makefile:1.20 Mon May 31 11:13:04 2021 +++ pkgsrc/devel/pcre2/Makefile Mon Oct 18 11:53:10 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2021/05/31 11:13:04 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2021/10/18 11:53:10 nia Exp $ -DISTNAME= pcre2-10.37 +DISTNAME= pcre2-10.38 CATEGORIES= devel -MASTER_SITES= https://ftp.pcre.org/pub/pcre/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=PhilipHazel/} +GITHUB_RELEASE= ${DISTNAME} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.pcre.org/ Index: pkgsrc/devel/pcre2/distinfo diff -u pkgsrc/devel/pcre2/distinfo:1.17 pkgsrc/devel/pcre2/distinfo:1.18 --- pkgsrc/devel/pcre2/distinfo:1.17 Thu Oct 7 13:42:47 2021 +++ pkgsrc/devel/pcre2/distinfo Mon Oct 18 11:53:10 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/07 13:42:47 nia Exp $ +$NetBSD: distinfo,v 1.18 2021/10/18 11:53:10 nia Exp $ -RMD160 (pcre2-10.37.tar.bz2) = 260daa9d31e76ecc428e84ab3f2ed3ba41b7ee37 -SHA512 (pcre2-10.37.tar.bz2) = 69f4bf4736b986e0fc855eedb292efe72a0df2e803bc0e61a6cf47775eed433bb1b2f28d7e641591ef4603d47beb543a64ed0eef9538d00f0746bc3435c143ec -Size (pcre2-10.37.tar.bz2) = 1729384 bytes +RMD160 (pcre2-10.38.tar.gz) = f82c01a94fdb85652c55ec03b004d8e66e8828ce +SHA512 (pcre2-10.38.tar.gz) = 55d5db7fb4f18c8f28f1fc8327bbe0094c0fda2f7d187917aad787d31ac3ec91e90042af549b7779f16fb76e6fefb8d4e87299ca9c9acaf0fc09e282096ca041 +Size (pcre2-10.38.tar.gz) = 2307996 bytes --_----------=_1634557990241300--