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 May 11 13:22:10 UTC 2026
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
ugrep: updated to 7.8.1
7.8.1
Fixed two issues:
fix 545 --disable-avx512 tested and working
fix 544 (same as 537) a bug in the ugrep v7.6 ~ v7.8 (since March 5, 2026) that can't handle very long lines in huge files properly, outputting uninitialized input file buffer contents as if part of
the matching line or contents read after the input file buffer as if part of the matching line.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.97 -r1.98 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.106 pkgsrc/textproc/ugrep/Makefile:1.107
--- pkgsrc/textproc/ugrep/Makefile:1.106 Thu Apr 30 11:06:27 2026
+++ pkgsrc/textproc/ugrep/Makefile Mon May 11 13:22:10 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2026/04/30 11:06:27 adam Exp $
+# $NetBSD: Makefile,v 1.107 2026/05/11 13:22:10 adam Exp $
-DISTNAME= ugrep-7.8.0
+DISTNAME= ugrep-7.8.1
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.97 pkgsrc/textproc/ugrep/distinfo:1.98
--- pkgsrc/textproc/ugrep/distinfo:1.97 Thu Apr 30 11:06:27 2026
+++ pkgsrc/textproc/ugrep/distinfo Mon May 11 13:22:10 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.97 2026/04/30 11:06:27 adam Exp $
+$NetBSD: distinfo,v 1.98 2026/05/11 13:22:10 adam Exp $
-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
+BLAKE2s (ugrep-7.8.1.tar.gz) = e7da492e972a491ef79cef0efbf059301f13871f77c3e368e529d93cc0ff40c7
+SHA512 (ugrep-7.8.1.tar.gz) = 25fcaa77b1f707bc51d170b6df68ec6cbe5bb96eda7fdf955423ff2b204c2635bfb38cd20d12b1d91819e3f2254585624a1159cb6315f3f98052e0677264f549
+Size (ugrep-7.8.1.tar.gz) = 7211680 bytes
SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d
Home |
Main Index |
Thread Index |
Old Index