summaryrefslogtreecommitdiff
path: root/security/libnasl/patches/patch-aa
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>2002-12-19 18:30:12 +0000
committerfrueauf <frueauf@pkgsrc.org>2002-12-19 18:30:12 +0000
commit7a24737d034abe0f05e62d0dc7dd3345bc0dee82 (patch)
tree7e43e204e03478a052af4efcb2d47550714eab27 /security/libnasl/patches/patch-aa
parent618340d14deedff9bf8894e6ebaf5bf45cb6bf1f (diff)
downloadpkgsrc-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/patches/patch-aa')
-rw-r--r--security/libnasl/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
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"