summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-07-01 20:12:46 +0000
committer Eric Hameleers <alien@slackware.com>2024-07-01 23:13:24 +0200
commit340dddf3ff66ea2aafe174bda5c10fa7bff8c9eb (patch)
treef6614777f68f5e6236e22f82783524dd4f1ce241 /source/d
parent0905d12704b8ac889de1104caca5be158de0524d (diff)
downloadcurrent-340dddf3ff66ea2aafe174bda5c10fa7bff8c9eb.tar.gz
current-340dddf3ff66ea2aafe174bda5c10fa7bff8c9eb.tar.xz
Mon Jul 1 20:12:46 UTC 202420240701201246
a/less-661-x86_64-1.txz: Upgraded. d/ccache-4.10.1-x86_64-1.txz: Upgraded. d/lua-5.4.7-x86_64-1.txz: Upgraded. d/poke-4.2-x86_64-1.txz: Upgraded. d/python-setuptools-70.2.0-x86_64-1.txz: Upgraded. l/freecell-solver-6.12.0-x86_64-1.txz: Upgraded. l/python-pillow-10.4.0-x86_64-1.txz: Upgraded. l/spirv-llvm-translator-18.1.2-x86_64-1.txz: Upgraded. n/httpd-2.4.60-x86_64-1.txz: Upgraded. n/openssh-9.8p1-x86_64-1.txz: Upgraded. This update fixes a security issue: Fix race condition resulting in potential remote code execution. For more information, see: https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt https://www.cve.org/CVERecord?id=CVE-2024-6387 (* Security fix *)
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/ccache/ccache.SlackBuild2
-rwxr-xr-xsource/d/lua/lua.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/d/ccache/ccache.SlackBuild b/source/d/ccache/ccache.SlackBuild
index b8f4dd5af..87a937fc8 100755
--- a/source/d/ccache/ccache.SlackBuild
+++ b/source/d/ccache/ccache.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ccache
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/lua/lua.SlackBuild b/source/d/lua/lua.SlackBuild
index 6872a6f79..81ff5b8e9 100755
--- a/source/d/lua/lua.SlackBuild
+++ b/source/d/lua/lua.SlackBuild
@@ -16,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=lua
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then