me
/
guix
Archived
1
0
Fork 0

gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25016].

* gnu/packages/admin.scm (opendoas): Update to 6.8.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Brice Waegeneire 2021-01-31 20:41:07 +01:00 committed by Leo Famulari
parent 041a9466ea
commit 9c8156507a
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -1512,7 +1512,7 @@ commands and their arguments.")
(define-public opendoas
(package
(name "opendoas")
(version "6.8")
(version "6.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1521,7 +1521,7 @@ commands and their arguments.")
(file-name (git-file-name name version))
(sha256
(base32
"1dlwnvy8r6slxcy260gfkximp1ms510wdslpfq9y6xvd2qi5izcb"))))
"0gfcssm21vdfg6kcrcc7hz1h4jmhy2zv29rfqyrrj3a6r9b5ah8p"))))
(build-system gnu-build-system)
(arguments
`(#:phases