From 8860bfe7725c50b72b91eeb5f86897833198cece Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 19 Sep 2007 12:32:37 +0200 Subject: [PATCH] Added openvas-plugins (0.9.0) - OpenVAS Plugins --- network/openvas-plugins/libtool-mode.patch | 226 ++++++++++++++++++ network/openvas-plugins/openvas-plugins.cache | 34 +++ network/openvas-plugins/openvas-plugins.desc | 34 +++ 3 files changed, 294 insertions(+) create mode 100644 network/openvas-plugins/libtool-mode.patch create mode 100644 network/openvas-plugins/openvas-plugins.cache create mode 100644 network/openvas-plugins/openvas-plugins.desc diff --git a/network/openvas-plugins/libtool-mode.patch b/network/openvas-plugins/libtool-mode.patch new file mode 100644 index 000000000..b324945b6 --- /dev/null +++ b/network/openvas-plugins/libtool-mode.patch @@ -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 : diff --git a/network/openvas-plugins/openvas-plugins.cache b/network/openvas-plugins/openvas-plugins.cache new file mode 100644 index 000000000..3d426d0ea --- /dev/null +++ b/network/openvas-plugins/openvas-plugins.cache @@ -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 diff --git a/network/openvas-plugins/openvas-plugins.desc b/network/openvas-plugins/openvas-plugins.desc new file mode 100644 index 000000000..d396b5599 --- /dev/null +++ b/network/openvas-plugins/openvas-plugins.desc @@ -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 +[M] Christian Wiese + +[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/