guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: sudo: Update to 1.8.24.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: sudo: Update to 1.8.24.
Date: Sat, 18 Aug 2018 15:20:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8e950ee99c007caa439fd62005f5576edf82bb83
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 18 21:17:15 2018 +0200

    gnu: sudo: Update to 1.8.24.
    
    * gnu/packages/admin.scm (sudo): Update to 1.8.24.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 07fdc6b..c9230c3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -963,7 +963,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.8.23")
+    (version "1.8.24")
     (source (origin
               (method url-fetch)
               (uri
@@ -973,7 +973,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "0yg62wq8rcrbr7qvh3wgfg2g4bwanbi50cr2lf2cfyy8dydx4qyq"))
+                "1s2v49n905wf3phmdnaa6v1dwck2lrcin0flg85z7klf35x5b25l"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -983,7 +983,7 @@ system administrator.")
     (arguments
      `(#:configure-flags
        (list "--with-logpath=/var/log/sudo.log"
-             "--with-rundir=/var/run/sudo"    ;must be cleaned up at boot time
+             "--with-rundir=/var/run/sudo" ; must be cleaned up at boot time
              "--with-vardir=/var/db/sudo"
              "--with-iologdir=/var/log/sudo-io"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]