grep: Update to version 3.10

Message ID 20230327160954.2648286-2-adolf.belka@ipfire.org
State Accepted
Commit 0f450c32f1e9ef7f43b3a99527a2bfaf1f31092e
Headers
Series grep: Update to version 3.10 |

Commit Message

Adolf Belka March 27, 2023, 4:09 p.m. UTC
  - Update from version 3.9 to 3.10
- Update of rootfile not required
- Changelog
* Noteworthy changes in release 3.10 (2023-03-22) [stable]
	** Bug fixes
	  With -P, \d now matches only ASCII digits, regardless of PCRE
	  options/modes. The changes in grep-3.9 to make \b and \w work
	  properly had the undesirable side effect of making \d also match
	  e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩.  With grep-3.9, -P '\d+'
	  would match that ten-digit (20-byte) string. Now, to match such
	  a digit, you would use \p{Nd}. Similarly, \D is now mapped to [^0-9].
	  [bug introduced in grep 3.9]

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/grep | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/grep b/lfs/grep
index b1a0ec6aa..1a0b45350 100644
--- a/lfs/grep
+++ b/lfs/grep
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.9
+VER        = 3.10
 
 THISAPP    = grep-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -50,7 +50,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 33fefce2a831ad6f00f2eb1d8a063cf280635f2d9c481c98981f7a2ff143c846ab570a448c9c02c3ba08cf2c98612cb364d2d033baf92d62c4515315453cc6f9
+$(DL_FILE)_BLAKE2 = 5ff169a4ed39e8af1e6729fd2e1bafd39036a4f56cf831f990d58bf9e76bc7d8b055254ae7f60509be4e8bf2f3737edb15431a8ecfc7fc058578d2abea3d73b9
 
 install : $(TARGET)