Skip to content

Commit

Permalink
Merge pull request #47926 from edef1c/git-2.16.5
Browse files Browse the repository at this point in the history
git: 2.16.4 -> 2.16.5 (CVE-2018-17456)
  • Loading branch information
andir committed Oct 5, 2018
2 parents 862fb52 + d90b6ca commit a8e307e
Showing 1 changed file with 2 additions and 2 deletions.
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 a8e307e

Please sign in to comment.