Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
rust: bump to 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 31, 2020
1 parent 6549c1e commit ebbb23b
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 216 deletions.
6 changes: 3 additions & 3 deletions extra/rust/build
Expand Up @@ -5,15 +5,15 @@
# connection requirement per build further enabling checksums
# and signature verification by KISS.
{
cache_dir=build/cache/2019-11-07
cache_dir=build/cache/2019-12-19
mkdir -p "$cache_dir"

for tarball in *.tar.gz\?no-extract; do
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"
done
}

patch -p1 < musl-libressl.patch
patch -p1 < musl.patch

# 'rust' checksums files in 'vendor/', but we patch a few files.
for vendor in libc openssl-sys; do
Expand Down
10 changes: 5 additions & 5 deletions extra/rust/checksums
@@ -1,5 +1,5 @@
dd97005578defc10a482bff3e4e728350d2099c60ffcf1f5e189540c39a549ad rustc-1.40.0-src.tar.gz
9c6b49e161e53c174b4fd46825a96b78854cfbcd0971ce846d4edd33c2b5f275 rust-std-1.39.0-x86_64-unknown-linux-musl.tar.gz?no-extract
07a9705dd77c6859ef921389dc6a958a297030e53571fe015163c79aa93d1e43 rustc-1.39.0-x86_64-unknown-linux-musl.tar.gz?no-extract
c3a04bfe988f84dc4bffd8b4fef29f2ad461483fd22e4bf329d2189e16213d0c cargo-0.40.0-x86_64-unknown-linux-musl.tar.gz?no-extract
bc6a567b76c3186ac868c13831c402c595015ad48e047387b32f833af460f7fa musl-libressl.patch
38d6742e5c4c98a835de5d6e12a209e442fb3078a03b2c01bab6ea7afb25be6f rustc-1.41.0-src.tar.xz
c647bb7f399b3d18e345b2dab1fb073470582a9298e83d8648f6661544df7279 rust-std-1.40.0-x86_64-unknown-linux-musl.tar.xz?no-extract
769b9e31557fcc0ea2a661f88b679d3dbd62b537807c7b3c75ac6816a1be4fa3 rustc-1.40.0-x86_64-unknown-linux-musl.tar.xz?no-extract
848646326474392bdac70a5bfa06efda4c36e2bbbf088f07456f98c7575844e1 cargo-0.41.0-x86_64-unknown-linux-musl.tar.xz?no-extract
bb6f561f1a6ddd15b32126a024f3b0a4f66555797c1ebd6d1d17b7d604a083ae musl.patch
128 changes: 0 additions & 128 deletions extra/rust/patches/musl-libressl.patch

This file was deleted.

File renamed without changes.
10 changes: 5 additions & 5 deletions extra/rust/sources
@@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-1.40.0-src.tar.gz
https://static.rust-lang.org/dist/2019-11-07/rust-std-1.39.0-x86_64-unknown-linux-musl.tar.gz?no-extract
https://static.rust-lang.org/dist/2019-11-07/rustc-1.39.0-x86_64-unknown-linux-musl.tar.gz?no-extract
https://static.rust-lang.org/dist/2019-11-07/cargo-0.40.0-x86_64-unknown-linux-musl.tar.gz?no-extract
patches/musl-libressl.patch
https://static.rust-lang.org/dist/rustc-1.41.0-src.tar.xz
https://static.rust-lang.org/dist/2019-12-19/rust-std-1.40.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2019-12-19/rustc-1.40.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2019-12-19/cargo-0.41.0-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/musl.patch
2 changes: 1 addition & 1 deletion extra/rust/version
@@ -1 +1 @@
1.40.0 1
1.41.0 1
56 changes: 0 additions & 56 deletions testing/rust/build

This file was deleted.

5 changes: 0 additions & 5 deletions testing/rust/checksums

This file was deleted.

7 changes: 0 additions & 7 deletions testing/rust/depends

This file was deleted.

5 changes: 0 additions & 5 deletions testing/rust/sources

This file was deleted.

1 change: 0 additions & 1 deletion testing/rust/version

This file was deleted.

0 comments on commit ebbb23b

Please sign in to comment.