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
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.17 2003/09/02 09:29:50 frueauf Exp $
|
|
#
|
|
|
|
DISTNAME= nessus-${VERS}
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
.include "../nessus/Makefile.common"
|
|
|
|
COMMENT= The Nessus Network Security Scanner
|
|
|
|
DEPENDS+= nessus-core-${VERS}:../nessus-core
|
|
DEPENDS+= nessus-plugins-${VERS}:../nessus-plugins
|
|
|
|
USE_X11= yes
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|