diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-02-25 00:03:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-02-25 06:59:43 +0100 |
commit | 617b679ca8e13492475e7b874c30e232e281fbf0 (patch) | |
tree | 56bcbef16a406c587d58a1e9f366952b6999eeec /source/d | |
parent | 9b8196890bdc3ba4a478f0e9d2d16dd98ee7c826 (diff) | |
download | current-617b679ca8e13492475e7b874c30e232e281fbf0.tar.gz |
Fri Feb 25 00:03:28 UTC 202220220225000328
ap/inxi-3.3.13_1-noarch-1.txz: Upgraded.
d/parallel-20220222-noarch-1.txz: Upgraded.
d/patchelf-0.14.5-x86_64-1.txz: Upgraded.
d/rust-1.59.0-x86_64-1.txz: Upgraded.
n/cyrus-sasl-2.1.28-x86_64-1.txz: Upgraded.
This update fixes bugs and security issues.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19906
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24407
(* Security fix *)
n/nftables-1.0.2-x86_64-1.txz: Upgraded.
n/nghttp2-1.47.0-x86_64-1.txz: Upgraded.
n/openssh-8.9p1-x86_64-1.txz: Upgraded.
n/whois-5.5.12-x86_64-1.txz: Upgraded.
x/mesa-21.3.7-x86_64-1.txz: Upgraded.
x/xf86-video-amdgpu-22.0.0-x86_64-1.txz: Upgraded.
xap/freerdp-2.6.0-x86_64-1.txz: Upgraded.
xap/gftp-2.9.1b-x86_64-1.txz: Upgraded.
extra/xv/xv-3.10a-x86_64-10.txz: Rebuilt.
Drop JasPer support until xv can be ported to the new JasPer library (or
preferably to openjpeg).
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 8 | ||||
-rw-r--r-- | source/d/rust/rust.url | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 9e69dfb6..848e5063 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.58.1} +VERSION=${VERSION:-1.59.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:-YES} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.57.0} -RSTAGE0_DIR=${RSTAGE0_DIR:-2021-12-02} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.57.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.58.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2022-01-13} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.58.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index 5c44c627..6c6773b3 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.lz): -VERSION=1.58.1 +VERSION=1.59.0 rm -f rustc-${VERSION}-src.tar.* lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz.asc @@ -20,8 +20,8 @@ fi # update the settings below, look at src/stage0.json in the Rust sources. exit 0 -BOOTSTRAP_DATE=2021-12-02 -BOOTSTRAP_VERSION=1.57.0 +BOOTSTRAP_DATE=2022-01-13 +BOOTSTRAP_VERSION=1.58.0 BOOTSTRAP_CARGO=$BOOTSTRAP_VERSION # i686 bootstrap: |