Skip to content

Commit

Permalink
git: 2.16.4 -> 2.16.5 (CVE-2018-17456)
Browse files Browse the repository at this point in the history
  • Loading branch information
edef1c committed Oct 5, 2018
1 parent 862fb52 commit d90b6ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}:

let
version = "2.16.4";
version = "2.16.5";
svn = subversionClient.override { perlBindings = true; };
in

Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "0cnmidjvbdf81mybcvxvl0c2r2x2nvq2jj2dl59dmrc7qklv0sbf";
sha256 = "0qiqlrmzs3714dll54iqnviv8472xasyhbwcn32sjf5w7h2ipdyz";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit d90b6ca

Please sign in to comment.