summaryrefslogtreecommitdiff
path: root/security/nessus-libraries
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/nessus-libraries
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/nessus-libraries')
-rw-r--r--security/nessus-libraries/PLIST8
-rw-r--r--security/nessus-libraries/buildlink2.mk4
-rw-r--r--security/nessus-libraries/distinfo8
-rw-r--r--security/nessus-libraries/patches/patch-aa10
4 files changed, 15 insertions, 15 deletions
diff --git a/security/nessus-libraries/PLIST b/security/nessus-libraries/PLIST
index 9358a01098c..10943100e15 100644
--- a/security/nessus-libraries/PLIST
+++ b/security/nessus-libraries/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/10/13 09:11:53 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/12/19 18:30:14 frueauf Exp $
bin/nessus-config
include/nessus/getopt.h
include/nessus/harglists.h
@@ -11,17 +11,17 @@ lib/libhosts_gatherer.a
lib/libhosts_gatherer.la
lib/libhosts_gatherer.so
lib/libhosts_gatherer.so.3
-lib/libhosts_gatherer.so.3.6
+lib/libhosts_gatherer.so.3.7
lib/libnessus.a
lib/libnessus.la
lib/libnessus.so
lib/libnessus.so.3
-lib/libnessus.so.3.6
+lib/libnessus.so.3.7
lib/libpcap-nessus.a
lib/libpcap-nessus.la
lib/libpcap-nessus.so
lib/libpcap-nessus.so.3
-lib/libpcap-nessus.so.3.6
+lib/libpcap-nessus.so.3.7
man/man1/nessus-config.1
@dirrm include/nessus/net
@dirrm include/nessus
diff --git a/security/nessus-libraries/buildlink2.mk b/security/nessus-libraries/buildlink2.mk
index dbee793954d..36bb14ca9fe 100644
--- a/security/nessus-libraries/buildlink2.mk
+++ b/security/nessus-libraries/buildlink2.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink2.mk,v 1.1 2002/10/25 12:22:29 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.2 2002/12/19 18:30:14 frueauf Exp $
#
.if !defined(NESSUS_LIBRARIES_BUILDLINK2_MK)
NESSUS_LIBRARIES_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= nessus-libraries
-BUILDLINK_DEPENDS.nessus-libraries?= nessus-libraries>=1.2.6
+BUILDLINK_DEPENDS.nessus-libraries?= nessus-libraries>=1.2.7
BUILDLINK_PKGSRCDIR.nessus-libraries?= ../../security/nessus-libraries
EVAL_PREFIX+= BUILDLINK_PREFIX.nessus-libraries=nessus-libraries
diff --git a/security/nessus-libraries/distinfo b/security/nessus-libraries/distinfo
index 6aa769aa01e..b9ba731ae16 100644
--- a/security/nessus-libraries/distinfo
+++ b/security/nessus-libraries/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2002/10/13 09:11:53 frueauf Exp $
+$NetBSD: distinfo,v 1.10 2002/12/19 18:30:14 frueauf Exp $
-SHA1 (nessus-libraries-1.2.6.tar.gz) = 0a1c33628d8782aeef3c1e3c8bb27e96fb4beb17
-Size (nessus-libraries-1.2.6.tar.gz) = 396602 bytes
-SHA1 (patch-aa) = e66221c14dc503e6c8b936d8495d1c08c5248871
+SHA1 (nessus-libraries-1.2.7.tar.gz) = 99b5f550886d8c6712bacb22a073cb6ba8462bc1
+Size (nessus-libraries-1.2.7.tar.gz) = 397218 bytes
+SHA1 (patch-aa) = bc78c512fb29bc56df28d235195b53079777d7e2
SHA1 (patch-ac) = b26f7728487ce335296b6a1eb3c3145d8cf5dbc3
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"