bug#33874: [PATCH] gnu: Add badvpn.

Message ID 874lb0chpj.fsf@gnu.org
State Accepted
Headers show
Series bug#33874: [PATCH] gnu: Add badvpn. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Ludovic Courtès Dec. 26, 2018, 5:37 p.m. UTC
Hi,

Meiyo Peng <meiyo.peng@gmail.com> skribis:

>>From 00cfd4bd699a5863431504018725693257f6423f Mon Sep 17 00:00:00 2001
> From: Meiyo Peng <meiyo.peng@gmail.com>
> Date: Mon, 24 Dec 2018 22:35:26 +0800
> Subject: [PATCH] gnu: Add badvpn.
>
> * gnu/packages/vpn.scm (badvpn): New variable.

Applied with the minor changes below to make the synopsis hopefully
clearer.

Thanks!

Ludo’.

Patch

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 8cc6a41d77..dabf84a947 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -427,9 +427,9 @@  with configuration options for most of @command{sshuttle}’s features.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "https://github.com/ambrop72/badvpn")
-    (synopsis "NCD scripting language, tun2socks proxifier, P2P VPN")
-    (description "@code{BadVPN} is a collection of VPN-related tools.  It
-includes:
+    (synopsis "Peer-to-peer virtual private network (VPN)")
+    (description "@code{BadVPN} is a collection of virtual private
+network (VPN) tools.  It includes:
 
 @enumerate
 @item NCD programming language.\n
@@ -441,7 +441,7 @@  The tun2socks program socksifes TCP connections at the network layer.  It
 implements a TUN device which accepts all incoming TCP connections (regardless
 of destination IP), and forwards the connections through a SOCKS server.
 @item Peer-to-peer VPN.\n
-The Peer-to-peer VPN implements a Layer 2 (Ethernet) network between the peers
+The peer-to-peer VPN implements a Layer 2 (Ethernet) network between the peers
 (VPN nodes).
 @end enumerate")
     ;; This project contains a bundled lwIP. lwIP is also released under the