From ef8da054874c083955348ec5ecfeb571c9a81b7e Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 26 Mar 2021 03:07:35 +0000 Subject: Fri Mar 26 03:07:35 UTC 2021 a/btrfs-progs-5.11.1-x86_64-1.txz: Upgraded. a/dialog-1.3_20210324-x86_64-1.txz: Upgraded. a/kernel-generic-5.10.26-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.26-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.26-x86_64-1.txz: Upgraded. a/openssl-solibs-1.1.1k-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.26-x86-1.txz: Upgraded. d/rust-1.51.0-x86_64-1.txz: Upgraded. e/emacs-27.2-x86_64-1.txz: Upgraded. k/kernel-source-5.10.26-noarch-1.txz: Upgraded. -ADI_AXI_ADC m AD9467 m -> n FONT_TER16x32 n -> y n/openssl-1.1.1k-x86_64-1.txz: Upgraded. This update fixes security issues: Fixed a problem with verifying a certificate chain when using the X509_V_FLAG_X509_STRICT flag. Fixed an issue where an OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3450 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449 (* Security fix *) n/samba-4.14.2-x86_64-1.txz: Upgraded. This is a security release in order to address the following defects: Heap corruption via crafted DN strings. Out of bounds read in AD DC LDAP server. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27840 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20277 (* Security fix *) x/mesa-21.0.1-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/linux-5.11.x/kernel-generic-5.11.10-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-headers-5.11.10-x86-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-huge-5.11.10-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-modules-5.11.10-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-source-5.11.10-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- source/d/rust/rust.SlackBuild | 8 ++++---- source/d/rust/rust.url | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'source/d') diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 5ab97ac97..7c045f4b9 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.50.0} +VERSION=${VERSION:-1.51.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.49.0} -RSTAGE0_DIR=${RSTAGE0_DIR:-2020-12-31} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.49.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.50.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2021-02-11} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.50.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 23878e045..d4f76ed3d 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.50.0 +VERSION=1.51.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=2020-12-31 -BOOTSTRAP_CARGO=1.49.0 -BOOTSTRAP_VERSION=1.49.0 +BOOTSTRAP_DATE=2021-02-11 +BOOTSTRAP_CARGO=1.50.0 +BOOTSTRAP_VERSION=1.50.0 # i686 bootstrap: lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-i686-unknown-linux-gnu.tar.gz -- cgit v1.2.3