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:           Fri Mar 22 13:09:18 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 5.1.1

ugrep v5.1.1

A minor update to fix a problem with POSIX lazy quantifier matching when combined with anchors, causing longer pattern matches than expected.

ugrep v5.1.0

a minor improvement of the regex syntax to allow escaped spaces
updated POSIX regex lazy quantifier matching in linear time using an advanced DFA transformation algorithm


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.69 -r1.70 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.75 pkgsrc/textproc/ugrep/Makefile:1.76
--- pkgsrc/textproc/ugrep/Makefile:1.75 Sat Mar  2 12:48:48 2024
+++ pkgsrc/textproc/ugrep/Makefile      Fri Mar 22 13:09:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2024/03/02 12:48:48 adam Exp $
+# $NetBSD: Makefile,v 1.76 2024/03/22 13:09:18 adam Exp $
 
-DISTNAME=      ugrep-5.0.0
+DISTNAME=      ugrep-5.1.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.69 pkgsrc/textproc/ugrep/distinfo:1.70
--- pkgsrc/textproc/ugrep/distinfo:1.69 Sat Mar  2 12:48:48 2024
+++ pkgsrc/textproc/ugrep/distinfo      Fri Mar 22 13:09:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2024/03/02 12:48:48 adam Exp $
+$NetBSD: distinfo,v 1.70 2024/03/22 13:09:18 adam Exp $
 
-BLAKE2s (ugrep-5.0.0.tar.gz) = 39a0c14453cb01de3f10af7e8888bb23d97687a244e1bb107baa8dc23fbdc326
-SHA512 (ugrep-5.0.0.tar.gz) = 424ba96674c0a4ac67a1cea14308627936e14eb822f4180a04239b43623def0d010a7ae8a4471db335dd059f09f11075a22ad28096041ab67918051374ab8147
-Size (ugrep-5.0.0.tar.gz) = 6243737 bytes
+BLAKE2s (ugrep-5.1.1.tar.gz) = 28f23ac60308f51a3f914ad069a00747cbd025bc9dd759e08515cc3adbf740e3
+SHA512 (ugrep-5.1.1.tar.gz) = 6ff6bfcf57b0bbad242958db3e0094ed251a440d0f3783305a0b3aca2aa46bc10fb6c5280c7c4a03d99ded6214b508326efefcd584cb94c70a8bf3c01597b340
+Size (ugrep-5.1.1.tar.gz) = 6238147 bytes



Home | Main Index | Thread Index | Old Index