From 2340388c2d0e55d59665d09a986631ecfdd0f0e0 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Wed, 24 Aug 2022 09:05:50 +0200 Subject: [PATCH] util-linux: update to 2.38.1. --- srcpkgs/util-linux-common/template | 4 ++-- srcpkgs/util-linux/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/util-linux-common/template b/srcpkgs/util-linux-common/template index b6e0f73d6cf4..752b4db42404 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.38 +version=2.38.1 revision=1 wrksrc="util-linux-$version" build_style=gnu-configure @@ -17,7 +17,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=6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64 +checksum=60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f post_extract() { # hung inside xbps-src diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 63b38ec67f4a..2530c51d17b9 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.38 +version=2.38.1 revision=1 build_style=gnu-configure configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown @@ -22,7 +22,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=6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64 +checksum=60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f # Create uuidd system account for uuidd. system_accounts="_uuidd"