[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: openvpn: Update to 2.6.7.
From: |
guix-commits |
Subject: |
07/10: gnu: openvpn: Update to 2.6.7. |
Date: |
Mon, 11 Dec 2023 17:50:38 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit d74faef4f7f451edcda13f3b5297217cc041e1c1
Author: Sergey Trofimov <sarg@sarg.org.ru>
AuthorDate: Sat Dec 2 18:24:55 2023 +0100
gnu: openvpn: Update to 2.6.7.
* gnu/packages/vpn.scm (openvpn): Update to 2.6.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/vpn.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 489a35da42..02c1ee1043 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -838,7 +838,7 @@ this process. It is compatible with Fortinet VPNs.")
(define-public openvpn
(package
(name "openvpn")
- (version "2.5.8")
+ (version "2.6.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -846,14 +846,13 @@ this process. It is compatible with Fortinet VPNs.")
version ".tar.gz"))
(sha256
(base32
- "1cixqm4gn2d1v8qkbww75j30fzvxz13gc7whcmz54i0x4fvibwx6"))))
+ "04wr0g97nmv81javym8r99mglmb86v1i49xmnmzf938x1cs7g67f"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))
- (native-inputs
- (list iproute))
- (inputs
- (list lz4 lzo openssl linux-pam))
+ (native-inputs (list iproute pkg-config))
+ (inputs (append (list lz4 lzo openssl linux-pam)
+ (if (target-linux?) (list libcap-ng) '())))
(home-page "https://openvpn.net/")
(synopsis "Virtual private network daemon")
(description
- branch master updated (4bf4e340b7 -> 46ec8592f7), guix-commits, 2023/12/11
- 01/10: gnu: libgpg-error: Do not assume that target is a triplet., guix-commits, 2023/12/11
- 04/10: challenge: Use the same substitute URLs as guix-daemon., guix-commits, 2023/12/11
- 07/10: gnu: openvpn: Update to 2.6.7.,
guix-commits <=
- 09/10: gnu: lean: Use G-expressions., guix-commits, 2023/12/11
- 10/10: gnu: lean: Update to 3.51.1., guix-commits, 2023/12/11
- 05/10: weather: Use the same substitute URLs as guix-daemon., guix-commits, 2023/12/11
- 06/10: weather: Report unauthorized substitute servers., guix-commits, 2023/12/11
- 08/10: gnu: pdfarranger: Update to 1.10.1., guix-commits, 2023/12/11
- 02/10: doc: suggest using pre-inst-env for git-send-email on foreign distros, guix-commits, 2023/12/11
- 03/10: daemon: Implement ‘substitute-urls’ RPC., guix-commits, 2023/12/11