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>
This commit is contained in:
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

View file

@ -1512,7 +1512,7 @@ (define-public sudo
(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 @@ (define-public opendoas
(file-name (git-file-name name version))
(sha256
(base32
"1dlwnvy8r6slxcy260gfkximp1ms510wdslpfq9y6xvd2qi5izcb"))))
"0gfcssm21vdfg6kcrcc7hz1h4jmhy2zv29rfqyrrj3a6r9b5ah8p"))))
(build-system gnu-build-system)
(arguments
`(#:phases