Thanks, applied as 73b4b9ef7ca456c33551d3462eb9d5224b721edc.

Michael

[sent from post-receive hook]

On Thu, 12 Sep 2024 14:11:43 +0200, Andreas Helmcke <[email protected]> 
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 <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/grep.make b/rules/grep.make
> index a1dc4eb716a2..ea5c11486f68 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

Reply via email to