gnu: sudo: Update to 1.8.31 [fixes CVE-2019-18634].
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 30 Jan 2020 23:15:26 +0000 (00:15 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 30 Jan 2020 23:43:18 +0000 (00:43 +0100)
* gnu/packages/admin.scm (sudo): Update to 1.8.31.

gnu/packages/admin.scm

index 371fcc7..26e2693 100644 (file)
@@ -1201,7 +1201,7 @@ system administrator.")
 (define-public sudo
   (package
     (name "sudo")
-    (version "1.8.30")
+    (version "1.8.31")
     (source (origin
               (method url-fetch)
               (uri
@@ -1211,7 +1211,7 @@ system administrator.")
                                     version ".tar.gz")))
               (sha256
                (base32
-                "1rvrqlqrrjsd06dczgj9cwjdkpkqil5zzlwh87h06ms6qzfx6nm3"))
+                "0ks5mm9hda5idivncyfpiz4lrd8fv0dpmsl711788k7f7ixdka3y"))
               (modules '((guix build utils)))
               (snippet
                '(begin