summaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authoradam <adam>2005-04-04 09:31:46 +0000
committeradam <adam>2005-04-04 09:31:46 +0000
commit07710d198f874d71094ef46ff9cf6985f0833fef (patch)
treeae0d9a35a3decd037f90a59ad2117824ce9bd7c2 /security/nessus
parentc337db2e6ad41d4d4faec488099a309b77a112e3 (diff)
downloadpkgsrc-07710d198f874d71094ef46ff9cf6985f0833fef.tar.gz
Changes 2.2.4:
* Fixed several bugs which may impact scanning performance * Reduced CPU usage * A new SMB API to log into the remote Windows host
Diffstat (limited to 'security/nessus')
-rw-r--r--security/nessus/MESSAGE4
-rw-r--r--security/nessus/Makefile5
-rw-r--r--security/nessus/Makefile.common4
3 files changed, 7 insertions, 6 deletions
diff --git a/security/nessus/MESSAGE b/security/nessus/MESSAGE
index 867cd65091f..d158dff042a 100644
--- a/security/nessus/MESSAGE
+++ b/security/nessus/MESSAGE
@@ -1,7 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2004/11/01 23:59:13 adrianp Exp $
+$NetBSD: MESSAGE,v 1.2 2005/04/04 09:31:46 adam Exp $
The local state directory is now explictily defined as ${VARBASE}/nessus
-for nessus components.
+for nessus components.
===========================================================================
diff --git a/security/nessus/Makefile b/security/nessus/Makefile
index f7178ec09e7..f7878cc4523 100644
--- a/security/nessus/Makefile
+++ b/security/nessus/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2005/01/19 08:40:10 frueauf Exp $
+# $NetBSD: Makefile,v 1.24 2005/04/04 09:31:46 adam Exp $
+
+.include "../nessus/Makefile.common"
DISTNAME= nessus-${VERS}
MASTER_SITES= # empty
DISTFILES= # empty
-.include "../nessus/Makefile.common"
COMMENT= The Nessus Network Security Scanner
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common
index a92a3f69d59..4bb90153169 100644
--- a/security/nessus/Makefile.common
+++ b/security/nessus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2005/02/21 10:10:35 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2005/04/04 09:31:46 adam Exp $
#
# Common Makefile for:
# * nessus-core
@@ -6,7 +6,7 @@
# * nessus-plugins
# * libnasl
-VERS= 2.2.3
+VERS= 2.2.4
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \