diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-07-12 20:41:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-07-12 23:32:20 +0200 |
commit | 600ffa097b517639d12b50c1800727c1e307aa6b (patch) | |
tree | 9b7622b4f8ad6240bb964f03205f087123c042c1 /source/d/rust/rust.SlackBuild | |
parent | 7e558f163df566e4bacdf5ea90c70b4a1986e6c2 (diff) | |
download | current-600ffa097b517639d12b50c1800727c1e307aa6b.tar.gz current-600ffa097b517639d12b50c1800727c1e307aa6b.tar.xz |
Wed Jul 12 20:41:16 UTC 202320230712204116
ap/inxi-3.3.28_1-noarch-1.txz: Upgraded.
ap/sudo-1.9.14p1-x86_64-1.txz: Upgraded.
d/rust-1.70.0-x86_64-1.txz: Upgraded.
l/harfbuzz-8.0.1-x86_64-1.txz: Upgraded.
l/lmdb-0.9.31-x86_64-1.txz: Upgraded.
l/pipewire-0.3.74-x86_64-1.txz: Upgraded.
n/krb5-1.21.1-x86_64-1.txz: Upgraded.
Fix potential uninitialized pointer free in kadm5 XDR parsing.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-36054
(* Security fix *)
n/libnftnl-1.2.6-x86_64-1.txz: Upgraded.
n/nghttp2-1.55.0-x86_64-1.txz: Upgraded.
n/openldap-2.6.5-x86_64-1.txz: Upgraded.
x/ibus-table-1.17.1-x86_64-1.txz: Upgraded.
x/xterm-384-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-115.0.2esr-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/firefox/115.0.2esr/releasenotes/
https://www.mozilla.org/security/advisories/mfsa2023-26/
https://www.cve.org/CVERecord?id=CVE-2023-3600
(* Security fix *)
testing/packages/mozilla-thunderbird-115.0-x86_64-1.txz: Added.
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index e4ff93970..b36eefbcc 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" -VERSION=${VERSION:-1.69.0} +VERSION=${VERSION:-1.70.0} BUILD=${BUILD:-1} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. @@ -34,9 +34,9 @@ BUILD=${BUILD:-1} SYSTEM_LLVM=${SYSTEM_LLVM:-NO} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.68.2} -RSTAGE0_DIR=${RSTAGE0_DIR:-2023-03-28} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.68.2} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.69.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2023-04-20} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.69.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: @@ -179,7 +179,6 @@ codegen-units = 0 channel = "stable" rpath = false codegen-tests = false -ignore-git = true EOF |