diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-20 15:50:33 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-20 15:51:11 +0200 |
commit | 0017830cebbb2b93ff4eada2bc48480d1a6ef8dd (patch) | |
tree | 33c281dfcaf8b6acd65efcd6f58c5b01a67788e4 /rust | |
parent | e9b4b412fb63385b28cee26127e8ce155bb6eb34 (diff) | |
download | opt-0017830cebbb2b93ff4eada2bc48480d1a6ef8dd.tar.gz opt-0017830cebbb2b93ff4eada2bc48480d1a6ef8dd.tar.xz |
rust: 1.62.0 -> 1.62.1
Diffstat (limited to 'rust')
-rw-r--r-- | rust/.footprint | 3 | ||||
-rw-r--r-- | rust/.signature | 8 | ||||
-rw-r--r-- | rust/Pkgfile | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/rust/.footprint b/rust/.footprint index 93e5812bc..0de957e5c 100644 --- a/rust/.footprint +++ b/rust/.footprint @@ -1182,6 +1182,7 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/abi/userca -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/alloc.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/mod.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/raw.rs +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/abi/usercalls/tests.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/alloc.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/args.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/sgx/condvar.rs @@ -1340,6 +1341,8 @@ drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/c/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/env.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/fs.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/handle.rs +drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/handle/ +-rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/handle/tests.rs -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/io.rs drwxr-xr-x root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/locks/ -rw-r--r-- root/root usr/lib/rustlib/src/rust/library/std/src/sys/windows/locks/condvar.rs diff --git a/rust/.signature b/rust/.signature index 5a8b61fcf..0c521b435 100644 --- a/rust/.signature +++ b/rust/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Zy7gvjF+t4oSa5ZdieWq4gGN0r0E7eftavm46qEALUv9lK70afeE2VcYHXrk9WVUWfrLI5M2ac18nwJt+HzYgc= -SHA256 (Pkgfile) = 8e6f2cc875275d20b2b1c914c59ee9b056963456ebef39c681bf3acb92d1a6f4 -SHA256 (.footprint) = 994d5975b653f2c97b459ce197c1038e8aa46315354e0db0b303500f26064fbc -SHA256 (rustc-1.62.0-src.tar.xz) = 6c00ef115c894c2645e60b5049a4f5dacf1dc0c993f3074f7ae4fdf4c755dd5e +RWSE3ohX2g5d/ddNkKywII1vUPh540gvFg6z8lJY7jLBYwAuCXkJXB+WkfPdQqLTkCyehzfWDK/aKhtkEPMRg/8bqW9A3E3Elgg= +SHA256 (Pkgfile) = 31ee8daab95662fedaa7c5a58b219ff5396ce37e37ccea9b51b213d8e43ee0e0 +SHA256 (.footprint) = fbe3ea0ffd4e22bb428a984b2e979d115f26560587ab157ccaf7e41fbaa4abf0 +SHA256 (rustc-1.62.1-src.tar.xz) = 02066a93c2f6596cc046a897d5716c86e3607c1cd0f54db9a867ae8c8265072e 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 diff --git a/rust/Pkgfile b/rust/Pkgfile index 5ef49716c..220fd34ba 100644 --- a/rust/Pkgfile +++ b/rust/Pkgfile @@ -5,7 +5,7 @@ # Optional: ccache libgit2 lld polly sccache name=rust -version=1.62.0 +version=1.62.1 _date=2022-05-19 _rustc=1.61.0 _cargo=$_rustc |