diff mbox series

[bug#57198] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].

Message ID 20220814043656.26839-1-kiasoc5@disroot.org
State Accepted
Headers show
Series [bug#57198] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

kiasoc5 Aug. 14, 2022, 4:36 a.m. UTC
* gnu/packages/hardware.scm (usbguard): Update to 1.1.1.
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tobias Geerinckx-Rice Aug. 14, 2022, 1:48 p.m. UTC | #1
Hi,

kiasoc5 via Guix-patches via 写道:
> * gnu/packages/hardware.scm (usbguard): Update to 1.1.1.

Thanks!

>      ;; Note: Use a recent snapshot to get compatibility with 
>      newer system
>      ;; libraries.

This comment is now no longer true, so it should be removed.

Done in ca4ab89ddd4bbc46c54bcac160fd5a28b979edc3.

Closing,

T G-R
diff mbox series

Patch

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 68c4667662..cfd667d757 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1149,7 +1149,7 @@  (define-public usbguard
     (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 +1157,7 @@  (define-public usbguard
                     (commit (string-append "usbguard-" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0rc0213qsfap3sgx9m3m1kppxbjl2fdwmzlbn5rbmn1i33125dfi"))))
+               (base32 "0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases