about summary refs log tree commit diff
path: root/pkgs/tools/security/sudo
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-18 12:31:34 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-12-18 12:31:56 +0100
commit6866712a398f9a96e69bdebbe30295ddd29cc26b (patch)
tree6be349cd89b4fe7c852a1fc61fdb1b50761077eb /pkgs/tools/security/sudo
parent3d5220e691d5e36a53f4463cb4eb42789b8eaca4 (diff)
downloadnixlib-6866712a398f9a96e69bdebbe30295ddd29cc26b.tar
nixlib-6866712a398f9a96e69bdebbe30295ddd29cc26b.tar.gz
nixlib-6866712a398f9a96e69bdebbe30295ddd29cc26b.tar.bz2
nixlib-6866712a398f9a96e69bdebbe30295ddd29cc26b.tar.lz
nixlib-6866712a398f9a96e69bdebbe30295ddd29cc26b.tar.xz
nixlib-6866712a398f9a96e69bdebbe30295ddd29cc26b.tar.zst
nixlib-6866712a398f9a96e69bdebbe30295ddd29cc26b.zip
sudo: Update to 1.8.11p2
Diffstat (limited to 'pkgs/tools/security/sudo')
-rw-r--r--pkgs/tools/security/sudo/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/security/sudo/default.nix b/pkgs/tools/security/sudo/default.nix
index 1448aa93c7d7..783bd1ad7ff3 100644
--- a/pkgs/tools/security/sudo/default.nix
+++ b/pkgs/tools/security/sudo/default.nix
@@ -3,20 +3,20 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "sudo-1.8.11";
+  name = "sudo-1.8.11p2";
 
   src = fetchurl {
     urls =
       [ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
         "ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
       ];
-    sha256 = "0if82pvmz7m3qkj3sc9yy8mpcd7lmbn0mhrgnd1zpszvnpkps5x3";
+    sha256 = "1bd1zf85q15z015268w9vchzwypzalc3v2dnddmwy67s32a88cw1";
   };
 
   configureFlags = [
     "--with-env-editor"
     "--with-editor=/run/current-system/sw/bin/nano"
-    "--with-rundir=/var/run"
+    "--with-rundir=/run"
     "--with-vardir=/var/db/sudo"
     "--with-logpath=/var/log/sudo.log"
     "--with-sendmail=${sendmailPath}"
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  postInstall = 
+  postInstall =
     ''
     rm -f $out/share/doc/sudo/ChangeLog
     '';
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "A command to run commands as root";
 
-    longDescription = 
+    longDescription =
       ''
       Sudo (su "do") allows a system administrator to delegate
       authority to give certain users (or groups of users) the ability