[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: openvpn: Update to 2.5.7.
From: |
guix-commits |
Subject: |
07/11: gnu: openvpn: Update to 2.5.7. |
Date: |
Mon, 15 Aug 2022 10:43:17 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 39b77ed3aa71a549cb7cb85da4a6cb1426936d8d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:01 2022 +0200
gnu: openvpn: Update to 2.5.7.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.7.
---
gnu/packages/vpn.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index c4e0287bf8..1ec619b0c2 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
;;; Copyright © 2016, 2017, 2019, 2021, 2022 Efraim Flashner
<efraim@flashner.co.il>
-;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2018, 2020 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
@@ -794,7 +794,7 @@ this process. It is compatible with Fortinet VPNs.")
(define-public openvpn
(package
(name "openvpn")
- (version "2.5.6")
+ (version "2.5.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -802,7 +802,7 @@ this process. It is compatible with Fortinet VPNs.")
version ".tar.gz"))
(sha256
(base32
- "0gdd88rcan9vfiwkzsqn6fxxdim7kb1bsxrcra59c5xksprpwfik"))))
+ "0s1yq530j4i4kicgvsxgl532vyn03gfhlxfdnsb43j05k4w0ld08"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))
- branch master updated (de29a26008 -> d248d8b519), guix-commits, 2022/08/15
- 11/11: gnu: rnnoise: Remove input labels., guix-commits, 2022/08/15
- 10/11: gnu: rnnoise: Unhide and rename variable., guix-commits, 2022/08/15
- 08/11: gnu: noisetorch: Update to 0.12.2., guix-commits, 2022/08/15
- 09/11: gnu: noise-suppression-for-voice: Rename from ‘rnnoise’., guix-commits, 2022/08/15
- 07/11: gnu: openvpn: Update to 2.5.7.,
guix-commits <=
- 06/11: gnu: nftables: Update to 1.0.5., guix-commits, 2022/08/15
- 05/11: gnu: libnftnl: Update to 1.2.3., guix-commits, 2022/08/15
- 04/11: gnu: bird: Update to 2.0.10., guix-commits, 2022/08/15
- 03/11: gnu: catfish: Update to 4.16.4., guix-commits, 2022/08/15
- 01/11: gnu: os-prober: Update to 1.81., guix-commits, 2022/08/15
- 02/11: gnu: libupnp: Update to 1.14.13., guix-commits, 2022/08/15