aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-20 15:56:20 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-20 15:56:20 +0000
commit6fc9b1e039f567dda1cdc83d37f3d17bb3113760 (patch)
tree648a55f676964430077218daef3f96b031d703e9
parentcbb198e5dbe9de33f7294afd177721266036cd31 (diff)
downloadmsec-6fc9b1e039f567dda1cdc83d37f3d17bb3113760.tar
msec-6fc9b1e039f567dda1cdc83d37f3d17bb3113760.tar.gz
msec-6fc9b1e039f567dda1cdc83d37f3d17bb3113760.tar.bz2
msec-6fc9b1e039f567dda1cdc83d37f3d17bb3113760.tar.xz
msec-6fc9b1e039f567dda1cdc83d37f3d17bb3113760.zip
0.60.6
-rw-r--r--Makefile2
-rw-r--r--man/C/msec.84
-rw-r--r--src/msec/version.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 38cf861..035eb08 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = msec
-VERSION = 0.60.5
+VERSION = 0.60.6
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/msec
all: version promisc_check msec_find python
diff --git a/man/C/msec.8 b/man/C/msec.8
index 8740db4..c49c024 100644
--- a/man/C/msec.8
+++ b/man/C/msec.8
@@ -1,5 +1,5 @@
.ds q \N'34'
-.TH msec 0.60.4 msec "Mandriva Linux"
+.TH msec 0.60.5 msec "Mandriva Linux"
.SH NAME
msec \- Mandriva Linux security tools
.SH SYNOPSIS
@@ -176,7 +176,7 @@ The following security options are supported by msec:
.TP 4
.B \fIenable_dns_spoofing_protection\fP
-Enable/Disable name resolution spoofing protection. If \fIalert\fP is true, also reports to syslog.
+Enable/Disable name resolution spoofing protection.
MSEC parameter: \fIENABLE_IP_SPOOFING_PROTECTION\fP
diff --git a/src/msec/version.py b/src/msec/version.py
index 8243b90..d2293e2 100644
--- a/src/msec/version.py
+++ b/src/msec/version.py
@@ -1 +1 @@
-version='0.60.4'
+version='0.60.6'