unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57198] [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].
@ 2022-08-14  4:36 kiasoc5 via Guix-patches via
  2022-08-14 13:03 ` [bug#57198] [PATCH] gnu: usbguard: Use new package style kiasoc5 via Guix-patches via
  2022-08-14 13:48 ` bug#57198: [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058] Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-08-14  4:36 UTC (permalink / raw)
  To: 57198; +Cc: kiasoc5

* gnu/packages/hardware.scm (usbguard): Update to 1.1.1.
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-14 16:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-14  4:36 [bug#57198] [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058] kiasoc5 via Guix-patches via
2022-08-14 13:03 ` [bug#57198] [PATCH] gnu: usbguard: Use new package style kiasoc5 via Guix-patches via
2022-08-14 13:48 ` bug#57198: [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058] Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).