guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25


From: guix-commits
Subject: branch master updated: gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25016].
Date: Sun, 31 Jan 2021 15:06:13 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9c81565  gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25016].
9c81565 is described below

commit 9c8156507abeb15f6d3816800c077fd99f861e3d
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sun Jan 31 20:41:07 2021 +0100

    gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25016].
    
    * gnu/packages/admin.scm (opendoas): Update to 6.8.1.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 538e8d3..1ddbea7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1512,7 +1512,7 @@ commands and their arguments.")
 (define-public opendoas
   (package
     (name "opendoas")
-    (version "6.8")
+    (version "6.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1521,7 +1521,7 @@ commands and their arguments.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dlwnvy8r6slxcy260gfkximp1ms510wdslpfq9y6xvd2qi5izcb"))))
+                "0gfcssm21vdfg6kcrcc7hz1h4jmhy2zv29rfqyrrj3a6r9b5ah8p"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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