diff options
author | salo <salo> | 2006-12-17 21:06:22 +0000 |
---|---|---|
committer | salo <salo> | 2006-12-17 21:06:22 +0000 |
commit | 4b20987aa8e1112824dfac9a7cdf501d82f25cdd (patch) | |
tree | 89e8174100bb08119bf51dffd1e4c5be08eaf6b1 /security/libnasl | |
parent | d3035d803ff74c0c3aaeacfbddbdf74a84f45470 (diff) | |
download | pkgsrc-4b20987aa8e1112824dfac9a7cdf501d82f25cdd.tar.gz |
Update to version 2.2.9
ok <frueauf>, the MAINTAINER.
changes:
2.2.9:
======
- nessus-mkcert-client:
- Make sure that the user calling nessus-mkcert-client is root
- nessus-libraries:
- Fixed a bug in the PCAP handler which in turn should fix synscan.nes
- nessus:
- Fixed a possible memory corruption issue when creating a list of plugins
to launch
- Fixed a corruption of the .nessusrc files when receiving some plugin
prefs ending by a space
- nessus-fetch:
- Make sure that every request (including the proxy CONNECT request)
is done with the user-specified user-agent.
- nessus-plugins:
- Fixed a banner encoding problem in nessus_tcp_scanner and find_service
- Fixed a possible deadlock in synscan
- nessusd:
- Avoid a deadlock when waiting for a sub process to die
2.2.8:
======
- nessusd:
- Make sure that plugins of type ACT_INIT and ACT_SETTINGS are
always enabled during a scan
- Display more error verbose error messages when it's impossible to
load a .nes plugin
- Fixed a harmless memory reallocation problem which would truncate
a very long preference name
- nessus-libraries:
- Fixed a possible memory corruption when forwarding data from a process
to another
- libnasl:
- 'a = b + c ++' would not work as expected
- fixed a memory allocation problem when split() is passed an argument
of the wrong type
Diffstat (limited to 'security/libnasl')
-rw-r--r-- | security/libnasl/buildlink3.mk | 6 | ||||
-rw-r--r-- | security/libnasl/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/libnasl/buildlink3.mk b/security/libnasl/buildlink3.mk index c0dc063bb3f..45b8409ce4e 100644 --- a/security/libnasl/buildlink3.mk +++ b/security/libnasl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:11:07 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2006/12/17 21:06:23 salo Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBNASL_BUILDLINK3_MK:= ${LIBNASL_BUILDLINK3_MK}+ @@ -12,8 +12,8 @@ BUILDLINK_PACKAGES+= libnasl BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libnasl .if !empty(LIBNASL_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.libnasl+= libnasl>=2.2.7 -BUILDLINK_ABI_DEPENDS.libnasl?= libnasl>=2.2.7 +BUILDLINK_API_DEPENDS.libnasl+= libnasl>=2.2.9 +BUILDLINK_ABI_DEPENDS.libnasl?= libnasl>=2.2.9 BUILDLINK_PKGSRCDIR.libnasl?= ../../security/libnasl .endif # LIBNASL_BUILDLINK3_MK diff --git a/security/libnasl/distinfo b/security/libnasl/distinfo index d0edf2fc933..50768fe1c46 100644 --- a/security/libnasl/distinfo +++ b/security/libnasl/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2006/04/25 12:45:57 salo Exp $ +$NetBSD: distinfo,v 1.22 2006/12/17 21:06:23 salo Exp $ -SHA1 (libnasl-2.2.7.tar.gz) = d2d0c5b8ce6e63e08069173b414fa6588837cb46 -RMD160 (libnasl-2.2.7.tar.gz) = 281c6ea87e8eba25152f6f81bdf7186b2ceb9e43 -Size (libnasl-2.2.7.tar.gz) = 364755 bytes +SHA1 (libnasl-2.2.9.tar.gz) = b3d9015a54317f6dd66e4148c51e1783534f3b61 +RMD160 (libnasl-2.2.9.tar.gz) = c7f1d5ebd080ed60cb79838601ada8617ec4b9ec +Size (libnasl-2.2.9.tar.gz) = 366960 bytes SHA1 (patch-aa) = dd13fb7ddaf21f313e392e76138bbb66c7bdfbcb SHA1 (patch-ab) = 8a8b99ce00f298eae8a18741d966a1ee70cbba1c |