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: Sun Aug 2 01:51:47 UTC 2026
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Removed Files:
pkgsrc/textproc/ugrep/patches: patch-lzma_C_CpuArch.c
Log Message:
ugrep: updated to 7.8.3
7.8.3
update regular expression compilation to DFA memory threshold issue 549 (explosive DFA growth is theoretically possible, but should never exceed a worst-case 1GB~2GB memory footprint in ugrep)
fix man page formatting issue that caused a missing sentence ending 550
update LZMA SDK to 26.02
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.99 -r1.100 pkgsrc/textproc/ugrep/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/ugrep/patches/patch-lzma_C_CpuArch.c
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.109 pkgsrc/textproc/ugrep/Makefile:1.110
--- pkgsrc/textproc/ugrep/Makefile:1.109 Mon May 18 11:13:58 2026
+++ pkgsrc/textproc/ugrep/Makefile Sun Aug 2 01:51:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2026/05/18 11:13:58 adam Exp $
+# $NetBSD: Makefile,v 1.110 2026/08/02 01:51:47 adam Exp $
-DISTNAME= ugrep-7.8.2
+DISTNAME= ugrep-7.8.3
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.99 pkgsrc/textproc/ugrep/distinfo:1.100
--- pkgsrc/textproc/ugrep/distinfo:1.99 Mon May 18 11:13:58 2026
+++ pkgsrc/textproc/ugrep/distinfo Sun Aug 2 01:51:47 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.99 2026/05/18 11:13:58 adam Exp $
+$NetBSD: distinfo,v 1.100 2026/08/02 01:51:47 adam Exp $
-BLAKE2s (ugrep-7.8.2.tar.gz) = b617eec3933ce8710125ec0a54ed0eb826cc108a16f76843e8ab72fb9715c540
-SHA512 (ugrep-7.8.2.tar.gz) = 8d43818503a32278bbc266369fd02049651df519c0e3b4dc76b6003586f03b1e8ad8746283c1b648fbfcc3d294f4c733ebbc01be3c63b72af244863beed932a5
-Size (ugrep-7.8.2.tar.gz) = 7213755 bytes
-SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d
+BLAKE2s (ugrep-7.8.3.tar.gz) = c547860402630520394539df4f6844ec6ff193ec3f07508c1d3038e60d005cde
+SHA512 (ugrep-7.8.3.tar.gz) = 760fd9acaf3a217f3201fdac2d742eaa850de6e034b8688010f01b9e5e58c745a9c74aab226fa61536a6cedd0898306ccc09d9c5f30c37a92b4b8832a80a26ce
+Size (ugrep-7.8.3.tar.gz) = 7220051 bytes
Home |
Main Index |
Thread Index |
Old Index