Thanks, applied as 33edfbf17d2477537d1ea78aff59fc9abded619c.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:49:33 +0200, Andreas Helmcke <[email protected]> 
wrote:
> Various bug fixes and changes.
> 
> link: https://lists.gnu.org/archive/html/info-gnu/2024-03/msg00006.html
> 
> Signed-off-by: Andreas Helmcke <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/coreutils.make b/rules/coreutils.make
> index 17495b41a602..2e648ebcb5a2 100644
> --- a/rules/coreutils.make
> +++ b/rules/coreutils.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils
>  #
>  # Paths and names
>  #
> -COREUTILS_VERSION    := 9.4
> -COREUTILS_MD5                := 459e9546074db2834eefe5421f250025
> +COREUTILS_VERSION    := 9.5
> +COREUTILS_MD5                := e99adfa059a63db3503cc71f3d151e31
>  COREUTILS            := coreutils-$(COREUTILS_VERSION)
>  COREUTILS_SUFFIX     := tar.xz
>  COREUTILS_URL                := $(call ptx/mirror, GNU, 
> coreutils/$(COREUTILS).$(COREUTILS_SUFFIX))
> @@ -149,6 +149,7 @@ COREUTILS_CONF_OPT        := \
>       --disable-libcap \
>       --disable-single-binary \
>       --disable-single-binary-exceptions \
> +     --disable-bold-man-page-references \
>       --disable-gcc-warnings \
>       --enable-no-install-program=$(subst $(space),$(comma),$(strip 
> $(COREUTILS_INST-))) \
>       --disable-nls \
> @@ -156,7 +157,11 @@ COREUTILS_CONF_OPT       := \
>       --without-linux-crypto \
>       --without-openssl \
>       --without-libgmp \
> +     --without-included-regex \
>       --$(call ptx/wwo, PTXCONF_GLOBAL_SELINUX)-selinux \
> +     --with-packager \
> +     --with-packager-version \
> +     --with-packager-bug-reports \
>       --with-tty-group=tty
>  
>  COREUTILS_MAKE_OPT   := \

Reply via email to