apteryx pushed a commit to branch master
in repository guix.

commit ef7b74f835d25eed08c9b460b24f5e05d0565fa5
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Nov 6 00:13:54 2024 +0100

    gnu: openvpn: Update to 2.6.12. [security fixes]
    
    Thix fixes CVE-2024-24974, CVE-2024-27459 and CVE-2024-27903.
    
    * gnu/packages/vpn.scm (openvpn): Update to 2.6.12.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 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 9ee1f95af7..9648c502cc 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -868,7 +868,7 @@ this process.  It is compatible with Fortinet VPNs.")
 (define-public openvpn
   (package
     (name "openvpn")
-    (version "2.6.7")
+    (version "2.6.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -876,7 +876,7 @@ this process.  It is compatible with Fortinet VPNs.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "04wr0g97nmv81javym8r99mglmb86v1i49xmnmzf938x1cs7g67f"))))
+                "0a8r3bvg4aic9b7dix0h7990g3j1gq17wd3w6vqk8vk8xgfhyq8w"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-iproute2=yes")))

Reply via email to