# HG changeset patch # User Hans-G?nter Theisgen # Date 1647071637 -3600 # Node ID 09929daf27a0e3913c25b13e054bd53e99e62db2 # Parent 09793607947c00ea442ae502d2f4f72587bd5b17 updated iptstate (2.2.6 -> 2.2.7) diff -r 09793607947c -r 09929daf27a0 iptstate/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iptstate/description.txt Sat Mar 12 08:53:57 2022 +0100 @@ -0,0 +1,6 @@ +IPTState is a top-like interface to your netfilter connection-tracking table. + +Using iptstate you interactively watch where traffic crossing your netfilter +iptables firewall is going, sort by various criteria, limit the view by +various criteria. But it doesn't stop there: as of version 2.2.0 you can even +delete states from the table! diff -r 09793607947c -r 09929daf27a0 iptstate/receipt --- a/iptstate/receipt Sat Mar 12 08:01:52 2022 +0100 +++ b/iptstate/receipt Sat Mar 12 08:53:57 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="iptstate" -VERSION="2.2.6" +VERSION="2.2.7" CATEGORY="network" SHORT_DESC="IPTState is a top-like interface to your netfilter connection-tracking table." MAINTAINER="paul@slitaz.org" @@ -23,13 +23,13 @@ # Rules to configure and make the package. compile_rules() { - sed -i 's/lncurses/& -ltinfo/' Makefile - make + sed -i 's/lncurses/& -ltinfo/' Makefile + make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin - cp -a $src/$PACKAGE $fs/usr/sbin + cp -a $src/$PACKAGE $fs/usr/sbin }