. changes by Renaud Deraison (deraison at nessus.org) : - added experimental KB saving, to prevent the audit to restart from scratch between two tests. See http://www.nessus.org/doc/kb_saving.html for details - added experimental detached scans. See http://www.nessus.org/doc/detached_scan.html for details - bug in the test of DoS attacks fixed (thanks to Christophe Grenier, Christophe.Grenier@esiea.fr) - minor changes in nessus-adduser - scripts that open a UDP socket read the result of a UDP scan first - when it receives a SIGHUP, nessusd first frees memory. It also closes and re-opens the nessusd.messages file - the plugin timeout is now user definable, in nessusd.conf - 64 bit compatible (nessusd would produce warnings when running on some 64 bit architectures). Thanks to the SuSE (http://www.suse.de) team for having given me access to an IA-64 to compile and try Nessus. . Changes by Jordan Hrycaj <jordan@mjh.teddy-net.com> - faster cipher layer . Other changes : - a GTK error would sometime be produced when the client is run in batch mode (Cyril Leclerc <cleclerc at boreal-com.fr>)
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.4 2000/10/15 17:19:51 frueauf Exp $
|
|
#
|
|
# Common Makefile for:
|
|
# * nessus-core
|
|
# * nessus-libraries
|
|
# * nessus-plugins
|
|
# * libnasl
|
|
#
|
|
|
|
VERS= 1.0.5
|
|
|
|
CATEGORIES= security x11 net
|
|
MASTER_SITES?= ftp://ftp.nessus.org/pub/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.cis.fed.gov/pub/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${VERS}/src/ \
|
|
http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.esiea.fr/pub/mirrors/nessus/nessus-${VERS}/src/ \
|
|
ftp://cvs.nessus.org/pub/nessus/nessus-${VERS}/src/ \
|
|
ftp://nessus.via.ecp.fr/nessus/nessus-${VERS}/src/ \
|
|
ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.chg.ru/pub/security/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.sekure.net/pub/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.nectec.or.th/pub/mirrors/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.pt.nessus.org/pub/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.au.nessus.org/pub/nessus/nessus-${VERS}/src/ \
|
|
ftp://ftp.stuff.ca/pub/nessus/nessus-${VERS}/src/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.nessus.org/
|