diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2020-05-02 17:56:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2020-05-02 18:02:55 +0200 |
commit | e4aa83be33d7a7bc24ccd77a89fa5dfd0edbf1c5 (patch) | |
tree | 53a949e2f39ffd9a4b73e865f31021c300be294b | |
parent | f7228e317703808a8a193f6db8a3cb6ba5380f2f (diff) |
gnu: openconnect: Update to 8.09 [fixes CVE-2020-12105].
* gnu/packages/vpn.scm (openconnect): Update to 8.09.
-rw-r--r-- | gnu/packages/vpn.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index a9e20049c6..2da1a7c2a4 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2014 Eric Bavier <[email protected]> ;;; Copyright © 2015 Jeff Mickey <[email protected]> ;;; Copyright © 2016, 2017, 2019 Efraim Flashner <[email protected]> -;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Julien Lepiller <[email protected]> ;;; Copyright © 2018 Pierre Langlois <[email protected]> ;;; Copyright © 2018 Meiyo Peng <[email protected]> @@ -245,13 +245,13 @@ the user specifically asks to proxy, so the @dfn{VPN} interface no longer (define-public openconnect (package (name "openconnect") - (version "8.08") + (version "8.09") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.infradead.org/pub/openconnect/" "openconnect-" version ".tar.gz")) (sha256 - (base32 "1s3rjdazx1n5izpcgz05p1sirm7kf4z3gh26dq2h2j5xmgmk0jxp")))) + (base32 "19p91hs6j348qp0v9c7abl3rb8d9ncc37k743qhrn29s9jz0567k")))) (build-system gnu-build-system) (propagated-inputs `(("libxml2" ,libxml2) |