diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-01-06 08:48:43 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-01-06 08:48:43 +0000 |
commit | 19a685d678a085ebd46841c6948a578da61fd563 (patch) | |
tree | 155314ada8cb5de59c3966ca2a3b4559f29a5c5b /security/gvmd/files/patch-src_manage.c | |
parent | - Connect security/openvas (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=560476
Diffstat (limited to 'security/gvmd/files/patch-src_manage.c')
-rw-r--r-- | security/gvmd/files/patch-src_manage.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 <sys/file.h> + #include <sys/stat.h> + #include <sys/types.h> ++#include <sys/socket.h> + #include <sys/wait.h> + #include <time.h> + #include <unistd.h> |