-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
Clean up git-series packaging, use OpenSSL 1.1 #71334
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.
LGTM, though upstream really needs to make a release soon. Things like having problems with latest rust and OpenSSL 1.1 isn't going to be good for them. Judging from recent commit activity I hope there will be one.
We could update to an unstable commit, but patching is just really the best way to go.
This replaces the vendored copy from curl-sys.
This replaces the vendored copy from libgit2-sys.
Oh! That's a pleasant surprise. When I wrote this originally (and mailed it out for upstreaming), there hadn't been any activity in 3 years. |
Hmm, judging from
maybe more advisable to use an unstable version? |
Perhaps, but this patch is strictly more conservative than that. I have more confidence in this version than in an unreleased version that upgrades major versions of more complex dependencies. |
Correct, and you volunteer to maintain this anyway 👍 |
Motivation for this change
This cleans up the git-series packaging to use fewer vendored native libraries, and minimally upgrades some of the Cargo dependencies to allow using recent versions of OpenSSL.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @vmandela