Import Debian patch 0.5-3

This commit is contained in:
Leo Costela
2016-09-28 19:40:56 +02:00
committed by Leo Antunes
parent 0e2c96c9ef
commit fdf599501e
14 changed files with 318 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
Source: knockd
Section: net
Priority: optional
Maintainer: Leo Costela <costela@debian.org>
Build-Depends: debhelper (>= 7), cdbs (>= 0.4.10), autotools-dev, libpcap0.8-dev
Standards-Version: 3.8.0
Homepage: http://www.zeroflux.org/cgi-bin/cvstrac.cgi/knock/wiki
Package: knockd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, logrotate
Description: small port-knock daemon
A port-knock server that listens to all traffic on a given network
interface (only Ethernet and PPP are currently supported), looking for
a special "knock" sequences of port-hits. A remote system
makes these port-hits by sending a TCP (or UDP) packet to a port on the
server. When the server detects a specific sequence of port-hits, it
runs a command defined in its configuration file. This can be used to
open up holes in a firewall for quick access.