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
23 lines
561 B
Makefile
23 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/09/02 09:29:51 frueauf Exp $
|
|
#
|
|
|
|
DISTNAME= nessus-core-${VERS}
|
|
WRKSRC= ${WRKDIR}/nessus-core
|
|
.include "../nessus/Makefile.common"
|
|
|
|
COMMENT= Core module of the Nessus Network Security Scanner
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGINSTALL= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--enable-gtk \
|
|
--with-x \
|
|
--localstatedir=/var
|
|
|
|
RCD_SCRIPTS= nessusd
|
|
|
|
.include "../../security/libnasl/buildlink2.mk"
|
|
.include "../../security/nessus-libraries/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|