-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
git: 2.25.1 -> 2.26.1 #85263
git: 2.25.1 -> 2.26.1 #85263
Conversation
This version addresses CVE-2020-5260. See https://lore.kernel.org/lkml/xmqqy2qy7xn8.fsf@gitster.c.googlers.com/
@@ -189,7 +189,7 @@ stdenv.mkDerivation { | |||
ln -s $out/libexec/git-core/git-http-backend $out/bin/git-http-backend | |||
'' + stdenv.lib.optionalString perlSupport '' | |||
# wrap perl commands | |||
makeWrapper "$out/share/git/contrib/credential/netrc/git-credential-netrc" $out/bin/git-credential-netrc \ | |||
makeWrapper "$out/share/git/contrib/credential/netrc/git-credential-netrc.perl" $out/bin/git-credential-netrc \ |
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.
This was due to git/git@1c78c78
If the minor version bump isn't kosher then I also opened #85277 (git: 2.25.1 -> 2.25.3). |
For |
What's the difference between the |
|
Motivation for this change
v2.26.1 addresses CVE-2020-5260 as detailed here: https://lore.kernel.org/lkml/xmqqy2qy7xn8.fsf@gitster.c.googlers.com/
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)