From: Andreas Helmcke <ahelmcke@ela-soft.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] grep: version bump 3.8 -> 3.11
Date: Tue, 16 Jul 2024 15:01:19 +0200 [thread overview]
Message-ID: <20240716130118.71294-2-ahelmcke@ela-soft.com> (raw)
Various bug fixes and changes.
link: https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00004.html
link: https://lists.gnu.org/archive/html/info-gnu/2023-03/msg00007.html
added some autoconf defaults, but enabled year2038 option
Signed-off-by: Andreas Helmcke <ahelmcke@ela-soft.com>
---
rules/grep.make | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/rules/grep.make b/rules/grep.make
index a1dc4eb71..4c9fdada0 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GREP) += grep
#
# Paths and names
#
-GREP_VERSION := 3.8
-GREP_MD5 := dc6e4d18d4659e6e7552fc4a183c8ac9
+GREP_VERSION := 3.11
+GREP_MD5 := 7c9bbd74492131245f7cdb291fa142c0
GREP := grep-$(GREP_VERSION)
GREP_SUFFIX := tar.xz
GREP_URL := $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX))
@@ -47,7 +47,14 @@ GREP_CONF_OPT := \
--disable-assert \
--disable-rpath \
--disable-nls \
- --$(call ptx/endis, PTXCONF_GREP_PCRE)-perl-regexp
+ --$(call ptx/endis, PTXCONF_GREP_PCRE)-perl-regexp \
+ --enable-year2038 \
+ --with-libsigsegv \
+ --without-included-regex \
+ --with-packager \
+ --with-packager-version \
+ --with-packager-bug-reports
+
# ----------------------------------------------------------------------------
# Target-Install
--
2.43.0
next reply other threads:[~2024-07-16 13:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 13:01 Andreas Helmcke [this message]
2024-08-02 7:52 ` Michael Olbrich
2024-08-12 13:50 ` [ptxdist] [PATCH v2] " Andreas Helmcke
2024-09-12 12:11 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240716130118.71294-2-ahelmcke@ela-soft.com \
--to=ahelmcke@ela-soft.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox