guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoed


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoedit].
Date: Tue, 12 Jan 2021 03:12:30 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f849b05  gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoedit].
f849b05 is described below

commit f849b057473c6df55684d101bdd1e35f70d479e3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 12 09:08:29 2021 +0100

    gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoedit].
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.5p1.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c67910a..d1a3a71 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1402,7 +1402,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.5")
+    (version "1.9.5p1")
     (source (origin
               (method url-fetch)
               (uri
@@ -1412,7 +1412,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "19c39s7fgzjd655g4lgw2gvx448d7blyz8fmb1l0gmhzwxnv261p"))
+                "10kqdfbfpf3vk5ihz5gwynv4pxdf1lg6ircrlanyygb549yg7pad"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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