guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508, 7512, 7520,


From: Leo Famulari
Subject: 01/01: gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508, 7512, 7520, 7521, 7522}].
Date: Thu, 22 Jun 2017 01:00:14 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 688c8c674471d9096253086aa3245026e2b2b985
Author: Leo Famulari <address@hidden>
Date:   Thu Jun 22 00:35:16 2017 -0400

    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.
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 98d8bd1..87fea4a 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]