Received: by mail.netbsd.org (Postfix, from userid 605) id 3E8B684F2E; Wed, 1 Feb 2023 08:16:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E63084F21 for ; Wed, 1 Feb 2023 08:16:28 +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 OIFnew3T6390 for ; Wed, 1 Feb 2023 08:16:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E520084D3E for ; Wed, 1 Feb 2023 08:16:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E23E0FA90; Wed, 1 Feb 2023 08:16:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675239387133680" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 08:16:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230201081627.E23E0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675239387133680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 1 08:16:27 UTC 2023 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: updated to 3.9.7 ugrep v3.9.7 A minor update to handle gnutar archive extension field formats to search huge files (>4GB) stored in (gnu) tar archives. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675239387133680 Content-Disposition: inline Content-Length: 1522 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ugrep/Makefile diff -u pkgsrc/textproc/ugrep/Makefile:1.47 pkgsrc/textproc/ugrep/Makefile:1.48 --- pkgsrc/textproc/ugrep/Makefile:1.47 Thu Jan 26 07:58:37 2023 +++ pkgsrc/textproc/ugrep/Makefile Wed Feb 1 08:16:27 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2023/01/26 07:58:37 adam Exp $ +# $NetBSD: Makefile,v 1.48 2023/02/01 08:16:27 adam Exp $ -DISTNAME= ugrep-3.9.6 +DISTNAME= ugrep-3.9.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/textproc/ugrep/distinfo diff -u pkgsrc/textproc/ugrep/distinfo:1.44 pkgsrc/textproc/ugrep/distinfo:1.45 --- pkgsrc/textproc/ugrep/distinfo:1.44 Thu Jan 26 07:58:37 2023 +++ pkgsrc/textproc/ugrep/distinfo Wed Feb 1 08:16:27 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2023/01/26 07:58:37 adam Exp $ +$NetBSD: distinfo,v 1.45 2023/02/01 08:16:27 adam Exp $ -BLAKE2s (ugrep-3.9.6.tar.gz) = 95b6b86e2f33e65d717064bd778b5a04b657ac5e5ae75d1ffdc57374f69a4f22 -SHA512 (ugrep-3.9.6.tar.gz) = 2551048b1e31de424892d74a0c4079684abf91b9d1f714a4351c43caba97a373db9c407006aee65c8e5c427a23e231233a7b411a731f189abd697351bf8ccbea -Size (ugrep-3.9.6.tar.gz) = 4446611 bytes +BLAKE2s (ugrep-3.9.7.tar.gz) = 667f6b7e8196c25cf3fa101bbeea4560e1feec5465cf85e25a8e86a8f5d57b0a +SHA512 (ugrep-3.9.7.tar.gz) = 47236f5b077714748710d6aaea5ead6625eaf10db9fcafd1fc68dae7c8509c6dfe740245b76fb4b6430adcb70020dcd9ee865ce2a30ad661c43b69b2b8020019 +Size (ugrep-3.9.7.tar.gz) = 4446197 bytes --_----------=_1675239387133680--