gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoedit].
* gnu/packages/admin.scm (sudo): Update to 1.9.5p1.
This commit is contained in:
parent
81c07be72a
commit
f849b05747
1 changed files with 2 additions and 2 deletions
|
|
@ -1402,7 +1402,7 @@ system administrator.")
|
||||||
(define-public sudo
|
(define-public sudo
|
||||||
(package
|
(package
|
||||||
(name "sudo")
|
(name "sudo")
|
||||||
(version "1.9.5")
|
(version "1.9.5p1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
|
@ -1412,7 +1412,7 @@ system administrator.")
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19c39s7fgzjd655g4lgw2gvx448d7blyz8fmb1l0gmhzwxnv261p"))
|
"10kqdfbfpf3vk5ihz5gwynv4pxdf1lg6ircrlanyygb549yg7pad"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
|
||||||
Reference in a new issue