diff options
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 |
commit | 7d1f5038f6e38533da9487a62e683a9222fe7208 (patch) | |
tree | fb3ae7ce3d686d82f51c8bb71b49a8ed73a9406a /source/a/util-linux/util-linux.chfn.diff | |
parent | c1b337e06ee4ea307f7a8307d0bf370576ea404f (diff) | |
download | current-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 '')
-rw-r--r-- | source/a/util-linux/util-linux.chfn.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source/a/util-linux/util-linux.chfn.diff b/source/a/util-linux/util-linux.chfn.diff deleted file mode 100644 index 7947f72d1..000000000 --- a/source/a/util-linux/util-linux.chfn.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- ./login-utils/chfn.c.orig 2020-05-20 07:27:43.465013472 -0500 -+++ ./login-utils/chfn.c 2020-06-27 14:11:54.733895362 -0500 -@@ -236,12 +236,13 @@ - if (!def_val) - def_val = ""; - while (true) { -- printf("%s [%s]: ", question, def_val); -+ printf("%s [%s]:", question, def_val); - __fpurge(stdin); - #ifdef HAVE_LIBREADLINE - rl_bind_key('\t', rl_insert); -- if ((buf = readline(NULL)) == NULL) -+ if ((buf = readline(" ")) == NULL) - #else -+ printf(" "); - if (getline(&buf, &dummy, stdin) < 0) - #endif - errx(EXIT_FAILURE, _("Aborted.")); |