Christian Wiese
18 years ago
3 changed files with 294 additions and 0 deletions
@ -0,0 +1,226 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../openvas-plugins/libtool-mode.patch
|
||||
# Copyright (C) 2007 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/3com_hub/Makefile openvas-plugins-0.9.0/plugins/3com_hub/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/3com_hub/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/3com_hub/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -5,8 +5,8 @@
|
||||
all : $(PLUGNAME).nes
|
||||
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -I/usr/local/include `libnet-config --defines --cflags` -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -I/usr/local/include `libnet-config --defines --cflags` -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/find_service/Makefile openvas-plugins-0.9.0/plugins/find_service/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/find_service/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/find_service/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/ftp_write_dirs/Makefile openvas-plugins-0.9.0/plugins/ftp_write_dirs/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/ftp_write_dirs/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/ftp_write_dirs/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/hydra/Makefile openvas-plugins-0.9.0/plugins/hydra/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/hydra/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/hydra/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : hydra.nes
|
||||
hydra.nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o libhydra.la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o libhydra.la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug hydra $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/linux_tftp/Makefile openvas-plugins-0.9.0/plugins/linux_tftp/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/linux_tftp/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/linux_tftp/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/nikto_wrapper/Makefile openvas-plugins-0.9.0/plugins/nikto_wrapper/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/nikto_wrapper/Makefile 2007-02-22 16:49:41.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/nikto_wrapper/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
$(LIBUTIL) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/nmap_tcp_connect/Makefile openvas-plugins-0.9.0/plugins/nmap_tcp_connect/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/nmap_tcp_connect/Makefile 2007-02-22 16:49:43.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/nmap_tcp_connect/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/nmap_wrapper/Makefile openvas-plugins-0.9.0/plugins/nmap_wrapper/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/nmap_wrapper/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/nmap_wrapper/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/objectserver/Makefile openvas-plugins-0.9.0/plugins/objectserver/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/objectserver/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/objectserver/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/openvas_tcp_scanner/Makefile openvas-plugins-0.9.0/plugins/openvas_tcp_scanner/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/openvas_tcp_scanner/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/openvas_tcp_scanner/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/smad/Makefile openvas-plugins-0.9.0/plugins/smad/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/smad/Makefile 2007-02-22 16:49:41.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/smad/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/snmp_portscan/Makefile openvas-plugins-0.9.0/plugins/snmp_portscan/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/snmp_portscan/Makefile 2007-02-22 16:49:42.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/snmp_portscan/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
$(LIBUTIL) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/ssl_ciphers/Makefile openvas-plugins-0.9.0/plugins/ssl_ciphers/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/ssl_ciphers/Makefile 2007-02-22 16:49:43.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/ssl_ciphers/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/synscan/Makefile openvas-plugins-0.9.0/plugins/synscan/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/synscan/Makefile 2007-02-22 16:49:43.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/synscan/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
||||
diff -ruN openvas-plugins-0.9.0.orig/plugins/tftp_grab_file/Makefile openvas-plugins-0.9.0/plugins/tftp_grab_file/Makefile
|
||||
--- openvas-plugins-0.9.0.orig/plugins/tftp_grab_file/Makefile 2007-02-22 16:49:43.000000000 +0100
|
||||
+++ openvas-plugins-0.9.0/plugins/tftp_grab_file/Makefile 2007-09-18 02:43:41.000000000 +0200
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
all : $(PLUGNAME).nes
|
||||
$(PLUGNAME).nes : $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
+ $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
|
||||
+ $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
|
||||
-rpath $(rootdir)/bin/plugins
|
||||
../install_plug $(PLUGNAME) $(rootdir)
|
||||
clean :
|
@ -0,0 +1,34 @@
|
||||
|
||||
[TIMESTAMP] 1190078085 Tue Sep 18 03:14:45 2007 |
||||
[BUILDTIME] 100 (9) |
||||
[SIZE] 10.78 MB, 2851 files |
||||
|
||||
[DEP] 00-dirtree |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] findutils |
||||
[DEP] flex |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] gnutls |
||||
[DEP] grep |
||||
[DEP] libgcrypt |
||||
[DEP] libgpg-error |
||||
[DEP] libnet |
||||
[DEP] libpcap |
||||
[DEP] libtasn1 |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] openvas-libnasl |
||||
[DEP] openvas-libraries |
||||
[DEP] openvas-server |
||||
[DEP] patch |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
@ -0,0 +1,34 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../openvas-plugins/openvas-plugins.desc |
||||
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] OpenVAS Plugins |
||||
|
||||
[T] OpenVAS stands for Open Vulnerability Assessment System. |
||||
[T] The OpenVAS Plugins are needed by the OpenVAS Server. |
||||
|
||||
[U] http://www.openvas.org/ |
||||
|
||||
[A] Tim Brown <freshmeat@machine.org.uk> |
||||
[M] Christian Wiese <morfoh@opensde.org> |
||||
|
||||
[C] extra/library |
||||
|
||||
[L] GPL |
||||
[S] Beta |
||||
[V] 0.9.0 |
||||
[P] X -----5---9 118.300 |
||||
|
||||
[O] . $base/package/*/*/openvas-conf.in |
||||
|
||||
[D] 1582281000 openvas-plugins-0.9.0.tar.gz http://wald.intevation.org/frs/download.php/362/ |
Loading…
Reference in new issue