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.12p1 [fixes CVE-2022-439


From: guix-commits
Subject: branch master updated: gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].
Date: Mon, 07 Nov 2022 12:45:21 -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 b6bc52ff8c gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].
b6bc52ff8c is described below

commit b6bc52ff8c82bf392f0cf718a1d99e99d820177c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 6 01:00:01 2022 +0100

    gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].
    
    * gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
---
 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 273dffbc18..45e7a11050 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1930,7 +1930,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.9.12")
+    (version "1.9.12p1")
     (source (origin
               (method url-fetch)
               (uri
@@ -1940,7 +1940,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "0qk3ilb35gcnqg7jyx1r22r0zc9xk2zk9zda9n1mc30pi0w765fy"))
+                "1n5ppabp9ark1qz7xi63528s07pmpak67c7agj8v5a1xxfl1hnj7"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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