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:           Thu Apr 23 07:19:59 UTC 2026

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 7.7.0

7.7.0

support TUI search on slow and incomplete standard input pipes e.g. from tail -f
update options -m (--max-count) and -K (--max-line) to stop reading input upon reaching the stopping criterium, then exit without draining the standard input pipe like GNU grep
improve binary file detection for huge mixed files
add new option ./build.sh --disable-avx512
local config files located in the working directory are only read when owned by the user running the ugrep process
fix lzma 7zip api memory leak


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.95 -r1.96 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.104 pkgsrc/textproc/ugrep/Makefile:1.105
--- pkgsrc/textproc/ugrep/Makefile:1.104        Tue Mar 10 14:04:31 2026
+++ pkgsrc/textproc/ugrep/Makefile      Thu Apr 23 07:19:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2026/03/10 14:04:31 adam Exp $
+# $NetBSD: Makefile,v 1.105 2026/04/23 07:19:59 adam Exp $
 
-DISTNAME=      ugrep-7.6.0
+DISTNAME=      ugrep-7.7.0
 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.95 pkgsrc/textproc/ugrep/distinfo:1.96
--- pkgsrc/textproc/ugrep/distinfo:1.95 Tue Mar 10 14:04:31 2026
+++ pkgsrc/textproc/ugrep/distinfo      Thu Apr 23 07:19:59 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.95 2026/03/10 14:04:31 adam Exp $
+$NetBSD: distinfo,v 1.96 2026/04/23 07:19:59 adam Exp $
 
-BLAKE2s (ugrep-7.6.0.tar.gz) = 2f238c36e51c19b7bb649527e5cc8bbebdfd5fe68b330216f353f37874b02bf3
-SHA512 (ugrep-7.6.0.tar.gz) = ebaff4958e8df994263b7d58de9f52748d40dfb18133d90c5e76819dbed504ae230be8fb66f4d684a8efb62effcd227dba778f9b0d7e21f47c4f6e32181c0d4b
-Size (ugrep-7.6.0.tar.gz) = 7181894 bytes
+BLAKE2s (ugrep-7.7.0.tar.gz) = fc6cfb64b2070cd63a0001721dc5631267184c5fac29854f8b219b462aac9b08
+SHA512 (ugrep-7.7.0.tar.gz) = b2bcf8e8ea34b78ed53887812cf713c44afc0558d8548fab06969b1011479fb9bfb7727bbcdcdc4f64938534451a6ac260b7a8b3f6feab795ad56af86b30acbc
+Size (ugrep-7.7.0.tar.gz) = 7188749 bytes
 SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d



Home | Main Index | Thread Index | Old Index