guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].


From: guix-commits
Subject: 03/04: gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].
Date: Sun, 14 Aug 2022 12:37:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ca4ab89ddd4bbc46c54bcac160fd5a28b979edc3
Author: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Aug 14 00:36:57 2022 -0400

    gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].
    
    * gnu/packages/hardware.scm (usbguard): Update to 1.1.1.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/hardware.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index bc44dbe6ea..d47be7a55d 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1147,9 +1147,7 @@ applications.")
 (define-public usbguard
   (package
     (name "usbguard")
-    ;; Note: Use a recent snapshot to get compatibility with newer system
-    ;; libraries.
-    (version "1.0.0-55-g466f1f0")
+    (version "1.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1157,7 +1155,7 @@ applications.")
                     (commit (string-append "usbguard-" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"0rc0213qsfap3sgx9m3m1kppxbjl2fdwmzlbn5rbmn1i33125dfi"))))
+               (base32 
"0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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