summaryrefslogtreecommitdiff
path: root/security/nessus-libraries/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>2002-12-19 18:30:12 +0000
committerfrueauf <frueauf>2002-12-19 18:30:12 +0000
commit71c068ed986f1fea2a4fc540404346d50edcac32 (patch)
tree7e43e204e03478a052af4efcb2d47550714eab27 /security/nessus-libraries/patches
parent7a08feea44b89505838155dbd26e0ab75a4611c7 (diff)
downloadpkgsrc-71c068ed986f1fea2a4fc540404346d50edcac32.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/nessus-libraries/patches')
-rw-r--r--security/nessus-libraries/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/nessus-libraries/patches/patch-aa b/security/nessus-libraries/patches/patch-aa
index 3078caf2e03..921b2367356 100644
--- a/security/nessus-libraries/patches/patch-aa
+++ b/security/nessus-libraries/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2002/05/10 13:18:46 frueauf Exp $
+$NetBSD: patch-aa,v 1.3 2002/12/19 18:30:14 frueauf Exp $
---- nessus-config.pre.in-orig Wed Nov 14 17:18:04 2001
-+++ nessus-config.pre.in Fri May 10 13:27:27 2002
+--- nessus-config.pre.in.orig Sat Dec 14 15:13:20 2002
++++ nessus-config.pre.in Thu Dec 19 15:24:39 2002
@@ -48,7 +48,7 @@
;;
--libs)
- echo $Xn "-lc -L$LIBDIR -lnessus -lhosts_gatherer @pcap_flag@ $CIPHER $EXTRA $Xc"
-+ echo $Xn "-lc -Wl,-R$LIBDIR -L$LIBDIR -lnessus -lhosts_gatherer @pcap_flag@ $CIPHER $EXTRA $Xc"
++ echo $Xn "-lc -Wl,-R$LIBDIR -L$LIBDIR -lnessus -lhosts_gatherer @pcap_flag@ $CIPHER $EXTRA $Xc"
;;
--cflags)
- echo $Xn "-I$INCLUDEDIR $DEFS -I$INCLUDEDIR/nessus $CIPHER_CFLAGS $SSL_CFLAGS $Xc"
+ echo $Xn "$DEFS -I$INCLUDEDIR/nessus $CIPHER_CFLAGS $SSL_CFLAGS $Xc"