From 414f06e8d1a427f97ef8e853a230376d485cba4f Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Mon, 14 Oct 2024 22:08:44 -0400 Subject: [PATCH 1/2] util-linux: update to 2.40.2. --- srcpkgs/util-linux/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index cc15af24a20013..c6c6a4b0cf424b 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -1,7 +1,7 @@ # Template file for 'util-linux' # Keep this package sync with util-linux-common pkgname=util-linux -version=2.40.1 +version=2.40.2 revision=1 build_style=gnu-configure configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown @@ -23,7 +23,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.kernel.org/pub/linux/utils/util-linux/" distfiles="${KERNEL_SITE}/utils/${pkgname}/v${version%.${version#*.*.}}/${pkgname}-${version}.tar.xz" -checksum=59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f +checksum=d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel" From 9142e0f2b7506981d063d58e4ca8e796c1afa67e Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Mon, 14 Oct 2024 22:08:51 -0400 Subject: [PATCH 2/2] util-linux-common: update to 2.40.2. --- srcpkgs/util-linux-common/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/util-linux-common/template b/srcpkgs/util-linux-common/template index d85f3a9a60b4c7..0c63afb02bdd9a 100644 --- a/srcpkgs/util-linux-common/template +++ b/srcpkgs/util-linux-common/template @@ -1,7 +1,7 @@ # Template file for 'util-linux-common' # Keep this package sync with util-linux pkgname=util-linux-common -version=2.40.1 +version=2.40.2 revision=1 build_style=gnu-configure configure_args=" @@ -27,7 +27,7 @@ maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://www.kernel.org/pub/linux/utils/util-linux/" distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.${version#*.*.}}/util-linux-${version}.tar.xz" -checksum=59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f +checksum=d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3 if [ "$XBPS_TARGET_LIBC" = "musl" ] && [ "$XBPS_TARGET_WORDSIZE" -eq 32 ]; then configure_args+=" --disable-year2038"