Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2006 12:45:57
Module Name:	pkgsrc
Committed By:	salo
Date:		Tue Apr 25 12:45:57 UTC 2006

Modified Files:
	pkgsrc/security/libnasl: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/security/nessus: Makefile Makefile.common
	pkgsrc/security/nessus-core: MESSAGE Makefile PLIST buildlink3.mk
	    distinfo
	pkgsrc/security/nessus-core/files: nessusd.sh
	pkgsrc/security/nessus-libraries: Makefile distinfo
	pkgsrc/security/nessus-plugins: Makefile distinfo
Added Files:
	pkgsrc/security/libnasl/patches: patch-ab
	pkgsrc/security/nessus-core/patches: patch-ab
Removed Files:
	pkgsrc/security/nessus: MESSAGE
	pkgsrc/security/nessus-plugins: MESSAGE

Log Message:
Update to version 2.2.7

Approved by <frueauf>

Changes:
- make it work as binary packages,
- remove useless MESSAGE files,
- add nmap.nasl plugin, not included by default upstream,
- make the installation a bit more sane and easier to configure.

2.2.7:
======

Nessus 2.2.7 contains several fixes for bugs which have been found
during the 3.x developement process and have been backported to this
branch. It also slightly extends the NASL language by adding support for
arrays of arrays. We will use this feature in some key plugins (SMB in
particular) within 6 months, so you should definitely upgrade to 2.2.7
or 3.0.x.

nessus-libraries:
- Fixed a NULL pointer dereferencement in the BPF server (this mostly
  affects OpenBSD and FreeBSD < 5)
- The 'service' functions now only deal with the services file provided
- with Nessus (instead of using a mix of /etc/services and others)

libnasl:
- Fixed off-by-one bugs in insstr() and str_replace() which would
  sometimes prevent these two functions from properly dealing with the
  last character of a string
- Fixed tcp_ping() which was too aggressive and may therefore sometimes
  miss a live host
- Fixed a bug in send() which would not properly validate the value of the
  'length' variable
- Now handle arrays of arrays
- Fixed open_priv_sock_tcp() which would report a successful connection
  when timing out

nessusd:
- Properly install the file 'nessus-services' in $prefix/var/nessus/
- Bigger buffer when receiving preferences from the client (to avoid a
  possible truncation of the plugin list in the future)
- Fixed a bug in the preferences parser which would cause nessusd to die
  on startup when processing a malformed preference file

nessus client:
- Fixed an unlikely but potential segmentation fault when viewing the
  report in the GUI
- Erase the credentials from memory after having used them (thanks to
  Sumiut Siddhart for noticing this)

plugins:
- Fixed several bugs in find_services.c which would not properly set the
  key Transport/SSL or which may read some data beyond its buffer
- Fixed a bad #if/#endif clause in nessus_tcp_scanner.c which prevented it
  from recomputing the RTT, hence negatively impacting the performance
- nmap.nasl has been removed from the main distribution (to use nmap from
  within Nessus read http://www.nessus.org/documentation/?doc=nmap-usage)


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/security/libnasl/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/security/libnasl/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/security/libnasl/buildlink3.mk
cvs rdiff -r1.20 -r1.21 pkgsrc/security/libnasl/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/libnasl/patches/patch-ab
cvs rdiff -r1.2 -r0 pkgsrc/security/nessus/MESSAGE
cvs rdiff -r1.32 -r1.33 pkgsrc/security/nessus/Makefile
cvs rdiff -r1.27 -r1.28 pkgsrc/security/nessus/Makefile.common
cvs rdiff -r1.7 -r1.8 pkgsrc/security/nessus-core/MESSAGE
cvs rdiff -r1.29 -r1.30 pkgsrc/security/nessus-core/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/security/nessus-core/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/security/nessus-core/buildlink3.mk
cvs rdiff -r1.20 -r1.21 pkgsrc/security/nessus-core/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/security/nessus-core/files/nessusd.sh
cvs rdiff -r0 -r1.3 pkgsrc/security/nessus-core/patches/patch-ab
cvs rdiff -r1.25 -r1.26 pkgsrc/security/nessus-libraries/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/security/nessus-libraries/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/security/nessus-plugins/MESSAGE
cvs rdiff -r1.29 -r1.30 pkgsrc/security/nessus-plugins/Makefile
cvs rdiff -r1.21 -r1.22 pkgsrc/security/nessus-plugins/distinfo

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