[PATCH] gnu: openvpn: Update to 2.5.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brice Waegeneire
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210619190408.53c3e77a@perso.pw
* gnu/packages/vpn.scm (openvpn): Update to 2.5.3.
---
gnu/packages/vpn.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index a952e3f0db..e1be8a398b 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -382,7 +382,7 @@ this process. It is compatible with Fortinet VPNs.")
(define-public openvpn
(package
(name "openvpn")
- (version "2.5.2")
+ (version "2.5.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -390,7 +390,7 @@ this process. It is compatible with Fortinet VPNs.")
version ".tar.xz"))
(sha256
(base32
- "1j0xkiya20hhvalfjg5l3v1226vyjs9j9aw2mzpnbwq1d61l69xi"))))
+ "0zlski66mw10klmwvg445z051mld7xjng4iyl4f9b883qr1rjspv"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-iproute2=yes")))
--
2.32.0
Brice Waegeneire wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 49119@debbugs.gnu.org)
87sg1dvu5p.fsf@waegenei.re
Solene Rapenne <solene@perso.pw> writes:

Toggle quote (2 lines)
> * gnu/packages/vpn.scm (openvpn): Update to 2.5.3.

Thank you for the patch, pushed as
019c862a67b677ceeb0d91c9440f5ed8d9c149a4.
Brice Waegeneire wrote 4 years ago
control message for bug #49119
(address . control@debbugs.gnu.org)
E1lusRx-00067J-QO@debbugs.gnu.org
close 49119
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49119@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49119
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help