mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] coreutils: Version bump. 9.1 -> 9.4
@ 2023-08-30 20:10 Christian Melki
  2023-09-04  6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-08-30 20:10 UTC (permalink / raw)
  To: ptxdist

Bunch of changes over the versions.
Speedup, fixes etc.
9.2: https://lists.gnu.org/archive/html/info-gnu/2023-03/msg00005.html
9.3: https://lists.gnu.org/archive/html/info-gnu/2023-04/msg00006.html
9.4: https://lists.gnu.org/archive/html/info-gnu/2023-08/msg00007.html

* Introduce new systemd option to help some programs in post 2038 situations.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/coreutils.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/coreutils.make b/rules/coreutils.make
index b10738d5d..6f9bb64fa 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils
 #
 # Paths and names
 #
-COREUTILS_VERSION	:= 9.1
-COREUTILS_MD5		:= 8b1ca4e018a7dce9bb937faec6618671
+COREUTILS_VERSION	:= 9.4
+COREUTILS_MD5		:= 459e9546074db2834eefe5421f250025
 COREUTILS		:= coreutils-$(COREUTILS_VERSION)
 COREUTILS_SUFFIX	:= tar.xz
 COREUTILS_URL		:= $(call ptx/mirror, GNU, coreutils/$(COREUTILS).$(COREUTILS_SUFFIX))
@@ -154,6 +154,7 @@ COREUTILS_CONF_OPT	:= \
 	--without-linux-crypto \
 	--without-openssl \
 	--$(call ptx/wwo, PTXCONF_GLOBAL_SELINUX)-selinux \
+	--$(call ptx/endis, PTXCONF_INITMETHOD_SYSTEMD)-systemd \
 	--with-tty-group=tty \
 	--without-libgmp
 
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] coreutils: Version bump. 9.1 -> 9.4
  2023-08-30 20:10 [ptxdist] [PATCH] coreutils: Version bump. 9.1 -> 9.4 Christian Melki
@ 2023-09-04  6:30 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-09-04  6:30 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 76d5de946103a0b69b0bf636df41c8bafe2a7041.

Michael

[sent from post-receive hook]

On Mon, 04 Sep 2023 08:30:27 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Bunch of changes over the versions.
> Speedup, fixes etc.
> 9.2: https://lists.gnu.org/archive/html/info-gnu/2023-03/msg00005.html
> 9.3: https://lists.gnu.org/archive/html/info-gnu/2023-04/msg00006.html
> 9.4: https://lists.gnu.org/archive/html/info-gnu/2023-08/msg00007.html
> 
> * Introduce new systemd option to help some programs in post 2038 situations.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230830201011.2319134-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/coreutils.make b/rules/coreutils.make
> index b10738d5d507..6f9bb64fab33 100644
> --- a/rules/coreutils.make
> +++ b/rules/coreutils.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils
>  #
>  # Paths and names
>  #
> -COREUTILS_VERSION	:= 9.1
> -COREUTILS_MD5		:= 8b1ca4e018a7dce9bb937faec6618671
> +COREUTILS_VERSION	:= 9.4
> +COREUTILS_MD5		:= 459e9546074db2834eefe5421f250025
>  COREUTILS		:= coreutils-$(COREUTILS_VERSION)
>  COREUTILS_SUFFIX	:= tar.xz
>  COREUTILS_URL		:= $(call ptx/mirror, GNU, coreutils/$(COREUTILS).$(COREUTILS_SUFFIX))
> @@ -154,6 +154,7 @@ COREUTILS_CONF_OPT	:= \
>  	--without-linux-crypto \
>  	--without-openssl \
>  	--$(call ptx/wwo, PTXCONF_GLOBAL_SELINUX)-selinux \
> +	--$(call ptx/endis, PTXCONF_INITMETHOD_SYSTEMD)-systemd \
>  	--with-tty-group=tty \
>  	--without-libgmp
>  



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

end of thread, other threads:[~2023-09-04  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 20:10 [ptxdist] [PATCH] coreutils: Version bump. 9.1 -> 9.4 Christian Melki
2023-09-04  6:30 ` [ptxdist] [APPLIED] " Michael Olbrich

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