mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: openconnect: Update to 8.10 [fixes CVE-2020-12823].
* gnu/packages/vpn.scm (openconnect): Update to 8.10.
This commit is contained in:
parent
dfc414c489
commit
57b13d1cc0
1 changed files with 2 additions and 2 deletions
|
@ -247,13 +247,13 @@ the user specifically asks to proxy, so the @dfn{VPN} interface no longer
|
||||||
(define-public openconnect
|
(define-public openconnect
|
||||||
(package
|
(package
|
||||||
(name "openconnect")
|
(name "openconnect")
|
||||||
(version "8.09")
|
(version "8.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.infradead.org/pub/openconnect/"
|
(uri (string-append "ftp://ftp.infradead.org/pub/openconnect/"
|
||||||
"openconnect-" version ".tar.gz"))
|
"openconnect-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19p91hs6j348qp0v9c7abl3rb8d9ncc37k743qhrn29s9jz0567k"))))
|
(base32 "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue