mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
9b176a05f9
commit
ca4ab89ddd
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue