Hi Jan,thanks for your efforts. Building OpenVAS from source works great with the exception of good old OpenVAS-Client because of wrong include-paths. I've created a diff-file for patching and now i can successfully build OpenVAS-Client.
Currently i did only limited testing with this client an i know it's discussed to get obsolete. Actually i cannot connect to openvas-scanner with credentials working with gsa. Is it still supported?
Stefan
Am 17.04.2013 16:34, schrieb Jan-Oliver Wagner:
Hi, I just updated the website and send the announcement: OpenVAS-6 is out. Thank you all for the help, support, etc! Next steps are to support package builders and collect entries for this page: http://www.openvas.org/install-packages.html The new DEMO VM is in the works. Also, any help is appreciated to make the OpenVAS-6 release known in international and regional press. Please feel free to forward the announcement or parts of it to appropriate places and people. Al the best Jan
-- Prof. Dr.-Ing. Stefan Schwarz, Leiter Rechenzentrum Universität der Bundeswehr München Tel (+49) 89 6004-3200, Fax: -3254, http://www.unibw.de/rz -- Prof. Dr.-Ing. Stefan Schwarz, Leiter Rechenzentrum Universität der Bundeswehr München Tel (+49) 89 6004-3200, Fax: -3254, http://www.unibw.de/rz
Index: src/gui/nvt_pref_sshlogin.c =================================================================== --- src/gui/nvt_pref_sshlogin.c (revision 16089) +++ src/gui/nvt_pref_sshlogin.c (working copy) @@ -34,7 +34,7 @@ #include <gtk/gtk.h> #include "glib.h" -#include <openvas/system.h> /* for efree, estrdup */ +#include <openvas/misc/system.h> /* for efree, estrdup */ #include "nvt_pref_sshlogin.h" Index: openvas/attack.c =================================================================== --- openvas/attack.c (revision 16089) +++ openvas/attack.c (working copy) @@ -17,7 +17,7 @@ #include <includes.h> -#include <openvas/network.h> +#include <openvas/misc/network.h> #include "openvas_plugin.h" #include "comm.h" Index: openvas/sighand.c =================================================================== --- openvas/sighand.c (revision 16089) +++ openvas/sighand.c (working copy) @@ -23,7 +23,7 @@ #include <includes.h> -#include <openvas/network.h> /* for close_stream_connection */ +#include <openvas/misc/network.h> /* for close_stream_connection */ #include "openvas_i18n.h" #include "error_dlg.h" Index: openvas/auth.c =================================================================== --- openvas/auth.c (revision 16089) +++ openvas/auth.c (working copy) @@ -23,7 +23,7 @@ #include <includes.h> #include <stdarg.h> -#include <openvas/network.h> +#include <openvas/misc/network.h> #include "comm.h" #include "auth.h" #include "sighand.h" Index: openvas/prefs_dialog/prefs_dialog_auth.c =================================================================== --- openvas/prefs_dialog/prefs_dialog_auth.c (revision 16089) +++ openvas/prefs_dialog/prefs_dialog_auth.c (working copy) @@ -9,10 +9,10 @@ */ /* for close_stream_connection() */ -#include <openvas/network.h> +#include <openvas/misc/network.h> /* for emalloc, efree, estrdup */ -#include <openvas/system.h> +#include <openvas/misc/system.h> #include "openvas_i18n.h" Index: openvas/parser.c =================================================================== --- openvas/parser.c (revision 16089) +++ openvas/parser.c (working copy) @@ -23,7 +23,7 @@ #include <includes.h> #include "openvas_i18n.h" -#include <openvas/plugutils.h> /* for addslashes */ +#include <openvas/misc/plugutils.h> /* for addslashes */ #include "auth.h" #include "error_dlg.h" Index: openvas/backend.c =================================================================== --- openvas/backend.c (revision 16089) +++ openvas/backend.c (working copy) @@ -28,7 +28,7 @@ #include <includes.h> #include <openvas/base/hash_table_util.h> /* for keys_as_string_list */ #include <openvas/base/severity_filter.h> /* for severity_filter_apply */ -#include <openvas/plugutils.h> /* for addslashes */ +#include <openvas/misc/plugutils.h> /* for addslashes */ #include "context.h" #include "openvas_i18n.h" Index: openvas/subset.c =================================================================== --- openvas/subset.c (revision 16089) +++ openvas/subset.c (working copy) @@ -38,7 +38,7 @@ #include <includes.h> #include <stdarg.h> -#include <openvas/plugutils.h> /* for addslashes */ +#include <openvas/misc/plugutils.h> /* for addslashes */ #include "subset.h"
smime.p7s
Description: S/MIME Kryptografische Unterschrift
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
