diff options
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 |
commit | 05c9b4b9d66f98f4603c8383ddb2b22f485b8269 (patch) | |
tree | da9fc9f6acca9b67079d09d5e42d7dec0035f84d /source/d | |
parent | 98305afe736482e41db5c6d17ac94abe411bee86 (diff) | |
download | current-05c9b4b9d66f98f4603c8383ddb2b22f485b8269.tar.gz |
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')
-rwxr-xr-x | source/d/Cython/Cython.SlackBuild | 2 | ||||
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 8 | ||||
-rw-r--r-- | source/d/rust/rust.url | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/source/d/Cython/Cython.SlackBuild b/source/d/Cython/Cython.SlackBuild index 6130e89f..d2893f07 100755 --- a/source/d/Cython/Cython.SlackBuild +++ b/source/d/Cython/Cython.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=Cython VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 4306e347..0d73d2f4 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: diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index e02ef76d..e4ea90ef 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.56.1 +VERSION=1.57.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,9 +20,9 @@ fi # update the settings below, look at src/stage0.txt in the Rust sources. exit 0 -BOOTSTRAP_DATE=2021-09-09 -BOOTSTRAP_CARGO=1.55.0 -BOOTSTRAP_VERSION=1.55.0 +BOOTSTRAP_DATE=2021-11-01 +BOOTSTRAP_CARGO=1.56.1 +BOOTSTRAP_VERSION=1.56.0 # i686 bootstrap: lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-i686-unknown-linux-gnu.tar.xz |