Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2003 07:40:17
Module Name: pkgsrc
Committed By: xtraeme
Date: Sat Nov 8 07:40:17 UTC 2003
Modified Files:
pkgsrc/security/libnasl: PLIST buildlink2.mk distinfo
pkgsrc/security/nessus: Makefile.common
pkgsrc/security/nessus-core: buildlink2.mk distinfo
pkgsrc/security/nessus-libraries: PLIST buildlink2.mk distinfo
pkgsrc/security/nessus-plugins: PLIST distinfo
Log Message:
Upgrade nessus and friends to 2.0.9.
This closes PR pkg/23159 by Adrian Portelli.
Changes since 2.0.7:
o The bpf sharing system now works fine on BSD systems, so Nessus
now only requires one /dev/bpf to work correctly, no matter how
many hosts are being tested
o A bug in tcp_ping() would make some probes have a source port set
to 0
o Minor bug fixes
o Added functions in libnasl (join_multicast_group(), unixtime(),
and more...)
o All SSL operations now use non-blocking sockets instead of the
alarm() trick to handle timeouts
o Minimize the number of pixmaps that need to be created in the
Nessus client by re-using them
Review the Changelog file to see a complete list of changes.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/security/libnasl/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/security/libnasl/buildlink2.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/security/libnasl/distinfo
cvs rdiff -r1.18 -r1.19 pkgsrc/security/nessus/Makefile.common
cvs rdiff -r1.6 -r1.7 pkgsrc/security/nessus-core/buildlink2.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/security/nessus-core/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/security/nessus-libraries/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/security/nessus-libraries/buildlink2.mk
cvs rdiff -r1.12 -r1.13 pkgsrc/security/nessus-libraries/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/security/nessus-plugins/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/security/nessus-plugins/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.