debian/0000755000000000000000000000000011772234300007165 5ustar debian/copyright0000644000000000000000000000246411772214054011132 0ustar This work was packaged for Debian by: Chris Taylor on Fri, 05 Mar 2010 16:11:25 -0800 It was downloaded from: Upstream Author: Phil Dibowitz Copyright: Copyright (C) 2002 - 2009 Phil Dibowitz License: This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. The Debian packaging is: Copyright (C) 2010-2012 Chris Taylor and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". debian/patches/0000755000000000000000000000000011772213634010623 5ustar debian/patches/01-Makefile0000644000000000000000000000201111766554725012507 0ustar Fix Makefile so it builds and installs sanely on Debian systems. Also comment out unneeded strip commands as dh_strip handles that. Author: Chris Taylor --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ ### USERS CAN CHANGE STUFF HERE -PREFIX?=/usr +PREFIX?=$(CURDIR)/debian/iptstate/usr SBIN?=$(PREFIX)/sbin INSTALL?=/usr/bin/install -STRIP?=/usr/bin/strip +#STRIP?=/usr/bin/strip MAN?=$(PREFIX)/share/man ### ADVANCED USERS AND PACKAGERS MIGHT WANT TO CHANGE THIS @@ -53,19 +53,19 @@ iptstate: iptstate.cc Makefile echo "All done. Do 'make install' as root and you should be set to go!" ;\ echo "" -strip: iptstate - $(STRIP) iptstate - @touch strip +#strip: iptstate +# $(STRIP) iptstate +# @touch strip install: - $(INSTALL) -D --mode=755 iptstate $(SBIN)/iptstate + $(INSTALL) -D -o root -g root --mode=755 iptstate $(SBIN)/iptstate $(INSTALL) -D --mode=444 iptstate.8 $(MAN)/man8/iptstate.8 clean: /bin/rm -rf iptstate - /bin/rm -rf strip +# /bin/rm -rf strip uninstall: debian/patches/series0000644000000000000000000000001411772213630012027 0ustar 01-Makefile debian/control0000644000000000000000000000174311772234300010575 0ustar Source: iptstate Section: admin Priority: optional Maintainer: Chris Taylor Homepage: http://www.phildev.net/iptstate/ Build-Depends: debhelper (>= 9), libncurses5-dev, libnetfilter-conntrack-dev (>= 0.0.50) Standards-Version: 3.9.3 Package: iptstate Architecture: any Depends: ${shlibs:Depends},${misc:Depends} Description: top-like interface to your netfilter connection-tracking table IP Tables State (iptstate) was originally written to implement the "state top" feature of IP Filter (see "The Idea" below) in IP Tables. "State top" displays the states held by your stateful firewall in a top-like manner. . Features include: - Top-like realtime state table information - Sorting by any field - Reversible sorting - Single display of state table - Customizable refresh rate - Display filtering - Color-coding - Open Source (specifically I'm using the zlib license) - much more... . To use iptstate, CONNTRACK should be enabled in your kernel. debian/source/0000755000000000000000000000000011766554725010510 5ustar debian/source/format0000644000000000000000000000001411766554725011716 0ustar 3.0 (quilt) debian/menu0000644000000000000000000000022211766554725010073 0ustar ?package(iptstate):needs="text" section="Applications/System/Monitoring" \ title="iptstate" command="/usr/bin/su-to-root -c /usr/sbin/iptstate" debian/rules0000755000000000000000000000003611766554725010267 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000211772214001010357 0ustar 9 debian/docs0000644000000000000000000000003511766554725010061 0ustar BUGS README WISHLIST CONTRIB debian/changelog0000644000000000000000000000771111772234270011053 0ustar iptstate (2.2.5-1) unstable; urgency=low * New upstream release. * Remove patches 00-Contrib 02-Manpage and 03-ICMP (fixed upstream). * Bumped compat to 9. * Bumped standards-version. * Bumped build-dep on debhelper to 9. * Updated dates in debian/copyright. * Removed build-dep on quilt. -- Chris Taylor Tue, 26 Jun 2012 02:00:12 +0000 iptstate (2.2.3-3) unstable; urgency=low * Bump standards-version. -- Chris Taylor Fri, 02 Sep 2011 00:44:53 +0000 iptstate (2.2.3-2) unstable; urgency=low * Removed patch 03-ICMP. -- Chris Taylor Wed, 06 Apr 2011 09:01:13 +0000 iptstate (2.2.3-1) unstable; urgency=low * Updated 03-ICMP. * Bump standards-version. * New upstream release. -- Chris Taylor Wed, 06 Apr 2011 06:22:34 +0000 iptstate (2.2.2-2) unstable; urgency=low * Fix formatting for ICMP (Closes: #572778). -- Chris Taylor Mon, 08 Mar 2010 06:50:14 +0000 iptstate (2.2.2-1) unstable; urgency=low * New maintainer (Closes: #572676). * New upstream release. * Switch to dh7. - Bump build-dep on debhelper to (>= 7.0.50~). * Use new source format 3.0 (quilt). - Add build-dep on quilt. * Use new debian/copyright format. * Bump standards version to 3.8.4 * Bump debian/compat to 7 * Update Debian maintainer listing in CONTRIB in 00-Contrib. * Fix Makefile for Debian in 01-Makefile. * Fix manpage to be lintian clean in 02-Manpage. * Add debian/watch file. * Remove debian/dirs as it is not needed. * Rewrote from scratch debian/control to meet copyright law. -- Chris Taylor Fri, 05 Mar 2010 23:14:35 +0000 iptstate (2.2.1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix compatibility with GCC 4.3 (Closes: #455626) -- Moritz Muehlenhoff Wed, 19 Mar 2008 23:07:34 +0100 iptstate (2.2.1-1) unstable; urgency=low * New upstream version (closes: #413558) -- Brian Nelson Fri, 30 Mar 2007 16:31:35 -0700 iptstate (2.1-1) unstable; urgency=low * New upstream version. * Typo fixed in package description. (closes: #363975) * Moved binary location to /usr/sbin. * Added su-to-root to menu entry. -- Brian Nelson Fri, 6 Oct 2006 23:18:40 -0400 iptstate (1.4-2) unstable; urgency=low * Compiled with -O2. (closes: #322715) -- Brian Nelson Tue, 15 Nov 2005 19:18:01 -0500 iptstate (1.4-1) unstable; urgency=low * New upstream version. (closes: #311873) -- Brian Nelson Mon, 6 Jun 2005 09:27:44 -0700 iptstate (1.3-2) unstable; urgency=low * Updated description to be more accurate. (closes: #215236) -- Brian Nelson Sat, 11 Oct 2003 09:05:30 -0700 iptstate (1.3-1) unstable; urgency=low * New upstream version. (closes: #196553) * Builds with libstdc++5. (closes: #195652) * Adds dynamic sizing based on term info, but not in single-run mode. -- Brian Nelson Sat, 7 Jun 2003 16:30:06 -0700 iptstate (1.2.1-1) unstable; urgency=medium * New upstream version. * Fixes getprotocolbynumber failure. (closes: #150870) -- Brian Nelson Thu, 27 Jun 2002 08:31:30 -0500 iptstate (1.2.0-1) unstable; urgency=low * New upstream version. (closes: #140292, #141100) -- Brian Nelson Wed, 27 Mar 2002 03:07:30 -0500 iptstate (1.1.0-1) unstable; urgency=low * New upstream version. (closes: #140214, #140293, #140360, #140365, #140390) -- Brian Nelson Wed, 27 Mar 2002 03:07:30 -0500 iptstate (1.0.1-2) unstable; urgency=low * Added manpage to the correct section. (closes: #140010, #140185) -- Brian Nelson Wed, 27 Mar 2002 13:45:30 -0500 iptstate (1.0.1-1) unstable; urgency=low * Initial Release. (closes: #138584) -- Brian Nelson Sat, 16 Mar 2002 08:54:45 -0500 debian/watch0000644000000000000000000000007111766554725010237 0ustar version=3 http://sf.net/iptstate/iptstate-(.*)\.tar\.bz2