mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
daaabd8ee2
a/pkgtools-15.0-noarch-24.txz: Rebuilt. installpkg: support --no-overwrite option for upgradepkg's second install pass. Don't use this option directly unless you have a good reason. upgradepkg: call installpkg with --no-overwrite for the second install pass. This cuts the drive writes for a package upgrade almost in half so we can be kinder to SSDs. ap/nano-4.5-x86_64-1.txz: Upgraded. l/gmime-3.2.4-x86_64-1.txz: Upgraded. l/gnu-efi-3.0.10-x86_64-1.txz: Upgraded. l/gtk+3-3.24.12-x86_64-1.txz: Upgraded. testing/packages/rust-1.38.0-x86_64-2.txz: Rebuilt. The package size here has been put on a tremendous diet. Thanks to Andrew Clemons and Willy Sudiarto Raharjo for help with this. Compile test results: firefox-68.1.0esr: fail firefox-69.0.2: pass seamonkey-2.49.5: pass thunderbird-68.1.1: fail
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.38.0-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-08-15/cargo-0.38.0-i686-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-08-15/rust-std-1.37.0-i686-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-08-15/rustc-1.37.0-i686-unknown-linux-gnu.tar.gz
|
|
|
|
# x86_64 bootstrap:
|
|
lftpget https://static.rust-lang.org/dist/2019-08-15/cargo-0.38.0-x86_64-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-08-15/rust-std-1.37.0-x86_64-unknown-linux-gnu.tar.gz
|
|
lftpget https://static.rust-lang.org/dist/2019-08-15/rustc-1.37.0-x86_64-unknown-linux-gnu.tar.gz
|
|
|