[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v2 19/26] gnu: openvpn: Update to 2.6.12. [security f
From: |
Nicolas Graves |
Subject: |
[bug#74035] [PATCH v2 19/26] gnu: openvpn: Update to 2.6.12. [security fixes] |
Date: |
Sun, 3 Nov 2024 17:02:14 +0100 |
Thix fixes CVE-2024-24974, CVE-2024-27459 and CVE-2024-27903.
* gnu/packages/vpn.scm (openvpn): Update to 2.6.12.
---
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 9f36595bfd..193b247779 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -867,7 +867,7 @@ (define-public openfortivpn
(define-public openvpn
(package
(name "openvpn")
- (version "2.6.7")
+ (version "2.6.12")
(source (origin
(method url-fetch)
(uri (string-append
@@ -875,7 +875,7 @@ (define-public openvpn
version ".tar.gz"))
(sha256
(base32
- "04wr0g97nmv81javym8r99mglmb86v1i49xmnmzf938x1cs7g67f"))))
+ "0a8r3bvg4aic9b7dix0h7990g3j1gq17wd3w6vqk8vk8xgfhyq8w"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))
--
2.46.0
- [bug#74035] [PATCH v2 06/26] gnu: bart: Update to 0.9.00. [security fixes], (continued)
- [bug#74035] [PATCH v2 06/26] gnu: bart: Update to 0.9.00. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 09/26] gnu: darkhttpd: Update to 1.16. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 16/26] gnu: libzapojit: Update to 0.0.3-1.99d49ba. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 21/26] gnu: youtube-dl: Deprecate package., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 26/26] gnu: snapcast: Update to 0.29.0. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 24/26] gnu: rnp: Update to 0.17.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 13/26] gnu: indent: Add patch for CVE-2024-0911. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 18/26] gnu: sendmail: Update to 8.18.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 19/26] gnu: openvpn: Update to 2.6.12. [security fixes],
Nicolas Graves <=
- [bug#74035] [PATCH v2 17/26] gnu: gifsicle: Update to 1.95. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 14/26] gnu: squashfs-tools: Update to 4.6.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 22/26] gnu: unicorn: Update to 2.1.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 01/26] gnu: libyang: Update to 3.4.2. [security fixes], Zheng Junjie, 2024/11/04