Skip to content

Commit

Permalink
sudo: 1.8.20p1 -> 1.8.20p2
Browse files Browse the repository at this point in the history
(cherry picked from commit 47f7aa9)

Fixes CVE-2017-1000368
  • Loading branch information
fpletz authored and rickynils committed Aug 14, 2017
1 parent 10f0290 commit 65752b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/sudo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
}:

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

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

prePatch = ''
Expand Down

0 comments on commit 65752b2

Please sign in to comment.