summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-01-31 20:46:25 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-01 08:59:50 +0100
commit4e955dc4b6fff43956d47c0286bb698e03f14b11 (patch)
tree8821f786c06617480dce97b28c23ee78836010c2 /source/installer
parent0012caf61824ffcca7bbe5cd19b79612d6445307 (diff)
downloadcurrent-4e955dc4b6fff43956d47c0286bb698e03f14b11.tar.gz
current-4e955dc4b6fff43956d47c0286bb698e03f14b11.tar.xz
Fri Jan 31 20:46:25 UTC 202020200131204625
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.
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh4
2 files changed, 7 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index ca8ffa362..1e3215dde 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Fri Jan 31 20:25:54 UTC 2020
+ Added zerofree and sparsify binaries and zerofree manpage.
++--------------------------+
Mon Jan 27 00:09:05 UTC 2020
Added libkeyutils.so.1, needed by the krb5 libraries.
Thanks to dodoLQ.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 36ad5ed2e..216a90249 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