diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | man/C/msec.8 | 4 | ||||
-rw-r--r-- | src/msec/version.py | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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' |