pacman: update to 7.1.0, fix deadlock with curl 8.20+. - #62357
Open
oreo639 wants to merge 1 commit into
Open
Conversation
oreo639
force-pushed
the
pacman
branch
2 times, most recently
from
September 3, 2026 06:04
a2b4435 to
48a3600
Compare
curl 8.20+ introduced a deadlock in pacman when using curl after calling fork. This was ultimately determined to be the result of improper usage of the library: curl/curl#21466 A patch was submitted to pacman, but it has not been merged: https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/360 https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/361 Arch Linux patches it downstream (along with most other distros): https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/387ebf06060fd5f4ccd2b5281789b11d30c09358
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
curl 8.20+ introduced a deadlock in pacman when using curl after calling fork.
This was ultimately determined to be the result of improper usage of the library: curl/curl#21466
A patch was submitted to pacman, but it has not been merged:
https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/360
https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/361
Arch Linux patches it downstream (along with most other distros): https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/387ebf06060fd5f4ccd2b5281789b11d30c09358
Testing the changes