Skip to content

Commit

Permalink
sudo: 1.8.20 -> 1.8.20p1, fixes CVE-2017-1000367
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed May 30, 2017
1 parent 8b273b6 commit 3c0114d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/sudo/default.nix
Expand Up @@ -4,14 +4,14 @@
}:

stdenv.mkDerivation rec {
name = "sudo-1.8.20";
name = "sudo-1.8.20p1";

src = fetchurl {
urls =
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
];
sha256 = "1q70f2wqbpgq828xmfzidbhyll5p08qbj7f3p2sw2v4whpdbi5wy";
sha256 = "07fvh8qy0l1h93lccc625f48d8yp0pkp5rjjykq13pb07ar0x64y";
};

configureFlags = [
Expand Down

0 comments on commit 3c0114d

Please sign in to comment.