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 30 11:06:27 UTC 2026

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 7.8.0

7.8.0

This update includes usability improvements and important updates to protect the user when ug is used to search untrusted file systems:

improve TUI custom-command option --view to wait for key press after viewing, by specifying + in --view=+COMMAND, such as --view=+file to display file type info in the TUI with CTRL-Y (overrides 
viewing the file contents)
update TUI to block ANSI OSC escape codes, such as ESC ] P n rr gg bb that may hang the terminal according to Wikipedia
update the ug+ and ugrep+ scripts to end options in filter commands with --, in case a filename starts with a - (dash)
improve config parsing to ignore some options that do not make sense to set in a (local) config file
local config files located in the working directory are only read when owned by the user running the ug or ugrep --config process (already implemented in update 7.7)


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.96 -r1.97 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.105 pkgsrc/textproc/ugrep/Makefile:1.106
--- pkgsrc/textproc/ugrep/Makefile:1.105        Thu Apr 23 07:19:59 2026
+++ pkgsrc/textproc/ugrep/Makefile      Thu Apr 30 11:06:27 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2026/04/23 07:19:59 adam Exp $
+# $NetBSD: Makefile,v 1.106 2026/04/30 11:06:27 adam Exp $
 
-DISTNAME=      ugrep-7.7.0
+DISTNAME=      ugrep-7.8.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.96 pkgsrc/textproc/ugrep/distinfo:1.97
--- pkgsrc/textproc/ugrep/distinfo:1.96 Thu Apr 23 07:19:59 2026
+++ pkgsrc/textproc/ugrep/distinfo      Thu Apr 30 11:06:27 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.96 2026/04/23 07:19:59 adam Exp $
+$NetBSD: distinfo,v 1.97 2026/04/30 11:06:27 adam Exp $
 
-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
+BLAKE2s (ugrep-7.8.0.tar.gz) = 0ba6f85106c6835bb9f69b0ce93bdd8a1fd8c4785a12b7406daa998d583a126a
+SHA512 (ugrep-7.8.0.tar.gz) = 382be89eb8570472eae291b076e7eb4705b5c9754abd8991193e7830cd94bac1ecc48358325bc484d64cca44945a1af2682e75e7d9638a6f9886756f664e22a8
+Size (ugrep-7.8.0.tar.gz) = 7209025 bytes
 SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d



Home | Main Index | Thread Index | Old Index