guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].


From: Marius Bakke
Subject: 01/01: gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].
Date: Tue, 30 May 2017 11:40:36 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit eea879d74ca013bf370ef95f10cb7da0828eeff6
Author: Marius Bakke <address@hidden>
Date:   Tue May 30 17:29:59 2017 +0200

    gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].
    
    * gnu/packages/admin.scm (sudo): Update to 1.8.20p1.
---
 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 e80dc58..ba0d7f6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -802,7 +802,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.8.19p1")
+    (version "1.8.20p1")
     (source (origin
               (method url-fetch)
               (uri
@@ -812,7 +812,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "14pwdwl03kdbbyjkvxrfx409x3c1fjqz8aqz2wgwddinhz7v3bxq"))))
+                "07fvh8qy0l1h93lccc625f48d8yp0pkp5rjjykq13pb07ar0x64y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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