mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] grep: version bump 3.8 -> 3.11
@ 2024-07-16 13:01 Andreas Helmcke
  2024-08-02  7:52 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Helmcke @ 2024-07-16 13:01 UTC (permalink / raw)
  To: ptxdist

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] grep: version bump 3.8 -> 3.11
  2024-07-16 13:01 [ptxdist] [PATCH] grep: version bump 3.8 -> 3.11 Andreas Helmcke
@ 2024-08-02  7:52 ` Michael Olbrich
  2024-08-12 13:50   ` [ptxdist] [PATCH v2] " Andreas Helmcke
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2024-08-02  7:52 UTC (permalink / raw)
  To: Andreas Helmcke; +Cc: ptxdist

On Tue, Jul 16, 2024 at 03:01:19PM +0200, Andreas Helmcke wrote:
> 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 \

This should depend on PTXDIST_Y2038. See rules/tar.make for example.
Always enabling it can fail with older toolchains.

Michael

> +	--with-libsigsegv \
> +	--without-included-regex \
> +	--with-packager \
> +	--with-packager-version \
> +	--with-packager-bug-reports
> +
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install
> -- 
> 2.43.0
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ptxdist] [PATCH v2] grep: version bump 3.8 -> 3.11
  2024-08-02  7:52 ` Michael Olbrich
@ 2024-08-12 13:50   ` Andreas Helmcke
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Helmcke @ 2024-08-12 13:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Olbrich

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>
---
 v2: Make option for the year 2038 dependent on PTXDIST_Y2038

 rules/grep.make | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/rules/grep.make b/rules/grep.make
index a1dc4eb71..ea5c11486 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 \
+	--$(call ptx/endis, PTXDIST_Y2038)-year2038 \
+	--with-libsigsegv \
+	--without-included-regex \
+	--with-packager \
+	--with-packager-version \
+	--with-packager-bug-reports
+
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.43.0




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-12 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-16 13:01 [ptxdist] [PATCH] grep: version bump 3.8 -> 3.11 Andreas Helmcke
2024-08-02  7:52 ` Michael Olbrich
2024-08-12 13:50   ` [ptxdist] [PATCH v2] " Andreas Helmcke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox