From 99818bf28968bcee0aacaeb4644d68181b252d78 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 10 Feb 2021 19:52:59 +0100 Subject: [PATCH 1/2] util-linux-libs: update to 2.36.1. --- srcpkgs/util-linux-libs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/util-linux-libs/template b/srcpkgs/util-linux-libs/template index 53d166ba1e2..4be19d8ccf5 100644 --- a/srcpkgs/util-linux-libs/template +++ b/srcpkgs/util-linux-libs/template @@ -1,7 +1,7 @@ # Template file for 'util-linux-libs' # Keep this package sync with util-linux pkgname=util-linux-libs -version=2.36 +version=2.36.1 revision=1 wrksrc="util-linux-$version" build_style=meta @@ -15,7 +15,7 @@ maintainer="Enno Boland " license="GPL-2.0-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=9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1 +checksum=09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed pre_configure() { local _cfgdir="$XBPS_COMMONDIR/environment/configure" From 04a5fd6c3b4ea5437c24523e027a73c48f1fcb18 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 10 Feb 2021 19:53:08 +0100 Subject: [PATCH 2/2] util-linux: update to 2.36.1. --- 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 2d1f0759537..c0687d70b46 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-libs pkgname=util-linux -version=2.36 +version=2.36.1 revision=1 hostmakedepends="automake bison gettext gettext-devel libtool pkg-config xz" makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel @@ -12,7 +12,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=9e4b1c67eb13b9b67feb32ae1dc0d50e08ce9e5d82e1cccd0ee771ad2fa9e0b1 +checksum=09fac242172cd8ec27f0739d8d192402c69417617091d8c6e974841568f37eed # Create uuidd system account for uuidd. system_accounts="_uuidd"