~ruther/guix-local

688c8c674471d9096253086aa3245026e2b2b985 — Leo Famulari 8 years ago f70f340
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.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/vpn.scm
M gnu/packages/vpn.scm => gnu/packages/vpn.scm +2 -2
@@ 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")))