diff options
author | salo <salo@pkgsrc.org> | 2006-12-17 21:06:22 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-12-17 21:06:22 +0000 |
commit | 52a28402f99f0ced4a8b9dc29dbdef5793e8f973 (patch) | |
tree | 89e8174100bb08119bf51dffd1e4c5be08eaf6b1 /security/nessus | |
parent | c2d5ed4f5a4ca9dbe313ecfb9441c35087f09031 (diff) | |
download | pkgsrc-52a28402f99f0ced4a8b9dc29dbdef5793e8f973.tar.gz |
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
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile.common | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/security/nessus/Makefile.common b/security/nessus/Makefile.common index 782b08dab77..8186cb925dd 100644 --- a/security/nessus/Makefile.common +++ b/security/nessus/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2006/04/25 12:45:57 salo Exp $ +# $NetBSD: Makefile.common,v 1.29 2006/12/17 21:06:22 salo Exp $ # # Common Makefile for: # * nessus-core @@ -6,24 +6,17 @@ # * nessus-plugins # * libnasl -VERS= 2.2.7 +VERS= 2.2.9 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.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/security/nessus/nessus-${VERS}/src/ + ftp://ftp.linux.org.tr/pub/mirrors/nessus/nessus-${VERS}/src/ MAINTAINER= frueauf@NetBSD.org HOMEPAGE= http://www.nessus.org/ |