summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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