mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
bfbeefa9c9
ap/tmux-2.9-x86_64-1.txz: Upgraded. d/python-pip-19.1-x86_64-1.txz: Upgraded. d/rust-1.34.1-x86_64-1.txz: Upgraded. d/subversion-1.12.0-x86_64-1.txz: Upgraded. n/bind-9.14.1-x86_64-1.txz: Upgraded. This update fixes security issues: The TCP client quota set using the tcp-clients option could be exceeded in some cases. This could lead to exhaustion of file descriptors. In certain configurations, named could crash with an assertion failure if nxdomain-redirect was in use and a redirected query resulted in an NXDOMAIN from the cache. For more information, see: https://kb.isc.org/docs/cve-2018-5743 https://kb.isc.org/docs/cve-2019-6467 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5743 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6467 (* Security fix *) n/dhcpcd-7.2.1-x86_64-1.txz: Upgraded.
23 lines
1.1 KiB
INI
23 lines
1.1 KiB
INI
# Source code (repacked to .tar.xz):
|
|
lftpget https://static.rust-lang.org/dist/rustc-1.34.1-src.tar.gz
|
|
gzip -d rustc-*tar.gz
|
|
plzip -9 -v rustc-*tar
|
|
|
|
# Please note that the bootstrap binary packages listed below might not be kept
|
|
# updated for later versions. The Rust compiler as shipped with Slackware
|
|
# 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.
|
|
exit 0
|
|
|
|
# i686 bootstrap:
|
|
lftpget https://static.rust-lang.org/dist/2019-02-28/cargo-0.34.0-i686-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-02-28/rust-std-1.33.0-i686-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-02-28/rustc-1.33.0-i686-unknown-linux-gnu.tar.gz
|
|
|
|
# x86_64 bootstrap:
|
|
lftpget https://static.rust-lang.org/dist/2019-02-28/cargo-0.34.0-x86_64-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-02-28/rust-std-1.33.0-x86_64-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-02-28/rustc-1.33.0-x86_64-unknown-linux-gnu.tar.gz
|
|
|