gnu: sudo: Update to 1.8.24.

* gnu/packages/admin.scm (sudo): Update to 1.8.24.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-18 21:17:15 +02:00
parent f35c3bbb68
commit 8e950ee99c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -963,7 +963,7 @@ (define-public rottlog
(define-public sudo
(package
(name "sudo")
(version "1.8.23")
(version "1.8.24")
(source (origin
(method url-fetch)
(uri
@ -973,7 +973,7 @@ (define-public sudo
version ".tar.gz")))
(sha256
(base32
"0yg62wq8rcrbr7qvh3wgfg2g4bwanbi50cr2lf2cfyy8dydx4qyq"))
"1s2v49n905wf3phmdnaa6v1dwck2lrcin0flg85z7klf35x5b25l"))
(modules '((guix build utils)))
(snippet
'(begin
@ -983,7 +983,7 @@ (define-public sudo
(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"