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:           Mon Nov  6 09:29:54 UTC 2023

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 4.3.2

ugrep v4.3.2

new official ugrep.com web site with the ugrep user guide and installation instructions, this site will always be safe and guaranteed to be ad free and cookie free; ugrep.org forwards to ugrep.com
double short option -%% enables both --files --bool (a single -% still enables only --bool) for convenience
updated thread pool scheduling and execution with thread affinity and priority settings
improvements and fixes for minor (mostly cosmetic) issues
updated ugrep v4.3.2 benchmarks.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.62 -r1.63 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.67 pkgsrc/textproc/ugrep/Makefile:1.68
--- pkgsrc/textproc/ugrep/Makefile:1.67 Mon Oct 23 11:43:51 2023
+++ pkgsrc/textproc/ugrep/Makefile      Mon Nov  6 09:29:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2023/10/23 11:43:51 adam Exp $
+# $NetBSD: Makefile,v 1.68 2023/11/06 09:29:53 adam Exp $
 
-DISTNAME=      ugrep-4.3.1
+DISTNAME=      ugrep-4.3.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.62 pkgsrc/textproc/ugrep/distinfo:1.63
--- pkgsrc/textproc/ugrep/distinfo:1.62 Mon Oct 23 11:43:51 2023
+++ pkgsrc/textproc/ugrep/distinfo      Mon Nov  6 09:29:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2023/10/23 11:43:51 adam Exp $
+$NetBSD: distinfo,v 1.63 2023/11/06 09:29:53 adam Exp $
 
-BLAKE2s (ugrep-4.3.1.tar.gz) = 5299036c81553d40ec091c64425b7ef6689413f15fc209848758c0970dece3d5
-SHA512 (ugrep-4.3.1.tar.gz) = 72fa43c5f081cb0c3c94db743ad2dd9db560d8d7e99dd25533e2846e357da2d4f8d579c576e697510dde34e5cadc8b6fa3a3d0aa58c755835b40e0a6890418df
-Size (ugrep-4.3.1.tar.gz) = 4573441 bytes
+BLAKE2s (ugrep-4.3.2.tar.gz) = 331be203bb6bafc31f764f460ccee6d29a80fb6aac9ee2f6be6b9b13a79df52e
+SHA512 (ugrep-4.3.2.tar.gz) = bdefe0970db00e3550f248e1b0db327939142a01255d555b411fcd0404bc9a32ebc30a984da06f455dc329216f3028b0a5f0f1c71625488ff0f7551011dc9c7f
+Size (ugrep-4.3.2.tar.gz) = 4576341 bytes



Home | Main Index | Thread Index | Old Index