diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-02 14:32:42 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-02 15:59:56 +0200 |
commit | db9fe1c2c3508400ddb30287adaafda61ee9fc5c (patch) | |
tree | 012fadc1701a01461882501244c7c07c1b77cc53 /rust | |
parent | da758ca5e64b532963d03346ac5c473e6acf0e2b (diff) | |
download | opt-db9fe1c2c3508400ddb30287adaafda61ee9fc5c.tar.gz opt-db9fe1c2c3508400ddb30287adaafda61ee9fc5c.tar.xz |
rust: 1.61.0 -> 1.62.0
Diffstat (limited to 'rust')
-rw-r--r-- | rust/.footprint | 26 | ||||
-rw-r--r-- | rust/.signature | 14 | ||||
-rw-r--r-- | rust/Pkgfile | 8 |
3 files changed, 29 insertions, 19 deletions
diff --git a/rust/.footprint b/rust/.footprint index d36da55e0..93e5812bc 100644 --- a/rust/.footprint +++ b/rust/.footprint @@ -64,8 +64,12 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/alloc/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/alloc/tests.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/borrow.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/boxed.rs +drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/boxed/ +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/boxed/thin.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap.rs +drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/tests.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/btree/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/btree/append.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/btree/borrow.rs @@ -108,7 +112,13 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/vec_ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/mod.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/pair_slices.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ring_slices.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/spec_extend.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/tests.rs +drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/ffi/ +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/ffi/c_str.rs +drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/ +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/tests.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/ffi/mod.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/fmt.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/lib.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/macros.rs @@ -144,10 +154,10 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/src/vec/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/src/vec/splice.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/tests/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/arc.rs --rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/binary_heap.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/borrow.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/boxed.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/btree_set_hash.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/c_str.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/const_fns.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/cow_str.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/fmt.rs @@ -158,6 +168,7 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/alloc/tests/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/slice.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/str.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/string.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/thin_box.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/vec.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/alloc/tests/vec_deque.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/backtrace/ @@ -340,6 +351,7 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/core/src/ffi/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/ffi/c_longlong.md -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/ffi/c_schar.md -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/ffi/c_short.md +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/ffi/c_str.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/ffi/c_uchar.md -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/ffi/c_uint.md -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/ffi/c_ulong.md @@ -424,6 +436,7 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/core/src/mem/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/mem/manually_drop.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/mem/maybe_uninit.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/mem/mod.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/mem/valid_align.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/core/src/num/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/core/src/num/bignum.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/core/src/num/dec2flt/ @@ -861,9 +874,6 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/f32/ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/f64/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/f64/tests.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/ffi/ --rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/ffi/c_str.rs -drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/ffi/c_str/ --rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/ffi/c_str/tests.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/ffi/mod.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/ffi/os_str.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/ffi/os_str/ @@ -1236,10 +1246,11 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/kernel_co -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/kernel_copy/tests.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/l4re.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/ +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/futex.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/futex_rwlock.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/mod.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_condvar.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_mutex.rs --rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_remutex.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/locks/pthread_rwlock.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/memchr.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/mod.rs @@ -1270,6 +1281,7 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/process/p -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/thread.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/thread_local_dtor.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/thread_local_key.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/thread_parker.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/time.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/unix/weak.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/unsupported/ @@ -1309,10 +1321,7 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasi/ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/alloc.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/ --rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/condvar.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/futex.rs --rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/mutex.rs --rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/rwlock.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/atomics/thread.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/env.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/wasm/mod.rs @@ -1843,6 +1852,7 @@ drwxr-xr-x root/root usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cargo-add.1.gz -rw-r--r-- root/root usr/share/man/man1/cargo-bench.1.gz -rw-r--r-- root/root usr/share/man/man1/cargo-build.1.gz -rw-r--r-- root/root usr/share/man/man1/cargo-check.1.gz diff --git a/rust/.signature b/rust/.signature index 75917f6f2..5a8b61fcf 100644 --- a/rust/.signature +++ b/rust/.signature @@ -1,11 +1,11 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Z+DnCnx/j+9Bs2alfs8aPVbIq6GIjZik2KCETpkdak5ZIjsVCVUqCznvyhkONOy1wyYMnLEgp99JxmfGT1MaAg= -SHA256 (Pkgfile) = f275b559eaf98f2ccf427ac95c51374d3646f7d9dc2bb3a84fb0624d28007656 -SHA256 (.footprint) = 1804dc98758255921fc8d5c7a309afb3ab00801ef21951b3ebf9582d7fe0c78e -SHA256 (rustc-1.61.0-src.tar.xz) = a63305a3ad734f170746b337a5e3d07ccaa7aa8f253dc52336b44c0a3b549d7b -SHA256 (rust-std-1.60.0-x86_64-unknown-linux-gnu.tar.xz) = 6fb8ee3650beb10836ae48a9aaa535473e64eaca20695b88113267aea3c7557f -SHA256 (rustc-1.60.0-x86_64-unknown-linux-gnu.tar.xz) = fc0b41c15e348ad0eeb7a6c015a922a2ac95e9577e531635558b26d99399f315 -SHA256 (cargo-1.60.0-x86_64-unknown-linux-gnu.tar.xz) = 48edb2eb51d7c56ef9a3130f0b331e83f139559161f6f93b9588d28cf72610f3 +RWSE3ohX2g5d/Zy7gvjF+t4oSa5ZdieWq4gGN0r0E7eftavm46qEALUv9lK70afeE2VcYHXrk9WVUWfrLI5M2ac18nwJt+HzYgc= +SHA256 (Pkgfile) = 8e6f2cc875275d20b2b1c914c59ee9b056963456ebef39c681bf3acb92d1a6f4 +SHA256 (.footprint) = 994d5975b653f2c97b459ce197c1038e8aa46315354e0db0b303500f26064fbc +SHA256 (rustc-1.62.0-src.tar.xz) = 6c00ef115c894c2645e60b5049a4f5dacf1dc0c993f3074f7ae4fdf4c755dd5e +SHA256 (rust-std-1.61.0-x86_64-unknown-linux-gnu.tar.xz) = 270b07aa5f2de52255a117e1e587138d77375ce0d09a1d7fead085f29b3977e9 +SHA256 (rustc-1.61.0-x86_64-unknown-linux-gnu.tar.xz) = 21c4613f389ed130fbaaf88f1e984319f72b5fc10734569a5ba19e22ebb03abd +SHA256 (cargo-1.61.0-x86_64-unknown-linux-gnu.tar.xz) = 9461727d754f865ef2a87479d40bbe4c5176f80963b7c50b7797bc8940d7a0a0 SHA256 (0001-bootstrap-Change-libexec-dir.patch) = 60c6dfc100d292284af2187cfefc1d0d928139ca557d27bc6bef88edefccff70 SHA256 (0001-cargo-Change-libexec-dir.patch) = c901a9bb036c29ca092f7dbc8b447efdd9aa1044a902a88f9d024cb22681dc19 SHA256 (0002-compiler-Change-LLVM-targets.patch) = 8dcb566da29a92ecf3eb6afe094d9c7766d08230d90fd666bfd022c018ae676a diff --git a/rust/Pkgfile b/rust/Pkgfile index d4de24d91..5ef49716c 100644 --- a/rust/Pkgfile +++ b/rust/Pkgfile @@ -5,11 +5,11 @@ # Optional: ccache libgit2 lld polly sccache name=rust -version=1.61.0 -_date=2022-04-07 -_rustc=1.60.0 +version=1.62.0 +_date=2022-05-19 +_rustc=1.61.0 _cargo=$_rustc -release=2 +release=1 source=(https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz https://static.rust-lang.org/dist/$_date/rust-std-$_rustc-x86_64-unknown-linux-gnu.tar.xz |