diff options
author | frueauf <frueauf@pkgsrc.org> | 2002-12-19 18:30:12 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2002-12-19 18:30:12 +0000 |
commit | 7a24737d034abe0f05e62d0dc7dd3345bc0dee82 (patch) | |
tree | 7e43e204e03478a052af4efcb2d47550714eab27 /security/libnasl | |
parent | 618340d14deedff9bf8894e6ebaf5bf45cb6bf1f (diff) | |
download | pkgsrc-7a24737d034abe0f05e62d0dc7dd3345bc0dee82.tar.gz |
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
Diffstat (limited to 'security/libnasl')
-rw-r--r-- | security/libnasl/PLIST | 4 | ||||
-rw-r--r-- | security/libnasl/buildlink2.mk | 4 | ||||
-rw-r--r-- | security/libnasl/distinfo | 8 | ||||
-rw-r--r-- | security/libnasl/patches/patch-aa | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/security/libnasl/PLIST b/security/libnasl/PLIST index 53181dd8ea5..7e37715b04b 100644 --- a/security/libnasl/PLIST +++ b/security/libnasl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/10/13 09:11:51 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/12/19 18:30:12 frueauf Exp $ bin/nasl bin/nasl-config include/nessus/nasl.h @@ -6,6 +6,6 @@ lib/libnasl.a lib/libnasl.la lib/libnasl.so lib/libnasl.so.3 -lib/libnasl.so.3.6 +lib/libnasl.so.3.7 man/man1/nasl-config.1 man/man1/nasl.1 diff --git a/security/libnasl/buildlink2.mk b/security/libnasl/buildlink2.mk index c603c4a552b..6d8bb861384 100644 --- a/security/libnasl/buildlink2.mk +++ b/security/libnasl/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.1 2002/10/25 21:11:27 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2002/12/19 18:30:13 frueauf Exp $ # .if !defined(LIBNASL_BUILDLINK2_MK) LIBNASL_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= libnasl -BUILDLINK_DEPENDS.libnasl?= libnasl>=1.2.6 +BUILDLINK_DEPENDS.libnasl?= libnasl>=1.2.7 BUILDLINK_PKGSRCDIR.libnasl?= ../../security/libnasl EVAL_PREFIX+= BUILDLINK_PREFIX.libnasl=libnasl diff --git a/security/libnasl/distinfo b/security/libnasl/distinfo index 6b7c813bd01..edee8d52eba 100644 --- a/security/libnasl/distinfo +++ b/security/libnasl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/10/13 09:11:51 frueauf Exp $ +$NetBSD: distinfo,v 1.8 2002/12/19 18:30:13 frueauf Exp $ -SHA1 (libnasl-1.2.6.tar.gz) = da8e5679b01091743577122a833fa44aa1d975b0 -Size (libnasl-1.2.6.tar.gz) = 278333 bytes -SHA1 (patch-aa) = 83517b52724012be4d118c713a4e4c71da387fe7 +SHA1 (libnasl-1.2.7.tar.gz) = 2f94e368708bd2ed8e3362c567278f7ae5848fad +Size (libnasl-1.2.7.tar.gz) = 278796 bytes +SHA1 (patch-aa) = d01ee7b9c99d3775b3474164217384fbd432a1cd diff --git a/security/libnasl/patches/patch-aa b/security/libnasl/patches/patch-aa index fc903194c41..c21861f0513 100644 --- a/security/libnasl/patches/patch-aa +++ b/security/libnasl/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1 2002/05/10 13:18:45 frueauf Exp $ +$NetBSD: patch-aa,v 1.2 2002/12/19 18:30:13 frueauf Exp $ ---- nasl-config.in-orig Sun Sep 12 12:08:45 1999 -+++ nasl-config.in Fri May 10 13:54:17 2002 +--- nasl-config.in.orig Sat Dec 14 15:13:44 2002 ++++ nasl-config.in Thu Dec 19 15:31:09 2002 @@ -40,7 +40,7 @@ exit 0 ;; @@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.1 2002/05/10 13:18:45 frueauf Exp $ + echo $Xn "-Wl,-R$LIBDIR -L$LIBDIR -lnasl $Xc" ;; --cflags) - echo $Xn "-I$INCLUDEDIR $Xc" + echo $Xn "-I$INCLUDEDIR/nessus $Xc" |