Skip to content

curl: 8.12.1 -> 8.13.0#396200

Merged
Scrumplex merged 2 commits intoNixOS:stagingfrom
MisileLab:curl
Apr 27, 2025
Merged

curl: 8.12.1 -> 8.13.0#396200
Scrumplex merged 2 commits intoNixOS:stagingfrom
MisileLab:curl

Conversation

@MisileLab
Copy link
Contributor

https://curl.se/ch/8.13.0.html
https://daniel.haxx.se/blog/2025/04/02/curl-8-13-0
https://github.com/curl/curl/releases/tag/curl-8_13_0

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. labels Apr 5, 2025
@nix-owners nix-owners bot requested review from Scrumplex and lovek323 April 5, 2025 04:47
@Scrumplex
Copy link
Member

This seems to break cmake currently.

We need to backport https://gitlab.kitware.com/cmake/cmake/-/commit/1b0c92a3a1b782ff3e1c4499b6ab8db614d45bcd

@lf-
Copy link
Member

lf- commented Apr 11, 2025

Please add this one as a patch; lix 2.92 and up experiences a serious regression without it: curl/curl@5fbd78e

for details on our saga of pain see https://git.lix.systems/lix-project/lix/issues/662

@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one person. label Apr 12, 2025
Copy link
Member

@lf- lf- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looked at this again since it stalled. I am not comfortable hitting the merge button myself since I am not a regular curl maintainer and am not super familiar with these types of large scale package changes. However, I think someone should hit the merge button once the curl nixpkgs maintainers look at it.

Copy link
Member

@Scrumplex Scrumplex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All tests pass on x86_64-linux (Note that I rebased the two commits onto master)

@Scrumplex Scrumplex merged commit 262d997 into NixOS:staging Apr 27, 2025
28 checks passed
@MisileLab MisileLab deleted the curl branch April 28, 2025 04:01
lf- pushed a commit to lix-project/lix that referenced this pull request Jun 13, 2025
We upgrade to 25.05 release, which contains the curl commit
curl/curl@5fbd78e
done in
NixOS/nixpkgs#396200 (comment).

This fixes HTTP transfers generating arbitrary errors and possibly
failing unusually.

Users who are already depending on 25.05-small or a recent unstable
already had the fix.

Special mention to the Linux kernel who gave me the opportunity to get
on a 24 hours bisection side quest to fix the local release engineering
test.

Special thanks to everyone who had to endure me ranting.

Change-Id: I866caf65d5ea103f1fa5eccd57df8031c9eacda0
Co-authored-by: eldritch horrors <pennae@lix.systems>
Co-authored-by: helle <helle@h3l.li>
Signed-off-by: Raito Bezarius <raito@lix.systems>
lf- pushed a commit to lix-project/lix that referenced this pull request Jun 19, 2025
We upgrade to 25.05 release, which contains the curl commit
curl/curl@5fbd78e
done in
NixOS/nixpkgs#396200 (comment).

This fixes HTTP transfers generating arbitrary errors and possibly
failing unusually.

Users who are already depending on 25.05-small or a recent unstable
already had the fix.

Special mention to the Linux kernel who gave me the opportunity to get
on a 24 hours bisection side quest to fix the local release engineering
test.

Special thanks to everyone who had to endure me ranting.

Change-Id: I866caf65d5ea103f1fa5eccd57df8031c9eacda0
Co-authored-by: eldritch horrors <pennae@lix.systems>
Co-authored-by: helle <helle@h3l.li>
Signed-off-by: Raito Bezarius <raito@lix.systems>
(cherry picked from commit 1e34c37)
@dot-file dot-file mentioned this pull request Aug 20, 2025
13 tasks
dot-file added a commit to dot-file/nixpkgs that referenced this pull request Aug 21, 2025
The curl issue that made 2.92 and up unstable has been solved:
- https://git.lix.systems/lix-project/lix/issues/662#issuecomment-10236
- NixOS#396200

So there doesn't seem to be a reason not to make "stable" default to 2.93
lf- pushed a commit to lix-project/lix that referenced this pull request Sep 10, 2025
We upgrade to 25.05 release, which contains the curl commit
curl/curl@5fbd78e
done in
NixOS/nixpkgs#396200 (comment).

This fixes HTTP transfers generating arbitrary errors and possibly
failing unusually.

Users who are already depending on 25.05-small or a recent unstable
already had the fix.

Special mention to the Linux kernel who gave me the opportunity to get
on a 24 hours bisection side quest to fix the local release engineering
test.

Special thanks to everyone who had to endure me ranting.

Change-Id: I866caf65d5ea103f1fa5eccd57df8031c9eacda0
Co-authored-by: eldritch horrors <pennae@lix.systems>
Co-authored-by: helle <helle@h3l.li>
Co-authored-by: Alois Wohlschlager <alois1@gmx-topmail.de>
Signed-off-by: Raito Bezarius <raito@lix.systems>
lf- pushed a commit to lix-project/lix that referenced this pull request Sep 10, 2025
We upgrade to 25.05 release, which contains the curl commit
curl/curl@5fbd78e
done in
NixOS/nixpkgs#396200 (comment).

This fixes HTTP transfers generating arbitrary errors and possibly
failing unusually.

Users who are already depending on 25.05-small or a recent unstable
already had the fix.

Special mention to the Linux kernel who gave me the opportunity to get
on a 24 hours bisection side quest to fix the local release engineering
test.

Special thanks to everyone who had to endure me ranting.

Change-Id: I866caf65d5ea103f1fa5eccd57df8031c9eacda0
Co-authored-by: eldritch horrors <pennae@lix.systems>
Co-authored-by: helle <helle@h3l.li>
Co-authored-by: Alois Wohlschlager <alois1@gmx-topmail.de>
Signed-off-by: Raito Bezarius <raito@lix.systems>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants