diff options
author | salo <salo> | 2006-12-17 21:06:22 +0000 |
---|---|---|
committer | salo <salo> | 2006-12-17 21:06:22 +0000 |
commit | 4b20987aa8e1112824dfac9a7cdf501d82f25cdd (patch) | |
tree | 89e8174100bb08119bf51dffd1e4c5be08eaf6b1 /security/nessus-libraries | |
parent | d3035d803ff74c0c3aaeacfbddbdf74a84f45470 (diff) | |
download | pkgsrc-4b20987aa8e1112824dfac9a7cdf501d82f25cdd.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-libraries')
-rw-r--r-- | security/nessus-libraries/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/nessus-libraries/distinfo b/security/nessus-libraries/distinfo index 44bec77acf2..35a8d9ff798 100644 --- a/security/nessus-libraries/distinfo +++ b/security/nessus-libraries/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2006/04/25 12:45:57 salo Exp $ +$NetBSD: distinfo,v 1.25 2006/12/17 21:06:22 salo Exp $ -SHA1 (nessus-libraries-2.2.7.tar.gz) = 2723edc97fe02cf0c14004c89487c570df7f0e7c -RMD160 (nessus-libraries-2.2.7.tar.gz) = 08f0602635cd9ca5f2bc4513067c0c5251249a97 -Size (nessus-libraries-2.2.7.tar.gz) = 426429 bytes +SHA1 (nessus-libraries-2.2.9.tar.gz) = de1ce2c522d6127a436574a96b1a5ec9873b597c +RMD160 (nessus-libraries-2.2.9.tar.gz) = a3ce920ff48fcb7879f7026e2b7d271151132787 +Size (nessus-libraries-2.2.9.tar.gz) = 426560 bytes SHA1 (patch-aa) = c525abf1ccfe4c3921609b91e335fa19b0bcab87 SHA1 (patch-ab) = 982846ca823fb9f83b2d670f61f78b3b61f6d704 SHA1 (patch-ac) = ec174bd6ddb7303f53a5e474451ad0f306575682 |