Skip to content

[stable 1.94] Downgrade curl-sys to 0.4.83#16787

Merged
weihanglo merged 1 commit intorust-lang:rust-1.94.0from
arlosi:rust-1.94.0
Mar 24, 2026
Merged

[stable 1.94] Downgrade curl-sys to 0.4.83#16787
weihanglo merged 1 commit intorust-lang:rust-1.94.0from
arlosi:rust-1.94.0

Conversation

@arlosi
Copy link
Copy Markdown
Contributor

@arlosi arlosi commented Mar 24, 2026

Stable backport of #16570 to fix certificate validation errors on FreeBSD.

cc #16357
r? @weihanglo

Stable backport of rust-lang#16570 to fix certificate validation errors on FreeBSD.

CC rust-lang#16357
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 24, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Mar 24, 2026

⚠️ Warning ⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against rust-1.94.0. Please double check that you specified the right target!

@weihanglo weihanglo enabled auto-merge March 24, 2026 21:14
@weihanglo weihanglo merged commit 29ea6fb into rust-lang:rust-1.94.0 Mar 24, 2026
31 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 24, 2026
arlosi added a commit to arlosi/rust that referenced this pull request Mar 24, 2026
1 commits in 292f395c297d4f99171325b0842ac4ea4ff3b386..29ea6fb6a5db279426f4cc4e17aa385f05a0cfbc
2026-03-21 06:42:37 -0500 to 2026-03-24 17:37:48 -0400
- [stable 1.94] Downgrade curl-sys to 0.4.83 (rust-lang/cargo#16787)
rust-bors bot pushed a commit to rust-lang/rust that referenced this pull request Mar 25, 2026
Cargo stable backports

1 commits in 292f395c297d4f99171325b0842ac4ea4ff3b386..29ea6fb6a5db279426f4cc4e17aa385f05a0cfbc
2026-03-21 06:42:37 -0500 to 2026-03-24 17:37:48 -0400
- [stable 1.94] Downgrade curl-sys to 0.4.83 (rust-lang/cargo#16787)

Update release notes to mention the Cargo fix and fix broken link.
@rustbot rustbot added this to the 1.94.1 milestone Mar 25, 2026
CleanCut added a commit to Oxen-AI/Oxen that referenced this pull request Mar 26, 2026
From the [blog
post](https://blog.rust-lang.org/2026/03/26/1.94.1-release/)

## What's in 1.94.1

Rust 1.94.1 resolves three regressions that were introduced in the
1.94.0 release.

- [Fix std::thread::spawn on
wasm32-wasip1-threads](rust-lang/rust#153634)
- [Remove new methods added to
std::os::windows::fs::OpenOptionsExt](rust-lang/rust#153491)
The new methods were unstable, but the trait itself is not sealed and so
cannot be extended with non-default methods.
- [Clippy: fix ICE in
match_same_arms](rust-lang/rust-clippy#16685)
- [Cargo: downgrade curl-sys to
0.4.83](rust-lang/cargo#16787) This fixes
certificate validation error for some users on some versions of FreeBSD.
See [this issue](rust-lang/cargo#16357) for
more details.

And a security fix:

- [Cargo: Update tar to
0.4.45](rust-lang/cargo#16769) This resolves
[CVE-2026-33055](https://www.cve.org/CVERecord?id=CVE-2026-33055) and
[CVE-2026-33056](https://www.cve.org/CVERecord?id=CVE-2026-33056). Users
of crates.io are not affected. See
[blog](https://blog.rust-lang.org/2026/03/21/cve-2026-33056/) for more
details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants