wok rev 24676

updated iptstate (2.2.6 -> 2.2.7)
author Hans-G?nter Theisgen
date Sat Mar 12 08:53:57 2022 +0100 (2022-03-12)
parents 09793607947c
children cea69b44d76b
files iptstate/description.txt iptstate/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/iptstate/description.txt	Sat Mar 12 08:53:57 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +IPTState is a top-like interface to your netfilter connection-tracking table.
     1.5 +
     1.6 +Using iptstate you interactively watch where traffic crossing your netfilter
     1.7 +iptables firewall is going, sort by various criteria, limit the view by
     1.8 +various criteria. But it doesn't stop there: as of version 2.2.0 you can even
     1.9 +delete states from the table!
     2.1 --- a/iptstate/receipt	Sat Mar 12 08:01:52 2022 +0100
     2.2 +++ b/iptstate/receipt	Sat Mar 12 08:53:57 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="iptstate"
     2.7 -VERSION="2.2.6"
     2.8 +VERSION="2.2.7"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="IPTState is a top-like interface to your netfilter connection-tracking table."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12 @@ -23,13 +23,13 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	sed -i 's/lncurses/& -ltinfo/' Makefile
    2.17 -	make 
    2.18 +	sed -i 's/lncurses/& -ltinfo/'	Makefile
    2.19 +	make
    2.20  }
    2.21  
    2.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.23  genpkg_rules()
    2.24  {
    2.25  	mkdir -p $fs/usr/sbin
    2.26 -	cp -a $src/$PACKAGE $fs/usr/sbin
    2.27 +	cp -a $src/$PACKAGE	$fs/usr/sbin
    2.28  }