lang/rust-nightly: update 1.89.0.20250512 → 1.89.0.20250526
Approved by: rust (implicit)
This commit is contained in:
parent
ec43e9e973
commit
ea0eebb433
@ -14,8 +14,8 @@ MASTERDIR= ${.CURDIR}/../rust
|
|||||||
PATCHDIR= ${.CURDIR}/files
|
PATCHDIR= ${.CURDIR}/files
|
||||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||||
|
|
||||||
NIGHTLY_DATE= 2025-05-12
|
NIGHTLY_DATE= 2025-05-26
|
||||||
BOOTSTRAPS_DATE= 2025-04-02
|
BOOTSTRAPS_DATE= 2025-05-12
|
||||||
RUST_BOOTSTRAP_VERSION= beta
|
RUST_BOOTSTRAP_VERSION= beta
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
TIMESTAMP = 1747135686
|
TIMESTAMP = 1748343065
|
||||||
SHA256 (rust/2025-05-12/rustc-nightly-src.tar.xz) = b5707eca97561a1f59e19d0d0d1d2ee9d930e5bccdb00ce569067825ef3e1746
|
SHA256 (rust/2025-05-26/rustc-nightly-src.tar.xz) = 33a1aa7e10e591abe3e1c5315163f33f56fd3da50bb0df4660f3a3ad00407b60
|
||||||
SIZE (rust/2025-05-12/rustc-nightly-src.tar.xz) = 283351272
|
SIZE (rust/2025-05-26/rustc-nightly-src.tar.xz) = 282590168
|
||||||
SHA256 (rust/2025-04-02/rustc-beta-x86_64-unknown-freebsd.tar.xz) = c8d0147c625faa5ce0e75c2509827bc4b190ad286e41411bce92023e00eb7a1d
|
SHA256 (rust/2025-05-12/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 6930ccd83b6b63d0a876eb5ac52c32a8449fd4cea8666b919494ce6358c6122c
|
||||||
SIZE (rust/2025-04-02/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 88062036
|
SIZE (rust/2025-05-12/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 88300072
|
||||||
SHA256 (rust/2025-04-02/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 8bef59b74196fa9f7839bb491f6b32d0761a45c8d7178980ee3afd80231b836e
|
SHA256 (rust/2025-05-12/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = a930b94bc005ce2b09b4d67abf47bfeafad8c7ab6ca5c15acc10e023818e7b25
|
||||||
SIZE (rust/2025-04-02/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 28281300
|
SIZE (rust/2025-05-12/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 27730396
|
||||||
SHA256 (rust/2025-04-02/cargo-beta-x86_64-unknown-freebsd.tar.xz) = eae168df54ddfe95db669c205ae97baa902056722856fa174758ebd058168a95
|
SHA256 (rust/2025-05-12/cargo-beta-x86_64-unknown-freebsd.tar.xz) = d8f73cb808471883a5f6ee8db3dd5165fff5084ae744f4ffdca89fb545faaba8
|
||||||
SIZE (rust/2025-04-02/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 10577536
|
SIZE (rust/2025-05-12/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 10575040
|
||||||
|
|||||||
@ -47,8 +47,8 @@ https://reviews.llvm.org/D77776
|
|||||||
(false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu),
|
(false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu),
|
||||||
(false, false, false, false, false) => {
|
(false, false, false, false, false) => {
|
||||||
cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU");
|
cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU");
|
||||||
--- vendor/cc-1.2.17/src/tool.rs.orig 2025-04-01 18:22:03 UTC
|
--- vendor/cc-1.2.22/src/tool.rs.orig 2025-04-01 18:22:03 UTC
|
||||||
+++ vendor/cc-1.2.17/src/tool.rs
|
+++ vendor/cc-1.2.22/src/tool.rs
|
||||||
@@ -141,9 +141,7 @@ impl Tool {
|
@@ -141,9 +141,7 @@ impl Tool {
|
||||||
|
|
||||||
match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) {
|
match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) {
|
||||||
@ -60,8 +60,8 @@ https://reviews.llvm.org/D77776
|
|||||||
(false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu),
|
(false, false, true, _, false) | (_, _, _, _, true) => Ok(ToolFamily::Gnu),
|
||||||
(false, false, false, false, false) => {
|
(false, false, false, false, false) => {
|
||||||
cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU");
|
cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU");
|
||||||
--- vendor/cc-1.2.21/src/tool.rs.orig 2025-04-01 18:22:03 UTC
|
--- vendor/cc-1.2.23/src/tool.rs.orig 2025-04-01 18:22:03 UTC
|
||||||
+++ vendor/cc-1.2.21/src/tool.rs
|
+++ vendor/cc-1.2.23/src/tool.rs
|
||||||
@@ -141,9 +141,7 @@ impl Tool {
|
@@ -141,9 +141,7 @@ impl Tool {
|
||||||
|
|
||||||
match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) {
|
match (clang, accepts_cl_style_flags, gcc, emscripten, vxworks) {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
--- vendor/git2-0.20.0/src/lib.rs.orig 2025-02-21 20:02:44 UTC
|
--- vendor/git2-0.20.2/src/lib.rs.orig 2025-02-21 20:02:44 UTC
|
||||||
+++ vendor/git2-0.20.0/src/lib.rs
|
+++ vendor/git2-0.20.2/src/lib.rs
|
||||||
@@ -759,6 +759,7 @@ fn init() {
|
@@ -759,6 +759,7 @@ fn init() {
|
||||||
unix,
|
unix,
|
||||||
not(target_os = "macos"),
|
not(target_os = "macos"),
|
||||||
Loading…
x
Reference in New Issue
Block a user