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: Sat Aug 24 06:53:02 UTC 2024
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
ugrep: updated to 6.5.0
ugrep v6.5
faster binary file checking with SIMD (SSE2/AVX2/NEON) UTF-8 validation
new option --context-separator=SEP
options -W and -X now also apply to --format fields %o and %O to output hex
ugrep-indexer option -z (indexes compressed files and zip/7z/tar/cpio/pax archives) no longer indexes hidden directories and files (i.e. "dotfiles") stored in archives, to save space
fix ugrep-indexer option -z, which was broken due to a code refactoring mistake in a single line of code
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.79 -r1.80 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.84 pkgsrc/textproc/ugrep/Makefile:1.85
--- pkgsrc/textproc/ugrep/Makefile:1.84 Sun Aug 11 07:19:45 2024
+++ pkgsrc/textproc/ugrep/Makefile Sat Aug 24 06:53:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2024/08/11 07:19:45 adam Exp $
+# $NetBSD: Makefile,v 1.85 2024/08/24 06:53:02 adam Exp $
-DISTNAME= ugrep-6.4.1
+DISTNAME= ugrep-6.5.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.79 pkgsrc/textproc/ugrep/distinfo:1.80
--- pkgsrc/textproc/ugrep/distinfo:1.79 Sun Aug 11 07:19:45 2024
+++ pkgsrc/textproc/ugrep/distinfo Sat Aug 24 06:53:02 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.79 2024/08/11 07:19:45 adam Exp $
+$NetBSD: distinfo,v 1.80 2024/08/24 06:53:02 adam Exp $
-BLAKE2s (ugrep-6.4.1.tar.gz) = 554be6e77096b999ebf7d5ff2d847df7cf4452677b1bceb4486da092cacd20e1
-SHA512 (ugrep-6.4.1.tar.gz) = be546b1bf8571a6110e9b6a6259351ca71ac6abe0c090ae6019150c99f3b7377c009fcad20c11a2ee72bc5a17bb71c4a16008462b5462514e73924b208f48e0f
-Size (ugrep-6.4.1.tar.gz) = 7045057 bytes
+BLAKE2s (ugrep-6.5.0.tar.gz) = ca27292e072a34e6cb1633705f220e6f948a2c43510191101c864b834b1de1f1
+SHA512 (ugrep-6.5.0.tar.gz) = 247a1d9cdf18bc85bd9823f37ba83acda4a43cc02af16458d7a2f8ae44c1acf860d9a765cd42105d9c61f4e1cea29b0a4ad09d9522c3a0a79b6de44b959ee409
+Size (ugrep-6.5.0.tar.gz) = 7055035 bytes
SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d
Home |
Main Index |
Thread Index |
Old Index