Skip to content
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

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from
Draft

curl: 8.9.1 -> 8.10.1 #341259

wants to merge 1 commit into from

Conversation

LeSuisse
Copy link
Contributor

@LeSuisse LeSuisse commented Sep 11, 2024

Description of changes

Changes:
https://curl.se/ch/8.10.0.html
https://curl.se/ch/8.10.1.html

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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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.

Copy link
Member

@fabianhjr fabianhjr left a 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

@LeSuisse
Copy link
Contributor Author

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.

@risicle
Copy link
Contributor

risicle commented Sep 15, 2024

No failures other than curlpp and pycurl building curl.tests on macos 12 x86_64.

@risicle
Copy link
Contributor

risicle commented Sep 15, 2024

Built pkgsStatic.curl.tests.withCheck, pkgsMusl.curl.tests.withCheck, pkgsCross.aarch64-multiplatform.curl & pkgsi686Linux.curl.tests.withCheck on nixos x86_64.

@LeSuisse
Copy link
Contributor Author

I reported the pycurl issue upstream pycurl/pycurl#856

@fabianhjr
Copy link
Member

pycurl/pycurl#856 (comment)

☠️ hypothesis being a bug in curl. :S

@LeSuisse LeSuisse changed the title curl: 8.9.1 -> 8.10.0 curl: 8.9.1 -> 8.10.1 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants