mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: sudo: Update to 1.8.21p2.
* gnu/packages/admin.scm (sudo): Update to 1.8.21p2.
This commit is contained in:
parent
eb28a777b5
commit
4b052c6a4d
1 changed files with 4 additions and 3 deletions
|
@ -818,7 +818,7 @@ (define-public rottlog
|
||||||
(define-public sudo
|
(define-public sudo
|
||||||
(package
|
(package
|
||||||
(name "sudo")
|
(name "sudo")
|
||||||
(version "1.8.20p2")
|
(version "1.8.21p2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -828,7 +828,7 @@ (define-public sudo
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1na5likm1srnd1g5sjx7b0543sczw0yppacyqsazfdg9b48awhmx"))
|
"0s33szq6q59v5s377l4v6ybsdy7pfq6sz7y364j4x09ssdn79ibl"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file-recursively "lib/zlib"))))
|
'(delete-file-recursively "lib/zlib"))))
|
||||||
|
@ -871,7 +871,8 @@ (define-public sudo
|
||||||
"$(TMPDIR)/dummy")
|
"$(TMPDIR)/dummy")
|
||||||
(("\\$\\(DESTDIR\\)\\$\\(vardir\\)")
|
(("\\$\\(DESTDIR\\)\\$\\(vardir\\)")
|
||||||
;; Don't try to create /var/db/sudo.
|
;; Don't try to create /var/db/sudo.
|
||||||
"$(TMPDIR)/dummy")))))
|
"$(TMPDIR)/dummy"))
|
||||||
|
#t)))
|
||||||
|
|
||||||
;; XXX: The 'testsudoers' test series expects user 'root' to exist, but
|
;; XXX: The 'testsudoers' test series expects user 'root' to exist, but
|
||||||
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
|
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
|
||||||
|
|
Loading…
Reference in a new issue