summaryrefslogtreecommitdiff
path: root/security/libnasl
diff options
context:
space:
mode:
Diffstat (limited to 'security/libnasl')
-rw-r--r--security/libnasl/PLIST6
-rw-r--r--security/libnasl/distinfo7
-rw-r--r--security/libnasl/patches/patch-aa13
3 files changed, 20 insertions, 6 deletions
diff --git a/security/libnasl/PLIST b/security/libnasl/PLIST
index c3c55aa3af6..29b52463716 100644
--- a/security/libnasl/PLIST
+++ b/security/libnasl/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2001/12/30 18:38:53 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/05/10 13:18:44 frueauf Exp $
bin/nasl
bin/nasl-config
include/nessus/nasl.h
lib/libnasl.a
lib/libnasl.la
lib/libnasl.so
-lib/libnasl.so.1
-lib/libnasl.so.1.10
+lib/libnasl.so.3
+lib/libnasl.so.3.0
man/man1/nasl-config.1
man/man1/nasl.1
diff --git a/security/libnasl/distinfo b/security/libnasl/distinfo
index 8846b27557b..096429ec309 100644
--- a/security/libnasl/distinfo
+++ b/security/libnasl/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.5 2001/12/30 18:38:53 frueauf Exp $
+$NetBSD: distinfo,v 1.6 2002/05/10 13:18:45 frueauf Exp $
-SHA1 (libnasl-1.0.10.tar.gz) = 369d2b792f49abe1b509f1629448c4005faf778e
-Size (libnasl-1.0.10.tar.gz) = 231011 bytes
+SHA1 (libnasl-1.2.0.tar.gz) = 2a9799cdeb6b7b494811807e97be6c1a3ad653d7
+Size (libnasl-1.2.0.tar.gz) = 277716 bytes
+SHA1 (patch-aa) = 83517b52724012be4d118c713a4e4c71da387fe7
diff --git a/security/libnasl/patches/patch-aa b/security/libnasl/patches/patch-aa
new file mode 100644
index 00000000000..fc903194c41
--- /dev/null
+++ b/security/libnasl/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2002/05/10 13:18:45 frueauf Exp $
+
+--- nasl-config.in-orig Sun Sep 12 12:08:45 1999
++++ nasl-config.in Fri May 10 13:54:17 2002
+@@ -40,7 +40,7 @@
+ exit 0
+ ;;
+ --libs)
+- echo $Xn "-L$LIBDIR -lnasl $Xc"
++ echo $Xn "-Wl,-R$LIBDIR -L$LIBDIR -lnasl $Xc"
+ ;;
+ --cflags)
+ echo $Xn "-I$INCLUDEDIR $Xc"