Subject: CVS commit: pkgsrc/security
From: Lubomir Sedlacik
Date: 2006-04-25 14:45:57
Message id: 20060425124557.AD5332DA27@cvs.netbsd.org

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)

Files:
RevisionActionfile
1.18modifypkgsrc/security/libnasl/Makefile
1.13modifypkgsrc/security/libnasl/PLIST
1.8modifypkgsrc/security/libnasl/buildlink3.mk
1.21modifypkgsrc/security/libnasl/distinfo
1.33modifypkgsrc/security/nessus/Makefile
1.28modifypkgsrc/security/nessus/Makefile.common
1.8modifypkgsrc/security/nessus-core/MESSAGE
1.30modifypkgsrc/security/nessus-core/Makefile
1.16modifypkgsrc/security/nessus-core/PLIST
1.10modifypkgsrc/security/nessus-core/buildlink3.mk
1.21modifypkgsrc/security/nessus-core/distinfo
1.2modifypkgsrc/security/nessus-core/files/nessusd.sh
1.26modifypkgsrc/security/nessus-libraries/Makefile
1.24modifypkgsrc/security/nessus-libraries/distinfo
1.30modifypkgsrc/security/nessus-plugins/Makefile
1.22modifypkgsrc/security/nessus-plugins/distinfo
1.1addpkgsrc/security/libnasl/patches/patch-ab
1.3addpkgsrc/security/nessus-core/patches/patch-ab
1.2removepkgsrc/security/nessus/MESSAGE
1.1removepkgsrc/security/nessus-plugins/MESSAGE