summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2023-08-30 22:10:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-09-01 08:53:02 +0200
commit76d5de946103a0b69b0bf636df41c8bafe2a7041 (patch)
treeb42597167f2cf81bb07656c396ffc47738c65fee /rules/coreutils.make
parent07766d06cb8dfda0fd37b9916350b57c8222a3f1 (diff)
downloadptxdist-76d5de946103a0b69b0bf636df41c8bafe2a7041.tar.gz
ptxdist-76d5de946103a0b69b0bf636df41c8bafe2a7041.tar.xz
coreutils: Version bump. 9.1 -> 9.4
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>
Diffstat (limited to 'rules/coreutils.make')
-rw-r--r--rules/coreutils.make5
1 files 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