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 00E091A923A for ; Tue, 7 Dec 2021 09:43:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4213284DBF; Tue, 7 Dec 2021 09:43:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C47484D9B for ; Tue, 7 Dec 2021 09:43:18 +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 gWsGl29wLxOS for ; Tue, 7 Dec 2021 09:43:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0018884D6B for ; Tue, 7 Dec 2021 09:43:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE570FAEC; Tue, 7 Dec 2021 09:43:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638870197108220" MIME-Version: 1.0 Date: Tue, 7 Dec 2021 09:43:17 +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: <20211207094317.EE570FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638870197108220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 7 09:43:17 UTC 2021 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: updated to 3.3.10 ugrep v3.3.10 Faster grep files containing long Iines of text and binary files. This update corrects and further improves the input buffering method, which performed sub-optimally for long lines containing many pattern matches. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638870197108220 Content-Disposition: inline Content-Length: 1526 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.19 pkgsrc/textproc/ugrep/Makefile:1.20 --- pkgsrc/textproc/ugrep/Makefile:1.19 Wed Dec 1 09:33:28 2021 +++ pkgsrc/textproc/ugrep/Makefile Tue Dec 7 09:43:17 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/12/01 09:33:28 adam Exp $ +# $NetBSD: Makefile,v 1.20 2021/12/07 09:43:17 adam Exp $ -DISTNAME= ugrep-3.3.9 +DISTNAME= ugrep-3.3.10 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.18 pkgsrc/textproc/ugrep/distinfo:1.19 --- pkgsrc/textproc/ugrep/distinfo:1.18 Wed Dec 1 09:33:28 2021 +++ pkgsrc/textproc/ugrep/distinfo Tue Dec 7 09:43:17 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2021/12/01 09:33:28 adam Exp $ +$NetBSD: distinfo,v 1.19 2021/12/07 09:43:17 adam Exp $ -BLAKE2s (ugrep-3.3.9.tar.gz) = ffc9705e521680874ebf1fc6246bc60936e8cb326fd543458d1263e02b472aef -SHA512 (ugrep-3.3.9.tar.gz) = 9061a5669639c082e5dac25a50834b3c012fbd83fb578ca2bf957a80fb28ae957488bc7b126eb5027743e79414f8a669c682cd14099a80b296850536e38513d0 -Size (ugrep-3.3.9.tar.gz) = 4295903 bytes +BLAKE2s (ugrep-3.3.10.tar.gz) = a52f734dcca55caedaa72cd16f3633603a03659852242a27aa749fa7141a1984 +SHA512 (ugrep-3.3.10.tar.gz) = 3d7252a20feefb63d0186865aadcf54873fdfd9145ac05e741fde6a4a5ca91e0e12b5da637e789888a99a90e3eb869af80d11ebfe56991ed7c5c526edfdb3f2e +Size (ugrep-3.3.10.tar.gz) = 4311254 bytes --_----------=_1638870197108220--