Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@netbsd.org>
From: Thorsten Frueauf <frueauf@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2002 20:30:15
Module Name:	pkgsrc
Committed By:	frueauf
Date:		Thu Dec 19 18:30:15 UTC 2002

Modified Files:
	pkgsrc/security/libnasl: PLIST buildlink2.mk distinfo
	pkgsrc/security/libnasl/patches: patch-aa
	pkgsrc/security/nessus: Makefile.common
	pkgsrc/security/nessus-core: PLIST buildlink2.mk distinfo
	pkgsrc/security/nessus-libraries: PLIST buildlink2.mk distinfo
	pkgsrc/security/nessus-libraries/patches: patch-aa
	pkgsrc/security/nessus-plugins: PLIST distinfo

Log Message:
Update nessus{-core,-libraries,-plugins} and libnasl to 1.2.7.
Based on pr pkg/19438 by Adrian Portelli.

Changes since 1.2.6:

. changes by Renaud Deraison (deraison@cvs.nessus.org)
- The 'cancel' button of several file selection dialogs is now working
- Optimized several plugins :
	- Web-related checks now use http_recv() instead of recv()
	- open_priv_sock_tcp() has a lower timeout
	- RPC related checks now use get_rpc_port(), a function equivalent
	  to libc's getrpcport() but with a much smaller timeout
	- Decreased the default value of checks_read_timeout from 15 to 5
- Fixed a bug in the plugin selection GUI which would not refresh
  the list of plugins of a given family properly (bug#3)
- Fixed memory leaks in NASL
- Fixed a bug in nessusd which would make it leak memory when receiving a SIGHUP
  (bug#10)
- Fixed a compatibility problem with Nmap 3.10ALPHA (bug#11)
- Nessus now accepts nmap's U: and T: notation for the port range (bug#5)

. changes by Erik Anderson (eanders@pobox.com)
- Added CVE and BID links, added urls and removed dead links from the plugins

. changes by Michel Scheidell (scheidell@secnap.net)
- Improved several SMB-related checks

. changes by Rodolfo Baader (rbaader@activesec.biz)
- Quotes and apostrophes are properly escaped in the XML output report


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/security/libnasl/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/security/libnasl/buildlink2.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/security/libnasl/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/security/libnasl/patches/patch-aa
cvs rdiff -r1.14 -r1.15 pkgsrc/security/nessus/Makefile.common
cvs rdiff -r1.7 -r1.8 pkgsrc/security/nessus-core/PLIST \
    pkgsrc/security/nessus-core/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/security/nessus-core/buildlink2.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/security/nessus-libraries/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/security/nessus-libraries/buildlink2.mk
cvs rdiff -r1.9 -r1.10 pkgsrc/security/nessus-libraries/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/nessus-libraries/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/security/nessus-plugins/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/security/nessus-plugins/distinfo

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