From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] grep: Update to version 3.7 Date: Mon, 27 Sep 2021 17:33:20 +0200 Message-ID: <20210927153320.1500551-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4314458286229183687==" List-Id: --===============4314458286229183687== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 3.6 to 3.7 - Update of rootfile not required - Changelog * Noteworthy changes in release 3.7 (2021-08-14) [stable] ** Changes in behavior Use of the --unix-byte-offsets (-u) option now evokes a warning. Since 3.1, this Windows-only option has had no effect. ** Bug fixes Preprocessing N patterns would take at least O(N^2) time when too many patterns hashed to too few buckets. This now takes seconds, not days: : | grep -Ff <(seq 6400000 | tr 0-9 A-J) [Bug#44754 introduced in grep 3.5] - More details of the changes can be found in the ChangeLog file in the sourc= e tarball. Signed-off-by: Adolf Belka --- lfs/grep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/grep b/lfs/grep index d19a6831b..27b2161ae 100644 --- a/lfs/grep +++ b/lfs/grep @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.6 +VER =3D 3.7 =20 THISAPP =3D grep-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D f47fe27049510b2249dba7f862ac1b51 +$(DL_FILE)_MD5 =3D 7c9cca97fa18670a21e72638c3e1dabf =20 install : $(TARGET) =20 --=20 2.33.0 --===============4314458286229183687==--