diff options
author | adam <adam@pkgsrc.org> | 2005-02-21 10:08:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-21 10:08:22 +0000 |
commit | b60b462f2a53da77e12915e931868d5721ce3e25 (patch) | |
tree | 8bb41976a73b8bb40d3e9e57bb84c8a913f4c869 /security/nessus | |
parent | 60e5fdf32b8c93ba98c244d5e0556fdf8b9aa926 (diff) | |
download | pkgsrc-b60b462f2a53da77e12915e931868d5721ce3e25.tar.gz |
Changes 2.2.3:
Nessus 2.2.3 contains a new option called "silent dependencies" which can be
used to filter out the noise generated by some plugins not directly enabled by
the user. It also contains a slightly more intuitive GUI which now contains
a "Credentials" tab to put Windows and SSH usernames and passwords.
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common index c6cddb60349..a92a3f69d59 100644 --- a/security/nessus/Makefile.common +++ b/security/nessus/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2005/01/11 12:03:26 adam Exp $ +# $NetBSD: Makefile.common,v 1.25 2005/02/21 10:10:35 adam Exp $ # # Common Makefile for: # * nessus-core @@ -6,7 +6,7 @@ # * nessus-plugins # * libnasl -VERS= 2.2.2a +VERS= 2.2.3 CATEGORIES= security x11 net MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \ |