summaryrefslogtreecommitdiffstats
path: root/source/d/rust/rust.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-12-07 21:02:41 +0000
committer Eric Hameleers <alien@slackware.com>2021-12-08 08:59:52 +0100
commit05c9b4b9d66f98f4603c8383ddb2b22f485b8269 (patch)
treeda9fc9f6acca9b67079d09d5e42d7dec0035f84d /source/d/rust/rust.SlackBuild
parent98305afe736482e41db5c6d17ac94abe411bee86 (diff)
downloadcurrent-05c9b4b9d66f98f4603c8383ddb2b22f485b8269.tar.gz
current-05c9b4b9d66f98f4603c8383ddb2b22f485b8269.tar.xz
Tue Dec 7 21:02:41 UTC 202120211207210241
ap/vim-8.2.3754-x86_64-1.txz: Upgraded. d/Cython-0.29.25-x86_64-1.txz: Upgraded. d/rust-1.57.0-x86_64-1.txz: Upgraded. kde/kscreen-5.23.4-x86_64-2.txz: Rebuilt. Applied upstream patches: [PATCH 1/4] Compute logicalSize taking into account current config. [PATCH 2/4] Update screen size when mode changes. [PATCH 3/4] Ensure to set outputs explicitLogicalSize upon loading config. [PATCH 4/4] Fix output identifier window positioning in wayland with some scale. Thanks to Heinz Wiesinger. kde/libkscreen-5.23.4-x86_64-2.txz: Rebuilt. Applied upstream patches: [PATCH] XrandR: Fix impossibilty to change resolution in VirtualBox. [PATCH] Under X11 ignore per-screen scale to compute logicalSize. Thanks to Heinz Wiesinger. l/glib-networking-2.70.1-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_17-x86_64-1.txz: Upgraded. l/vte-0.66.2-x86_64-1.txz: Upgraded. n/dovecot-2.3.17.1-x86_64-1.txz: Upgraded. xap/mozilla-firefox-91.4.0esr-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/91.4.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2021-53/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43536 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43537 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43538 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43539 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43541 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43542 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43543 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43545 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43546 https://bugzilla.mozilla.org/show_bug.cgi?id=1737751 (* Security fix *) xap/vim-gvim-8.2.3754-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-xsource/d/rust/rust.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 4306e3477..0d73d2f4c 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.56.1}
+VERSION=${VERSION:-1.57.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.55.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2021-09-09}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.55.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.56.1}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2021-11-01}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.56.1}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
# Automatically determine the architecture we're building on: