From 4e955dc4b6fff43956d47c0286bb698e03f14b11 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 31 Jan 2020 20:46:25 +0000 Subject: Fri Jan 31 20:46:25 UTC 2020 a/util-linux-2.35.1-x86_64-1.txz: Upgraded. a/zerofree-1.1.1-x86_64-1.txz: Added. Also queued up for the next installer build. Thanks to bifferos. ap/sudo-1.8.31-x86_64-1.txz: Upgraded. This update fixes a security issue: In Sudo before 1.8.31, if pwfeedback is enabled in /etc/sudoers, users can trigger a stack-based buffer overflow in the privileged sudo process. (pwfeedback is a default setting in some Linux distributions; however, it is not the default for upstream or in Slackware, and would exist only if enabled by an administrator.) The attacker needs to deliver a long string to the stdin of getln() in tgetpass.c. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18634 (* Security fix *) n/NetworkManager-1.22.6-x86_64-1.txz: Upgraded. n/openldap-client-2.4.49-x86_64-1.txz: Upgraded. xfce/Thunar-1.8.11-x86_64-1.txz: Removed. xfce/thunar-1.8.12-x86_64-1.txz: Added. Changed package name from "Thunar" to "thunar" to follow upstream's naming. --- source/installer/build_installer.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/installer/build_installer.sh') diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 36ad5ed2..216a9024 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -900,6 +900,7 @@ a/usbutils \ a/util-linux \ a/xfsprogs \ a/xz \ +a/zerofree \ ap/ddrescue \ ap/dmidecode \ ap/lsscsi \ @@ -1134,7 +1135,9 @@ cp --remove-destination -fa${VERBOSE1} ${EXTRA_PKGS_USRSBIN} \ dmidecode \ mount.cifs \ sm-notify \ + sparsify \ umount.cifs \ + zerofree \ $PKG/$ARCH-installer-filesystem/usr/sbin/ # The installer has wrappers for cfdisk/fdisk which run /dev/makedevs.sh @@ -2200,6 +2203,7 @@ if [ -d usr/man ]; then man8/swaplabel.8.bz2 \ man8/ip.8.bz2 \ man1/nano.1.bz2 \ + man8/zerofree.8.bz2 \ ; do mkdir -p man/$(dirname $manpage) cp -a man.full/$manpage man/$manpage -- cgit v1.2.3