diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 19:11:08 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 19:11:08 +0100 |
commit | e06b6c989b0cf9471679b9670edd2c2d0faf9bfc (patch) | |
tree | 41408dcd82be20b8fa9f452d3171d74c2d4acc00 /debian | |
parent | 04f65648d3d3d0e63d69abcea8886cbfce7642af (diff) |
ptunnel-ng:
* debian port
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 81 | ||||
-rw-r--r-- | debian/control | 10 | ||||
-rw-r--r-- | debian/copyright | 49 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 32 insertions, 110 deletions
diff --git a/debian/changelog b/debian/changelog index 9a7d5a3..a8cedec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,80 +1,5 @@ -ptunnel (0.72-1) unstable; urgency=medium +ptunnel-ng (1.0) RELEASED; urgency=medium - * QA upload. - * New upstream release. Closes: #685305 - * Switch to dpkg-source 3.0 (quilt) format. - * debian/copyright: - + Rewrite following copyright-format 1.0. - * debian/control - + Set QA team as Maintainer. - + Change debhelper to 9 in B-D. - + Bump Standards-Version to 3.9.7 - + Remove cbds and quilt from B-D. - + Use dpkg architecture wildcards. Closes: #634477 - * debian/compat - + Switch compat level 7 to 9. - * Use wrap-and-sort. - * Remove control.in file. - * Remove dirs file. - * Rename docs file to ptunnel.docs. - + Install only useful files: index.html, - packet-format.png, setup.png - * debian/patches - + Add add_hardening_flags.diff - + Set correctly hardening flags. - + Add DEP-3 header to fix_minux_chars_in_man.patch - + Add fix_typo.diff to fix typo error in README. Closes: #597288 - + Rename makefile-debian-prefix to makefile-debian-prefix.patch - + Add DEP-3 header to makefile-debian-prefix.patch - * Add ptunnel.doc-base file. - * debian/rules - + Use Hardening flags. - * Update watch file. - - -- Daniel Echeverry <epsilon77@gmail.com> Sat, 13 Feb 2016 20:49:23 -0500 - -ptunnel (0.71-2) unstable; urgency=low - - * Updated build-dep to allow building - in non-linux port. Thanks to Cyril Brulebois - for reporting the issue. - Closes: #559717 - * Bumped standards-version to 3.8.3 - * Added Homepage: - - -- Romain Beauxis <toots@rastageeks.org> Wed, 09 Dec 2009 10:29:11 -0600 - -ptunnel (0.71-1) unstable; urgency=low - - * New upstream release. - * Updated standards to 3.8.2 - * Bumped compat to 7 - * Refreshed patches. - * Added build-dep on libselinux1-dev to enable SELinux support. - - -- Romain Beauxis <toots@rastageeks.org> Thu, 30 Jul 2009 04:57:07 +0200 - -ptunnel (0.70-1) unstable; urgency=low - - * New upstream release - * Updated standards to 3.8.0 - * Reverted build-deps on libpcap - * Updated debian/copyright - - -- Romain Beauxis <toots@rastageeks.org> Wed, 25 Feb 2009 03:06:53 +0100 - -ptunnel (0.61-2) unstable; urgency=low - - * Wrapped description to 70th col (Closes: #325809) - * Switched to cdbs - * Updated debian standards - * Added patch to correct the manual page - - -- Romain Beauxis <toots@rastageeks.org> Sun, 18 Feb 2007 13:39:47 +0100 - -ptunnel (0.61-1) unstable; urgency=low - - * Initial release Closes: #311348 - - -- Romain Beauxis <toots@rastageeks.org> Tue, 31 May 2005 20:49:25 +0200 + * Initial release. + -- Toni Uhlig <matzeton@googlemail.com> Tue, 19 Dec 2017 00:16:33 +0100 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. diff --git a/debian/copyright b/debian/copyright index 042b79e..b0e21c4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: ptunnel Source: http://www.cs.uit.no/~daniels/PingTunnel/index.html Files: * -Copyright: Copyright 2004-2011 Daniel Stoedle <daniels@cs.uit.no>, Yellow Lemon Software +Copyright: Copyright 2017 Toni Uhlig <matzeton@googlemail.com> License: BSD-3-Clause Files: md5.* @@ -11,34 +11,29 @@ Copyright: Copyright 1999, 2000, 2002 Aladdin Enterprises License: Zlib Files: debian/* -Copyright: 2005-2009 Romain Beauxis <toots@rastageeks.org> - 2016 Daniel Echeverry <epsilon77@gmail.com> +Copyright: Copyright 2017 Toni Uhlig <matzeton@googlemail.com> License: BSD-3-Clause +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the <organization> nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. -License: BSD-3-Clause - Redistribution and use in source and binary forms, with or without modification, - are permitted provided that the following conditions are met: - . - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - . - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. - . - 3. Neither the name of the copyright holder nor the names of its contributors may be - used to endorse or promote products derived from this software without - specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL - THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, - EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Zlib This software is provided 'as-is', without any express or implied diff --git a/debian/rules b/debian/rules index 3e3040a..2a24ea5 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) %: - dh $@ + dh $@ --with autoreconf override_dh_auto_build: dh_auto_build -- CFLAGS="-Wall $(CFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" |