diff options
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 |
commit | 340dddf3ff66ea2aafe174bda5c10fa7bff8c9eb (patch) | |
tree | f6614777f68f5e6236e22f82783524dd4f1ce241 /source/d/lua/lua.SlackBuild | |
parent | 0905d12704b8ac889de1104caca5be158de0524d (diff) | |
download | current-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/lua/lua.SlackBuild')
-rwxr-xr-x | source/d/lua/lua.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |