-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl: 8.9.1 -> 8.10.1 #341259
curl: 8.9.1 -> 8.10.1 #341259
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error: build of '/nix/store/8jrwjg17bvj2l5c2a9gcbqhj9pb9zck3-python3.12-pycurl-7.45.3.drv', '/nix/store/xsbzlq11jp522yq73n6mfyjb24bbxp8q-curlpp-0.8.1.drv' failed
Seems like pycurl / curlpp break after this upgrade as reported on
https://github.com/NixOS/nixpkgs/pull/341259/checks?check_run_id=30041473910
It is a curlpp issue, there is a pending PR for it: jpbarrette/curlpp#171 I'm going to fetch the patch for CVE-2024-8096 in another PR so we can wait a bit to see if some fixes get merged on the curlpp side. |
No failures other than |
Built |
559bfa4
to
8735eef
Compare
8735eef
to
3f41299
Compare
I reported the pycurl issue upstream pycurl/pycurl#856 |
☠️ hypothesis being a bug in curl. :S |
3f41299
to
eec7d19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, it seems to have been a curl bug. It appears fixed in curl 8.10.1.
Hi @LeSuisse, is this ok to merge into staging? |
Nope it's not, I did not got the time to go back to this PR, I take a deeper look later today/this weekend. |
The flag did not work anyway: curl/curl@ae76ebe
Should be good to go. I removed the problematic curl flag usage in curlpp. |
Retrying due to some errors with ofborg |
@ofborg build curl curl.passthru.tests |
Description of changes
Changes:
https://curl.se/ch/8.10.0.html
https://curl.se/ch/8.10.1.html
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.