summaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authorfrueauf <frueauf>2003-09-02 09:29:47 +0000
committerfrueauf <frueauf>2003-09-02 09:29:47 +0000
commit0312dffc508010048182818f706cfb0724bf43ca (patch)
treee285cd9fbef8d5da9a033ab821f41152a504a524 /security/nessus
parenta79befe29c77e70cd34b5c966e31e103b789f040 (diff)
downloadpkgsrc-0312dffc508010048182818f706cfb0724bf43ca.tar.gz
Update libnasl, nessus{-core,-libraries,-plugins} to 2.0.7.
Based on pr pkg/22356 by Adrian Portelli. Changes since 2.0.6a: . changes by Renaud Deraison (deraison@cvs.nessus.org) - Fixed bad performances issues when pinging dead hosts - Fixed a bug which would prevent to store items larger than 2kb in the KB - NFS and SMB file-related functions completed (open, read and cwd are implemented) - Plugins support for Windows 2003 - Network IPs can now be evenly sliced instead of being scanned sequentially - User-definable source-IP(s) for the checks (nessusd -S) - Fixed a possible message corruption problem if a plugin was to send a too long message back to nessusd - Fixed a possible plugin corruption problem when the client overwrites existing plugins - Fixed various false positives and wording issues in several plugins
Diffstat (limited to 'security/nessus')
-rw-r--r--security/nessus/Makefile7
-rw-r--r--security/nessus/Makefile.common4
2 files changed, 5 insertions, 6 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile
index b458e5dcf92..2acaece4cc9 100644
--- a/security/nessus/Makefile
+++ b/security/nessus/Makefile
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.16 2003/07/13 18:00:06 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2003/09/02 09:29:50 frueauf Exp $
#
DISTNAME= nessus-${VERS}
-PKGREVISION= 1
MASTER_SITES= # empty
DISTFILES= # empty
.include "../nessus/Makefile.common"
COMMENT= The Nessus Network Security Scanner
-DEPENDS+= nessus-core-${VERS}nb1:../nessus-core
-DEPENDS+= nessus-plugins-${VERS}nb1:../nessus-plugins
+DEPENDS+= nessus-core-${VERS}:../nessus-core
+DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins
USE_X11= yes
EXTRACT_ONLY= # empty
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common
index 27d7c0c4ba9..c431bf208aa 100644
--- a/security/nessus/Makefile.common
+++ b/security/nessus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2003/07/17 22:53:00 grant Exp $
+# $NetBSD: Makefile.common,v 1.18 2003/09/02 09:29:50 frueauf Exp $
#
# Common Makefile for:
# * nessus-core
@@ -7,7 +7,7 @@
# * libnasl
#
-VERS= 2.0.6a
+VERS= 2.0.7
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \