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>
This commit is contained in:
kiasoc5 via Guix-patches via 2022-08-14 00:36:57 -04:00 committed by Tobias Geerinckx-Rice
parent 9b176a05f9
commit ca4ab89ddd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1147,9 +1147,7 @@ (define-public libqb
(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 @@ (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
(list