Received: by mail.netbsd.org (Postfix, from userid 605) id C0BBE84E75; Mon, 16 Jan 2023 08:35:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE9AA84E69 for ; Mon, 16 Jan 2023 08:35:14 +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 X2wGr_EH9w3U for ; Mon, 16 Jan 2023 08:35:14 +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 61C3084D3A for ; Mon, 16 Jan 2023 08:35:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50D09FA90; Mon, 16 Jan 2023 08:35:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673858114228840" MIME-Version: 1.0 Date: Mon, 16 Jan 2023 08:35:14 +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: <20230116083514.50D09FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673858114228840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 16 08:35:14 UTC 2023 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: updated to 3.9.5 ugrep v3.9.5 Fix option -l (files-with-matches) when used in combination with option -z (decompress), which occasionally would display duplicate filenames when a compressed file has many matches. Fixed by draining the decompression pipe until eof of the compressed file in the searched archive, as was intended. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673858114228840 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.44 pkgsrc/textproc/ugrep/Makefile:1.45 --- pkgsrc/textproc/ugrep/Makefile:1.44 Wed Jan 11 10:19:50 2023 +++ pkgsrc/textproc/ugrep/Makefile Mon Jan 16 08:35:14 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2023/01/11 10:19:50 adam Exp $ +# $NetBSD: Makefile,v 1.45 2023/01/16 08:35:14 adam Exp $ -DISTNAME= ugrep-3.9.4 +DISTNAME= ugrep-3.9.5 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.42 pkgsrc/textproc/ugrep/distinfo:1.43 --- pkgsrc/textproc/ugrep/distinfo:1.42 Wed Jan 11 10:19:50 2023 +++ pkgsrc/textproc/ugrep/distinfo Mon Jan 16 08:35:14 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.42 2023/01/11 10:19:50 adam Exp $ +$NetBSD: distinfo,v 1.43 2023/01/16 08:35:14 adam Exp $ -BLAKE2s (ugrep-3.9.4.tar.gz) = 68a2528c614ba69d216510a290f0fdd16ad36a6c2722dd7da1e4260891b9ddd3 -SHA512 (ugrep-3.9.4.tar.gz) = b23d46d6c62819692a38a13b1e33195521aea35a3c160cb926d50529c951820c34c49f536437967dc025584b298ade9c31b00ca8b32f54f2bb8f7a467cefcff0 -Size (ugrep-3.9.4.tar.gz) = 4446303 bytes +BLAKE2s (ugrep-3.9.5.tar.gz) = a5e934558534742daaf771bc46b37380c67f81f8c4111ef8e0874bdeba927ea6 +SHA512 (ugrep-3.9.5.tar.gz) = 603896bf2883a1f992ec8dd324f9ea8a96e11d9642a047091474bc50744b61da198551fe647d980c280c71a3a32dfc2391394123fcbf31b6695fb8f779c94c97 +Size (ugrep-3.9.5.tar.gz) = 4446404 bytes --_----------=_1673858114228840--