pkgsrc/security/nessus/Makefile.common
salo 52a28402f9 Update to version 2.2.9
ok <frueauf>, the MAINTAINER.

changes:

2.2.9:
======
- nessus-mkcert-client:
  - Make sure that the user calling nessus-mkcert-client is root
- nessus-libraries:
  - Fixed a bug in the PCAP handler which in turn should fix synscan.nes
- nessus:
  - Fixed a possible memory corruption issue when creating a list of plugins
    to launch
  - Fixed a corruption of the .nessusrc files when receiving some plugin
    prefs ending by a space
- nessus-fetch:
  - Make sure that every request (including the proxy CONNECT request)
    is done with the user-specified user-agent.
- nessus-plugins:
  - Fixed a banner encoding problem in nessus_tcp_scanner and find_service
  - Fixed a possible deadlock in synscan
- nessusd:
  - Avoid a deadlock when waiting for a sub process to die

2.2.8:
======
- nessusd:
  - Make sure that plugins of type ACT_INIT and ACT_SETTINGS are
    always enabled during a scan
  - Display more error verbose error messages when it's impossible to
    load a .nes plugin
  - Fixed a harmless memory reallocation problem which would truncate
    a very long preference name
- nessus-libraries:
  - Fixed a possible memory corruption when forwarding data from a process
    to another
- libnasl:
  - 'a = b + c ++' would not work as expected
  - fixed a memory allocation problem when split() is passed an argument
    of the wrong type
2006-12-17 21:06:22 +00:00

22 lines
815 B
Text

# $NetBSD: Makefile.common,v 1.29 2006/12/17 21:06:22 salo Exp $
#
# Common Makefile for:
# * nessus-core
# * nessus-libraries
# * nessus-plugins
# * libnasl
VERS= 2.2.9
CATEGORIES= security x11 net
MASTER_SITES?= ftp://ftp.nessus.org/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://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${VERS}/src/ \
ftp://ftp.chg.ru/pub/security/nessus/nessus-${VERS}/src/ \
ftp://ftp.wiretapped.net/pub/security/vulnerability-assessment/nessus/nessus-${VERS}/src/ \
ftp://ftp.at.nessus.org/pub/nessus/nessus-${VERS}/src/ \
ftp://ftp.linux.org.tr/pub/mirrors/nessus/nessus-${VERS}/src/
MAINTAINER= frueauf@NetBSD.org
HOMEPAGE= http://www.nessus.org/