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.12p2 [fixes CVE-2023-228


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.12p2 [fixes CVE-2023-22809].
Date: Wed, 18 Jan 2023 11:17:48 -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 f088763356 gnu: sudo: Update to 1.9.12p2 [fixes CVE-2023-22809].
f088763356 is described below

commit f088763356e88c4911ee933fdafcad6ed66a7aa3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:01 2023 +0100

    gnu: sudo: Update to 1.9.12p2 [fixes CVE-2023-22809].
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.12p2.
---
 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 9efedda74a..5cea17d562 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1968,7 +1968,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.12p1")
+    (version "1.9.12p2")
     (source (origin
               (method url-fetch)
               (uri
@@ -1978,7 +1978,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "1n5ppabp9ark1qz7xi63528s07pmpak67c7agj8v5a1xxfl1hnj7"))
+                "0fc55axh2hfd8hn66dpmyrrgb0gf0nz71zpaygkrpp8x1ypb385r"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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