diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-11-08 07:40:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-11-08 07:40:17 +0000 |
commit | 95056a12ccff32c692cb483e13e8232e04eff1b1 (patch) | |
tree | 136c7e7689db1516372bfa3a7b10700f08092adb /security/nessus-core | |
parent | c1ff944e1570ab82efa58f7b7d6e772f2753fe80 (diff) | |
download | pkgsrc-95056a12ccff32c692cb483e13e8232e04eff1b1.tar.gz |
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.
Diffstat (limited to 'security/nessus-core')
-rw-r--r-- | security/nessus-core/buildlink2.mk | 4 | ||||
-rw-r--r-- | security/nessus-core/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/nessus-core/buildlink2.mk b/security/nessus-core/buildlink2.mk index 1d618d5ce75..7fb2f803df7 100644 --- a/security/nessus-core/buildlink2.mk +++ b/security/nessus-core/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.6 2003/09/02 09:29:51 frueauf Exp $ +# $NetBSD: buildlink2.mk,v 1.7 2003/11/08 07:40:17 xtraeme Exp $ # .if !defined(NESSUS_CORE_BUILDLINK2_MK) NESSUS_CORE_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= nessus-core -BUILDLINK_DEPENDS.nessus-core?= nessus-core>=2.0.7 +BUILDLINK_DEPENDS.nessus-core?= nessus-core>=2.0.9 BUILDLINK_PKGSRCDIR.nessus-core?= ../../security/nessus-core EVAL_PREFIX+= BUILDLINK_PREFIX.nessus-core=nessus-core diff --git a/security/nessus-core/distinfo b/security/nessus-core/distinfo index 15ec16d9530..24edbcc0724 100644 --- a/security/nessus-core/distinfo +++ b/security/nessus-core/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2003/09/02 09:29:51 frueauf Exp $ +$NetBSD: distinfo,v 1.11 2003/11/08 07:40:17 xtraeme Exp $ -SHA1 (nessus-core-2.0.7.tar.gz) = c9265fdc47ce1495bebde2e88b26439bcb1ff2c3 -Size (nessus-core-2.0.7.tar.gz) = 649225 bytes +SHA1 (nessus-core-2.0.9.tar.gz) = 737e3749d65ce68c0ea987c4b9969c0ce3a56d17 +Size (nessus-core-2.0.9.tar.gz) = 648864 bytes SHA1 (patch-aa) = 5f652c2c2828dc7de9c6060b4ae1fc237e723cda |