From 3363827c787c76900910c266b5174209976d952f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 5 Apr 2018 21:31:07 +0200 Subject: [PATCH] Bump util-linux version Signed-off-by: David Oberhollenzer --- pkg/util-linux/0001.patch | 4 ++-- pkg/util-linux/build | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/util-linux/0001.patch b/pkg/util-linux/0001.patch index 39ea69b..737e834 100644 --- a/pkg/util-linux/0001.patch +++ b/pkg/util-linux/0001.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -20474,231 +20474,6 @@ fi +@@ -20795,231 +20795,6 @@ fi have_ncursesw=no have_ncursesw_header=no if test "x$with_ncursesw" != xno; then : @@ -232,7 +232,7 @@ # pkg-config (not supported by ncurses upstream by default) # if test "x$have_ncursesw" = xno; then : -@@ -20933,230 +20708,6 @@ esac +@@ -21254,230 +21029,6 @@ esac if test "x$have_ncursesw" = xno -a "x$with_ncurses" != xno ; then : diff --git a/pkg/util-linux/build b/pkg/util-linux/build index c1316aa..6bc3446 100755 --- a/pkg/util-linux/build +++ b/pkg/util-linux/build @@ -1,8 +1,8 @@ -VERSION="2.31" +VERSION="2.32" SRCDIR="util-linux-${VERSION}" TARBALL="${SRCDIR}.tar.xz" URL="https://www.kernel.org/pub/linux/utils/util-linux/v$VERSION/" -SHA256SUM="f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a" +SHA256SUM="6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734" DEPENDS="bash ncurses zlib" prepare() {