summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-03-29 02:25:21 +0000
committer Eric Hameleers <alien@slackware.com>2024-03-29 04:01:39 +0100
commit90b9714d2f62f8500252c7f3f5281c0e3777541e (patch)
tree3b83ed82b78389827fbb9dcc5b90e0898c8cc4d9 /source
parent6b5ab0b4ab4195a9d3c2107de2167c0735695899 (diff)
downloadcurrent-90b9714d2f62f8500252c7f3f5281c0e3777541e.tar.gz
current-90b9714d2f62f8500252c7f3f5281c0e3777541e.tar.xz
Fri Mar 29 02:25:21 UTC 202420240329022521
a/coreutils-9.5-x86_64-1.txz: Upgraded. chmod -R now avoids a race where an attacker may replace a traversed file with a symlink, causing chmod to operate on an unintended file. [This bug was present in "the beginning".] split --line-bytes with a mixture of very long and short lines no longer overwrites the heap. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-0684 (* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/coreutils/coreutils.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild
index 3d655f996..4805aa315 100755
--- a/source/a/coreutils/coreutils.SlackBuild
+++ b/source/a/coreutils/coreutils.SlackBuild
@@ -129,6 +129,7 @@ DEFAULT_POSIX2_VERSION=199209 \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--enable-install-program=arch \
--with-openssl=no \
+ --enable-year2038 \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1