summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-01-20 03:08:10 +0000
committer Eric Hameleers <alien@slackware.com>2021-01-20 08:59:50 +0100
commitcc9d4b4c4dc0c973528cc4645d8d68082e0a140a (patch)
tree28012cf63e64636c7b981de2b2f17f35e39fc4f0 /source/d
parentaddce63adb18aea9025ba1e08d04ccbd22e3cb98 (diff)
downloadcurrent-cc9d4b4c4dc0c973528cc4645d8d68082e0a140a.tar.gz
current-cc9d4b4c4dc0c973528cc4645d8d68082e0a140a.tar.xz
Wed Jan 20 03:08:10 UTC 202120210120030810
a/btrfs-progs-5.10-x86_64-1.txz: Upgraded. a/dialog-1.3_20210117-x86_64-1.txz: Upgraded. a/glibc-solibs-2.32-x86_64-1.txz: Upgraded. a/kernel-firmware-20210119_0578970-noarch-1.txz: Upgraded. a/kernel-generic-5.10.9-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.9-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.9-x86_64-1.txz: Upgraded. d/gcc-10.2.0-x86_64-3.txz: Rebuilt. d/gcc-brig-10.2.0-x86_64-3.txz: Rebuilt. d/gcc-g++-10.2.0-x86_64-3.txz: Rebuilt. d/gcc-gdc-10.2.0-x86_64-3.txz: Rebuilt. d/gcc-gfortran-10.2.0-x86_64-3.txz: Rebuilt. d/gcc-gnat-10.2.0-x86_64-3.txz: Rebuilt. d/gcc-go-10.2.0-x86_64-3.txz: Rebuilt. d/gcc-objc-10.2.0-x86_64-3.txz: Rebuilt. d/help2man-1.47.17-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.9-x86-1.txz: Upgraded. d/rust-1.49.0-x86_64-1.txz: Upgraded. k/kernel-source-5.10.9-noarch-1.txz: Upgraded. kde/krita-4.4.2-x86_64-1.txz: Upgraded. l/glibc-2.32-x86_64-1.txz: Upgraded. l/glibc-i18n-2.32-x86_64-1.txz: Upgraded. l/glibc-profile-2.32-x86_64-1.txz: Upgraded. n/dnsmasq-2.83-x86_64-1.txz: Upgraded. n/openldap-2.4.57-x86_64-1.txz: Upgraded. xap/mozilla-firefox-78.6.1esr-x86_64-2.txz: Rebuilt. xap/mozilla-thunderbird-78.6.1-x86_64-2.txz: Rebuilt. xap/seamonkey-2.53.5.1-x86_64-2.txz: Rebuilt. xap/xaos-4.2.1-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/gcc/gcc.SlackBuild2
-rw-r--r--source/d/gcc/slack-desc.gcc2
-rwxr-xr-xsource/d/rust/rust.SlackBuild8
-rw-r--r--source/d/rust/rust.url20
4 files changed, 18 insertions, 14 deletions
diff --git a/source/d/gcc/gcc.SlackBuild b/source/d/gcc/gcc.SlackBuild
index c154888e6..853e41b33 100755
--- a/source/d/gcc/gcc.SlackBuild
+++ b/source/d/gcc/gcc.SlackBuild
@@ -57,7 +57,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gcc
SRCVER=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
VERSION=$(echo $SRCVER | cut -f 1 -d _)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# How many jobs to run in parallel:
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/d/gcc/slack-desc.gcc b/source/d/gcc/slack-desc.gcc
index ebe1b8422..2ec1b2bca 100644
--- a/source/d/gcc/slack-desc.gcc
+++ b/source/d/gcc/slack-desc.gcc
@@ -11,7 +11,7 @@ gcc:
gcc: GCC is the GNU Compiler Collection.
gcc:
gcc: This package contains those parts of the compiler collection needed to
-gcc: compile C code. Other packages add Ada, C++, Fortran, Go,
+gcc: compile C code. Other packages add Ada, C++, D, Fortran, Go,
gcc: Objective-C, and BRIG support to the compiler core.
gcc:
gcc:
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 6c3aa640f..8d768eaa7 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.48.0}
+VERSION=${VERSION:-1.49.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.47.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2020-10-08}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.48.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.48.0}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2020-11-19}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.48.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 5c5e8f142..17927fa19 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.48.0
+VERSION=1.49.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
@@ -17,16 +17,20 @@ fi
# should be able to compile the next released version of Rust.
#
# To find the expected date/versions for bootstrap binaries to be able to
-# update the urls below, look at src/stage0.txt in the Rust sources.
+# update the settings below, look at src/stage0.txt in the Rust sources.
exit 0
+BOOTSTRAP_DATE=2020-11-19
+BOOTSTRAP_CARGO=1.48.0
+BOOTSTRAP_VERSION=1.48.0
+
# i686 bootstrap:
-lftpget https://static.rust-lang.org/dist/2020-10-08/cargo-0.48.0-i686-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2020-10-08/rust-std-1.47.0-i686-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2020-10-08/rustc-1.47.0-i686-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-i686-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rust-std-${BOOTSTRAP_VERSION}-i686-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rustc-${BOOTSTRAP_VERSION}-i686-unknown-linux-gnu.tar.gz
# x86_64 bootstrap:
-lftpget https://static.rust-lang.org/dist/2020-10-08/cargo-0.48.0-x86_64-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2020-10-08/rust-std-1.47.0-x86_64-unknown-linux-gnu.tar.gz
-lftpget https://static.rust-lang.org/dist/2020-10-08/rustc-1.47.0-x86_64-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/cargo-${BOOTSTRAP_CARGO}-x86_64-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rust-std-${BOOTSTRAP_VERSION}-x86_64-unknown-linux-gnu.tar.gz
+lftpget https://static.rust-lang.org/dist/${BOOTSTRAP_DATE}/rustc-${BOOTSTRAP_VERSION}-x86_64-unknown-linux-gnu.tar.gz