summaryrefslogtreecommitdiffstats
path: root/source/a/util-linux/util-linux.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-06-29 18:21:49 +0000
committer Eric Hameleers <alien@slackware.com>2020-06-30 08:59:54 +0200
commit7d1f5038f6e38533da9487a62e683a9222fe7208 (patch)
treefb3ae7ce3d686d82f51c8bb71b49a8ed73a9406a /source/a/util-linux/util-linux.SlackBuild
parentc1b337e06ee4ea307f7a8307d0bf370576ea404f (diff)
downloadcurrent-7d1f5038f6e38533da9487a62e683a9222fe7208.tar.gz
current-7d1f5038f6e38533da9487a62e683a9222fe7208.tar.xz
Mon Jun 29 18:21:49 UTC 202020200629182149
a/haveged-1.9.13-x86_64-1.txz: Upgraded. a/util-linux-2.35.2-x86_64-5.txz: Rebuilt. Also fix chsh when linked with libreadline. Thanks to Karel Zak. l/gtk+3-3.24.21-x86_64-1.txz: Upgraded. xap/mozilla-firefox-68.10.0esr-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/68.10.0/releasenotes/ (* Security fix *)
Diffstat (limited to 'source/a/util-linux/util-linux.SlackBuild')
-rwxr-xr-xsource/a/util-linux/util-linux.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild
index 7d149b4ff..05e1ad4c9 100755
--- a/source/a/util-linux/util-linux.SlackBuild
+++ b/source/a/util-linux/util-linux.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=util-linux
VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
ADJTIMEXVERS=1.29
SETSERIALVERS=2.17
@@ -123,8 +123,8 @@ zcat $CWD/util-linux.fdisk-no-solaris.diff.gz | patch -p1 --verbose || exit 1
# /dev/ram* devices in 'fdisk -l' output:
zcat $CWD/util-linux.do.not.list.ram.devices.diff.gz | patch -p1 --verbose || exit 1
-# Fix a chfn bug when using readline:
-zcat $CWD/util-linux.chfn.diff.gz | patch -p1 --verbose || exit 1
+# Fix chfn and chsh when using readline:
+zcat $CWD/0001-chfn-Make-readline-prompt-for-each-field-on-a-separa.patch.gz | patch -p1 --verbose || exit 1
# This just call the configure script with $1 either being 2 for python2
# or 3 for python3.