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
This commit is contained in:
adam 2024-03-22 13:09:18 +00:00
parent 1d80575450
commit 17352c7186
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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