pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust-src



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Apr 15 17:46:14 UTC 2022

Modified Files:
        pkgsrc/lang/rust-src: Makefile PLIST distinfo

Log Message:
rust-src: update / sync to rust version 1.59.0.

Checksum and PLIST adjustments.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/rust-src/Makefile \
    pkgsrc/lang/rust-src/PLIST pkgsrc/lang/rust-src/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust-src/Makefile
diff -u pkgsrc/lang/rust-src/Makefile:1.3 pkgsrc/lang/rust-src/Makefile:1.4
--- pkgsrc/lang/rust-src/Makefile:1.3   Thu Mar  3 16:49:31 2022
+++ pkgsrc/lang/rust-src/Makefile       Fri Apr 15 17:46:14 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/03/03 16:49:31 he Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/15 17:46:14 he Exp $
 
-DISTNAME=      rust-src-1.58.1
+DISTNAME=      rust-src-1.59.0
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_LOCAL:=rust/}
 
Index: pkgsrc/lang/rust-src/PLIST
diff -u pkgsrc/lang/rust-src/PLIST:1.3 pkgsrc/lang/rust-src/PLIST:1.4
--- pkgsrc/lang/rust-src/PLIST:1.3      Thu Mar  3 16:49:31 2022
+++ pkgsrc/lang/rust-src/PLIST  Fri Apr 15 17:46:14 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/03/03 16:49:31 he Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/04/15 17:46:14 he Exp $
 lib/rustlib/manifest-rust-src
 lib/rustlib/src/rust/Cargo.lock
 lib/rustlib/src/rust/library/alloc/Cargo.toml
@@ -228,6 +228,7 @@ lib/rustlib/src/rust/library/core/src/fm
 lib/rustlib/src/rust/library/core/src/fmt/rt/v1.rs
 lib/rustlib/src/rust/library/core/src/future/future.rs
 lib/rustlib/src/rust/library/core/src/future/into_future.rs
+lib/rustlib/src/rust/library/core/src/future/join.rs
 lib/rustlib/src/rust/library/core/src/future/mod.rs
 lib/rustlib/src/rust/library/core/src/future/pending.rs
 lib/rustlib/src/rust/library/core/src/future/poll_fn.rs
@@ -377,7 +378,7 @@ lib/rustlib/src/rust/library/core/src/st
 lib/rustlib/src/rust/library/core/src/str/validations.rs
 lib/rustlib/src/rust/library/core/src/stream/from_iter.rs
 lib/rustlib/src/rust/library/core/src/stream/mod.rs
-lib/rustlib/src/rust/library/core/src/stream/stream/mod.rs
+lib/rustlib/src/rust/library/core/src/stream/stream.rs
 lib/rustlib/src/rust/library/core/src/sync/atomic.rs
 lib/rustlib/src/rust/library/core/src/sync/mod.rs
 lib/rustlib/src/rust/library/core/src/task/mod.rs
@@ -402,10 +403,12 @@ lib/rustlib/src/rust/library/core/tests/
 lib/rustlib/src/rust/library/core/tests/clone.rs
 lib/rustlib/src/rust/library/core/tests/cmp.rs
 lib/rustlib/src/rust/library/core/tests/const_ptr.rs
+lib/rustlib/src/rust/library/core/tests/convert.rs
 lib/rustlib/src/rust/library/core/tests/fmt/builders.rs
 lib/rustlib/src/rust/library/core/tests/fmt/float.rs
 lib/rustlib/src/rust/library/core/tests/fmt/mod.rs
 lib/rustlib/src/rust/library/core/tests/fmt/num.rs
+lib/rustlib/src/rust/library/core/tests/future.rs
 lib/rustlib/src/rust/library/core/tests/hash/mod.rs
 lib/rustlib/src/rust/library/core/tests/hash/sip.rs
 lib/rustlib/src/rust/library/core/tests/intrinsics.rs
@@ -481,6 +484,7 @@ lib/rustlib/src/rust/library/core/tests/
 lib/rustlib/src/rust/library/core/tests/pin.rs
 lib/rustlib/src/rust/library/core/tests/ptr.rs
 lib/rustlib/src/rust/library/core/tests/result.rs
+lib/rustlib/src/rust/library/core/tests/simd.rs
 lib/rustlib/src/rust/library/core/tests/slice.rs
 lib/rustlib/src/rust/library/core/tests/str.rs
 lib/rustlib/src/rust/library/core/tests/str_lossy.rs
@@ -533,6 +537,9 @@ lib/rustlib/src/rust/library/portable-si
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/math.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/mod.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops.rs
+lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/assign.rs
+lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/deref.rs
+lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ops/unary.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/reduction.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/round.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/select.rs
@@ -548,6 +555,7 @@ lib/rustlib/src/rust/library/portable-si
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/powerpc.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/wasm32.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/vendor/x86.rs
+lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/autoderef.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f32_ops.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/f64_ops.rs
 lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/i16_ops.rs
