diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-22 00:35:16 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-22 01:00:03 -0400 |
commit | 688c8c674471d9096253086aa3245026e2b2b985 (patch) | |
tree | d27e11bee0320d2ced8ece133b2d5b70111b91df /gnu/packages/vpn.scm | |
parent | f70f3407ca5e62bfe5086b1b5887d93d898d658e (diff) | |
download | guix-688c8c674471d9096253086aa3245026e2b2b985.tar guix-688c8c674471d9096253086aa3245026e2b2b985.tar.gz |
gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508,7512,7520,7521,7522}].
See 'Changes.rst' in the source distribution for more information about the
security-related changes.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.3.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 98d8bd115d..87fea4a47a 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -153,7 +153,7 @@ and probably others.") (define-public openvpn (package (name "openvpn") - (version "2.4.2") + (version "2.4.3") (source (origin (method url-fetch) (uri (string-append @@ -161,7 +161,7 @@ and probably others.") version ".tar.xz")) (sha256 (base32 - "1ydzy5i7yaifz0v1ivrckksvm0nkkx5sia3g5y5b1xkx9cw4yp6z")))) + "1yrnvvnap2ghqas10l8jfg3njx57b8swh3n9wyp556qqgz4mzq8m")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-iproute2=yes"))) |