summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-19 19:11:08 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-19 19:11:08 +0100
commite06b6c989b0cf9471679b9670edd2c2d0faf9bfc (patch)
tree41408dcd82be20b8fa9f452d3171d74c2d4acc00 /debian/control
parent04f65648d3d3d0e63d69abcea8886cbfce7642af (diff)
ptunnel-ng:
* debian port
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index f6cbedc..c6423fd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: ptunnel
+Source: ptunnel-ng
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
@@ -7,16 +7,18 @@ Build-Depends: debhelper (>= 9),
libselinux1-dev [linux-any],
patchutils (>= 0.2.25)
Standards-Version: 3.9.7
-Homepage: http://www.cs.uit.no/~daniels/PingTunnel/
+Homepage: https://github.com/lnslbrty/ptunnel-ng
-Package: ptunnel
+Package: ptunnel-ng
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tunnel TCP connections over ICMP packets
- ptunnel is an application that allows you to reliably tunnel TCP
+ ptunnel-ng is an application that allows you to reliably tunnel TCP
connections to a remote host using ICMP echo request and reply
packets, commonly known as ping requests and replies. It acts as
a proxy and can handle sockets and secured identification.
.
Those features can be very handy when working in a closed networking
environment with firewalls and proxies.
+ ptunnel-ng is a improved version of the original ptunnel with
+ additional features and bugfixes.