summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Jennings <djennings@mageia.org>2013-07-17 13:50:06 +0000
committerColin Guthrie <colin@mageia.org>2013-08-24 18:33:20 +0100
commitd6136fa13e26e117fc1fe5ba89a9fec8f4816524 (patch)
tree1e90f99b5bea44cb23301dc28394cffb8c0f8a5d
parentebc3d5d346521277b1606691364a0458aa27a8cd (diff)
downloadmandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar.gz
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar.bz2
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.tar.xz
mandi-d6136fa13e26e117fc1fe5ba89a9fec8f4816524.zip
replace obsolete state module with conntrack (mga#8225)
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rw-r--r--rules.d/psd2
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 562a09c..ee0b1e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = mandi
-VERSION = 1.2
+VERSION = 1.3
all:
(cd src; make)
diff --git a/NEWS b/NEWS
index 441534f..bcaab57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.3
+- replace obsolete state module with conntrack (mga#8225)
+
1.2:
- adapt to new ipset syntax
diff --git a/rules.d/psd b/rules.d/psd
index c4c5d96..18c5abe 100644
--- a/rules.d/psd
+++ b/rules.d/psd
@@ -1 +1 @@
-iptables -A Ifw -m state --state NEW,INVALID -m psd --psd-weight-threshold 10 --psd-delay-threshold 10000 --psd-lo-ports-weight 2 --psd-hi-ports-weight 1 -j IFWLOG --log-prefix SCAN
+iptables -A Ifw -m conntrack --ctstate NEW,INVALID -m psd --psd-weight-threshold 10 --psd-delay-threshold 10000 --psd-lo-ports-weight 2 --psd-hi-ports-weight 1 -j IFWLOG --log-prefix SCAN