Received: by mail.netbsd.org (Postfix, from userid 605) id 0B8E5851DD; Wed, 4 May 2022 06:39:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4673D85199 for ; Wed, 4 May 2022 06:39:52 +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 hoTVM1dHV1bw for ; Wed, 4 May 2022 06:39:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B3F2884D31 for ; Wed, 4 May 2022 06:39:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD7F8FB1A; Wed, 4 May 2022 06:39:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651646391147010" MIME-Version: 1.0 Date: Wed, 4 May 2022 06:39:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/oniguruma To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220504063951.AD7F8FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651646391147010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 4 06:39:51 UTC 2022 Modified Files: pkgsrc/textproc/oniguruma: Makefile distinfo Log Message: oniguruma: update to 6.9.8. Update Unicode version 14.0.0 Whole options (?C) : ONIG_OPTION_DONT_CAPTURE_GROUP (?I) : ONIG_OPTION_IGNORECASE_IS_ASCII (?L) : ONIG_OPTION_FIND_LONGEST Fixed some problems found by OSS-Fuzz To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/oniguruma/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/oniguruma/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651646391147010 Content-Disposition: inline Content-Length: 1799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/oniguruma/Makefile diff -u pkgsrc/textproc/oniguruma/Makefile:1.24 pkgsrc/textproc/oniguruma/Makefile:1.25 --- pkgsrc/textproc/oniguruma/Makefile:1.24 Thu Apr 15 18:44:31 2021 +++ pkgsrc/textproc/oniguruma/Makefile Wed May 4 06:39:51 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/04/15 18:44:31 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/05/04 06:39:51 wiz Exp $ -DISTNAME= onig-6.9.7.1 +DISTNAME= onig-6.9.8 PKGNAME= ${DISTNAME:S/onig/oniguruma/} CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_GITHUB:=kkos/} @@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/kkos/onigur COMMENT= Regular expressions library LICENSE= 2-clause-bsd -WRKSRC= ${WRKDIR}/${DISTNAME:R} +#WRKSRC= ${WRKDIR}/${DISTNAME:R} USE_LIBTOOL= yes GNU_CONFIGURE= yes Index: pkgsrc/textproc/oniguruma/distinfo diff -u pkgsrc/textproc/oniguruma/distinfo:1.23 pkgsrc/textproc/oniguruma/distinfo:1.24 --- pkgsrc/textproc/oniguruma/distinfo:1.23 Tue Oct 26 11:22:25 2021 +++ pkgsrc/textproc/oniguruma/distinfo Wed May 4 06:39:51 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2021/10/26 11:22:25 nia Exp $ +$NetBSD: distinfo,v 1.24 2022/05/04 06:39:51 wiz Exp $ -BLAKE2s (onig-6.9.7.1.tar.gz) = e23f20be6f4d62d363dc58a7c657a424a346d7366f871db2af64a4f5375dd491 -SHA512 (onig-6.9.7.1.tar.gz) = 17711e0d451c41e74cb3f8ab4e78b0181578ef42cb35dc64e87871c82a41909334cb4eeb03eccdccf6904f699e6e82b0dbb54077138225b9b95471fcdeb8c486 -Size (onig-6.9.7.1.tar.gz) = 935705 bytes +BLAKE2s (onig-6.9.8.tar.gz) = 5958b5bfe612cb9a3fef1e49469fa3327392c116c8bdfb37901e35de1494585c +SHA512 (onig-6.9.8.tar.gz) = 5a3d220961c22cda981bbae06dc383401771362cdf67e4f0b5d2fa8951a03907362edae498f63226287e70715c0abe4acdd22ec3ceb74bbb226234a52c36a4d7 +Size (onig-6.9.8.tar.gz) = 944148 bytes --_----------=_1651646391147010--