Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 12/17/2006 21:06:23
Module Name:	pkgsrc
Committed By:	salo
Date:		Sun Dec 17 21:06:23 UTC 2006

Modified Files:
	pkgsrc/security/libnasl: buildlink3.mk distinfo
	pkgsrc/security/nessus: Makefile.common
	pkgsrc/security/nessus-core: distinfo
	pkgsrc/security/nessus-libraries: distinfo
	pkgsrc/security/nessus-plugins: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/security/libnasl/buildlink3.mk
cvs rdiff -r1.21 -r1.22 pkgsrc/security/libnasl/distinfo
cvs rdiff -r1.28 -r1.29 pkgsrc/security/nessus/Makefile.common
cvs rdiff -r1.21 -r1.22 pkgsrc/security/nessus-core/distinfo
cvs rdiff -r1.24 -r1.25 pkgsrc/security/nessus-libraries/distinfo
cvs rdiff -r1.32 -r1.33 pkgsrc/security/nessus-plugins/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/security/nessus-plugins/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.