summaryrefslogtreecommitdiffstats
path: root/source/d/rust/rust.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-03-29 20:56:21 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-29 23:49:11 +0200
commit32316b07e4f42c70fc8ebd630320ae111e228952 (patch)
treeba852312b989690b11750588c8be06d022fd85da /source/d/rust/rust.SlackBuild
parent70654f4ef8cf0927c95b3bdd09e0f54983d56f79 (diff)
downloadcurrent-32316b07e4f42c70fc8ebd630320ae111e228952.tar.gz
current-32316b07e4f42c70fc8ebd630320ae111e228952.tar.xz
Wed Mar 29 20:56:21 UTC 202320230329205621
a/glibc-zoneinfo-2023c-noarch-1.txz: Upgraded. This package provides the latest timezone updates. ap/inxi-3.3.26_1-noarch-1.txz: Upgraded. d/rust-1.67.1-x86_64-3.txz: Rebuilt. Use the bundled LLVM rather than the system LLVM. x/xorg-server-21.1.8-x86_64-1.txz: Upgraded. [PATCH] composite: Fix use-after-free of the COW. Fix use-after-free that can lead to local privileges elevation on systems where the X server is running privileged and remote code execution for ssh X forwarding sessions. For more information, see: https://lists.x.org/archives/xorg-announce/2023-March/003374.html https://www.cve.org/CVERecord?id=CVE-2023-1393 (* Security fix *) x/xorg-server-xephyr-21.1.8-x86_64-1.txz: Upgraded. x/xorg-server-xnest-21.1.8-x86_64-1.txz: Upgraded. x/xorg-server-xvfb-21.1.8-x86_64-1.txz: Upgraded. x/xorg-server-xwayland-23.1.1-x86_64-1.txz: Upgraded. [PATCH] composite: Fix use-after-free of the COW. Fix use-after-free that can lead to local privileges elevation on systems where the X server is running privileged and remote code execution for ssh X forwarding sessions. For more information, see: https://lists.x.org/archives/xorg-announce/2023-March/003374.html https://www.cve.org/CVERecord?id=CVE-2023-1393 (* Security fix *) xap/mozilla-thunderbird-102.9.1-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.9.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-12/ https://www.cve.org/CVERecord?id=CVE-2023-28427 (* Security fix *) xfce/garcon-4.18.1-x86_64-1.txz: Upgraded. xfce/libxfce4ui-4.18.3-x86_64-1.txz: Upgraded. xfce/xfce4-panel-4.18.3-x86_64-1.txz: Upgraded. xfce/xfce4-pulseaudio-plugin-0.4.6-x86_64-1.txz: Upgraded. xfce/xfce4-session-4.18.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-xsource/d/rust/rust.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 0c926c00d..6b29d1a2d 100755
--- a/source/d/rust/rust.SlackBuild
+++ b/source/d/rust/rust.SlackBuild
@@ -27,11 +27,11 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rust
SRCNAM="${PKGNAM}c"
VERSION=${VERSION:-1.67.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
# YES is probably better (when it works...)
-SYSTEM_LLVM=${SYSTEM_LLVM:-YES}
+SYSTEM_LLVM=${SYSTEM_LLVM:-NO}
# Bootstrap variables (might not be kept updated for latest Rust):
RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.66.1}