guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: openvpn: Update to 2.4.9 [fixes CVE-2020-11810].


From: guix-commits
Subject: 01/03: gnu: openvpn: Update to 2.4.9 [fixes CVE-2020-11810].
Date: Tue, 19 May 2020 09:41:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c5a2b70135c9830e9c3051ddf4a096f9a80eb952
Author: Marius Bakke <address@hidden>
AuthorDate: Tue May 19 10:44:02 2020 +0200

    gnu: openvpn: Update to 2.4.9 [fixes CVE-2020-11810].
    
    * gnu/packages/vpn.scm (openvpn): Update to 2.4.9.
---
 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 e06a83b..da88149 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -282,7 +282,7 @@ and probably others.")
 (define-public openvpn
   (package
     (name "openvpn")
-    (version "2.4.8")
+    (version "2.4.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -290,7 +290,7 @@ and probably others.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "149z3agjy03i66mcj5bplim2mh45s2ps1wmxbxczyzw0nxmsd37v"))))
+                "1qpbllwlha7cffsd5dlddb8rl22g9rar5zflkz1wrcllhvfkl7v4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-iproute2=yes")))



reply via email to

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