guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openvpn: Update to 2.5.1 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: openvpn: Update to 2.5.1 [security fixes].
Date: Wed, 10 Mar 2021 23:32:48 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ee8e4ba  gnu: openvpn: Update to 2.5.1 [security fixes].
ee8e4ba is described below

commit ee8e4ba7aa39289746fe7ffb129d448e6cca78b4
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 11 05:31:54 2021 +0100

    gnu: openvpn: Update to 2.5.1 [security fixes].
    
    Non-exhaustively, fixes CVE-2020-7224.
    
    * gnu/packages/vpn.scm (openvpn): Update to 2.5.1.
---
 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 76af758..f18dc67 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -388,7 +388,7 @@ this process.  It is compatible with Fortinet VPNs.")
 (define-public openvpn
   (package
     (name "openvpn")
-    (version "2.4.10")
+    (version "2.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -396,7 +396,7 @@ this process.  It is compatible with Fortinet VPNs.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0xx378ja2rdfaayc257z0z5ddsp8h0jcpqnd1a6bdw3rlsam6a6g"))))
+                "157ikzap2bbkzx34hkh33bpk2i14xjx1x3pkadhmzh1pr24h94s0"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-iproute2=yes")))



reply via email to

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