pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ugrep



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb  4 09:30:58 UTC 2025

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 7.2.2

7.2.2

as per request, a minor update to improve search speed when the specified regex
pattern is not found in the input when the specified regex starts with a
wildcard such as .*, which previously resulted in unnecessary regex match
processing overhead


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/textproc/ugrep/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.94 pkgsrc/textproc/ugrep/Makefile:1.95
--- pkgsrc/textproc/ugrep/Makefile:1.94 Tue Jan 28 12:19:21 2025
+++ pkgsrc/textproc/ugrep/Makefile      Tue Feb  4 09:30:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2025/01/28 12:19:21 adam Exp $
+# $NetBSD: Makefile,v 1.95 2025/02/04 09:30:58 adam Exp $
 
-DISTNAME=      ugrep-7.2.1
+DISTNAME=      ugrep-7.2.2
 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.87 pkgsrc/textproc/ugrep/distinfo:1.88
--- pkgsrc/textproc/ugrep/distinfo:1.87 Tue Jan 28 12:19:21 2025
+++ pkgsrc/textproc/ugrep/distinfo      Tue Feb  4 09:30:58 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2025/01/28 12:19:21 adam Exp $
+$NetBSD: distinfo,v 1.88 2025/02/04 09:30:58 adam Exp $
 
-BLAKE2s (ugrep-7.2.1.tar.gz) = 7a04aaf5d64b3842e12d8a9799366047d0ab4f859e0c468ea54080ac32715d01
-SHA512 (ugrep-7.2.1.tar.gz) = 4ff22bcb16f7b5fb634838ad47230617a7f6f7ae51abf8bc4fe3e059ae0efba602705b078fffc86e20489898bc63826f97895f297081824244b724f1bd3cd1ac
-Size (ugrep-7.2.1.tar.gz) = 7122394 bytes
+BLAKE2s (ugrep-7.2.2.tar.gz) = 4a5517a6c1ad801050c95068589918ac088f912af4e05c85dcdc741cbab44c11
+SHA512 (ugrep-7.2.2.tar.gz) = 15d1e158563d5921598b814698479a4fc94e4063b45df08ad291e3512f233766f4a4b7e9cbdff07031990d1e3d7ccfcdb0e5623cf88c275231a87443b79f1f49
+Size (ugrep-7.2.2.tar.gz) = 7123580 bytes
 SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d



Home | Main Index | Thread Index | Old Index