From 19a685d678a085ebd46841c6948a578da61fd563 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 6 Jan 2021 08:48:43 +0000 Subject: - New port: security/gvmd The Greenbone Vulnerability Manager is the central management service between security scanners and the user clients. It manages the storage of any vulnerability management configurations and of the scan results. Access to data, control commands and workflows is offered via the XML-based Greenbone Management Protocol (GMP). Controlling scanners like OpenVAS is done via the Open Scanner Protocol (OSP). WWW: https://github.com/greenbone/gvmd --- security/gvmd/files/patch-src_manage.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/gvmd/files/patch-src_manage.c (limited to 'security/gvmd/files/patch-src_manage.c') diff --git a/security/gvmd/files/patch-src_manage.c b/security/gvmd/files/patch-src_manage.c new file mode 100644 index 000000000000..85f58ef903cf --- /dev/null +++ b/security/gvmd/files/patch-src_manage.c @@ -0,0 +1,10 @@ +--- src/manage.c 2020-12-31 17:01:32.913198000 -0500 ++++ src/manage.c 2020-12-31 17:01:47.001860000 -0500 +@@ -75,6 +75,7 @@ + #include + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3