summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-11-04 11:14:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-11-06 09:23:04 +0100
commit5e43eec8164069641d62b7744b81b34abcd0e2ac (patch)
treee9763abc80f460739336325b0e12f41582f4c006
parent86b75068561fa5fa9e5af6457dc810ff336d6ddf (diff)
downloadptxdist-5e43eec8164069641d62b7744b81b34abcd0e2ac.tar.gz
ptxdist-5e43eec8164069641d62b7744b81b34abcd0e2ac.tar.xz
grep: version bump 3.3 -> 3.8
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/grep.in2
-rw-r--r--rules/grep.make4
2 files changed, 3 insertions, 3 deletions
diff --git a/rules/grep.in b/rules/grep.in
index 1da279121..6ddf8bdc1 100644
--- a/rules/grep.in
+++ b/rules/grep.in
@@ -6,7 +6,7 @@ menuconfig GREP
tristate
depends on !BUSYBOX_GREP || ALLYES
select GCCLIBS_GCC_S
- select LIBPCRE if GREP_PCRE
+ select PCRE2 if GREP_PCRE
prompt "grep "
help
GNUgrep searches one or more input files for lines
diff --git a/rules/grep.make b/rules/grep.make
index c73da1b04..7c6280a33 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GREP) += grep
#
# Paths and names
#
-GREP_VERSION := 3.3
-GREP_MD5 := 05d0718a1b7cc706a4bdf8115363f1ed
+GREP_VERSION := 3.8
+GREP_MD5 := dc6e4d18d4659e6e7552fc4a183c8ac9
GREP := grep-$(GREP_VERSION)
GREP_SUFFIX := tar.xz
GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX))