pkgsrc/security/nessus/Makefile.common
frueauf 630f7479f0 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
2003-09-02 09:29:47 +00:00

30 lines
1.2 KiB
Makefile

# $NetBSD: Makefile.common,v 1.18 2003/09/02 09:29:50 frueauf Exp $
#
# Common Makefile for:
# * nessus-core
# * nessus-libraries
# * nessus-plugins
# * libnasl
#
VERS= 2.0.7
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://nessus.via.ecp.fr/nessus/nessus-${VERS}/src/ \
ftp://cvs.nessus.org/pub/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/ \
ftp://ftp.at.nessus.org/pub/nessus/nessus-${VERS}/src/ \
ftp://ftp.linux.org.tr/pub/security/nessus/nessus-${VERS}/src/
MAINTAINER= frueauf@NetBSD.org
HOMEPAGE= http://www.nessus.org/