@@ -659,6 +667,8 @@ lib/rustlib/src/rust/library/std/src/io/
 lib/rustlib/src/rust/library/std/src/io/impls/tests.rs
 lib/rustlib/src/rust/library/std/src/io/mod.rs
 lib/rustlib/src/rust/library/std/src/io/prelude.rs
+lib/rustlib/src/rust/library/std/src/io/readbuf.rs
+lib/rustlib/src/rust/library/std/src/io/readbuf/tests.rs
 lib/rustlib/src/rust/library/std/src/io/stdio.rs
 lib/rustlib/src/rust/library/std/src/io/stdio/tests.rs
 lib/rustlib/src/rust/library/std/src/io/tests.rs
@@ -1095,6 +1105,7 @@ lib/rustlib/src/rust/library/stdarch/ci/
 lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
 lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile
 lib/rustlib/src/rust/library/stdarch/ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile
+lib/rustlib/src/rust/library/stdarch/ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile
 lib/rustlib/src/rust/library/stdarch/ci/docker/s390x-unknown-linux-gnu/Dockerfile
 lib/rustlib/src/rust/library/stdarch/ci/docker/wasm32-wasi/Dockerfile
 lib/rustlib/src/rust/library/stdarch/ci/docker/x86_64-linux-android/Dockerfile
@@ -1169,6 +1180,8 @@ lib/rustlib/src/rust/library/stdarch/cra
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/mod.rs
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/vsx.rs
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc64/mod.rs
+lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv64/mod.rs
+lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/riscv_shared/mod.rs
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/simd.rs
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/simd_llvm.rs
 lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/v64.rs
@@ -1286,7 +1299,8 @@ lib/rustlib/src/rust/library/stdarch/cra
 lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/requirements.txt
 lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/rst2pdf-acle-intrinsics.style
 lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/acle/tools/rst2pdf-acle.style
-lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/missing.txt
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/missing_aarch64.txt
+lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/missing_arm.txt
 lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/acle_csv_parser.rs
 lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/argument.rs
 lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/intrinsic.rs
@@ -1305,6 +1319,7 @@ lib/rustlib/src/rust/library/stdarch/cra
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/mips64.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/powerpc64.rs
+lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/riscv.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/arch/x86.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/bit.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/cache.rs
@@ -1324,6 +1339,7 @@ lib/rustlib/src/rust/library/stdarch/cra
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/mips.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/mod.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/powerpc.rs
+lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/linux/riscv.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/other.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/windows/aarch64.rs
 lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/os/x86.rs
@@ -1355,6 +1371,7 @@ lib/rustlib/src/rust/library/stdarch/exa
 lib/rustlib/src/rust/library/stdarch/examples/connect5.rs
 lib/rustlib/src/rust/library/stdarch/examples/hex.rs
 lib/rustlib/src/rust/library/stdarch/examples/wasm.rs
+lib/rustlib/src/rust/library/stdarch/rustfmt.toml
 lib/rustlib/src/rust/library/stdarch/triagebot.toml
 lib/rustlib/src/rust/library/stdarch/vendor.yml
 lib/rustlib/src/rust/library/test/Cargo.toml
Index: pkgsrc/lang/rust-src/distinfo
diff -u pkgsrc/lang/rust-src/distinfo:1.3 pkgsrc/lang/rust-src/distinfo:1.4
--- pkgsrc/lang/rust-src/distinfo:1.3   Thu Mar  3 16:49:31 2022
+++ pkgsrc/lang/rust-src/distinfo       Fri Apr 15 17:46:14 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/03/03 16:49:31 he Exp $
+$NetBSD: distinfo,v 1.4 2022/04/15 17:46:14 he Exp $
 
-BLAKE2s (rust-src-1.58.1.tar.gz) = c548fab1edd5fe7e8c8faf2fd9d15f72057736afa8868318b8a62d355faad09f
-SHA512 (rust-src-1.58.1.tar.gz) = 216c7dcad314bcfac0a05e6f55fd88f2b15580c71ab4375295580078aa93e7873e85bdf0c22d7d95ea76201af1e491fe2b00ae1b3e2ff0a14ecee4aaa5177ade
-Size (rust-src-1.58.1.tar.gz) = 4128842 bytes
+BLAKE2s (rust-src-1.59.0.tar.gz) = 14d0a63a3cc93713156bef6aca1c5e088bb87a01b10c47faaf1e1f2e04730684
+SHA512 (rust-src-1.59.0.tar.gz) = 1bdacdd37037448531803282f25f6518a502356bf55e5cdb63a3744f50ec451ad9881e16523dda3d7bf3d1e1f5aa0d8388674239c05db9a5b5b1d539792e7e73
+Size (rust-src-1.59.0.tar.gz) = 4176604 bytes



Home | Main Index | Thread Index | Old Index