From aeef650820d74bd6d26fd7b050e8db95ada7b011 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 6 Jan 2021 08:57:31 +0000 Subject: - New port: security/py-ospd-openvas This is an OSP server implementation to allow GVM to remotely control OpenVAS, see https://github.com/greenbone/openvas. Once running, you need to configure OpenVAS for the Greenbone Vulnerability Manager, for example via the web interface Greenbone Security Assistant. Then you can create scan tasks to use OpenVAS. WWW: https://github.com/greenbone/ospd-openva --- security/py-ospd-openvas/files/patch-setup.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 security/py-ospd-openvas/files/patch-setup.py (limited to 'security/py-ospd-openvas/files/patch-setup.py') diff --git a/security/py-ospd-openvas/files/patch-setup.py b/security/py-ospd-openvas/files/patch-setup.py new file mode 100644 index 000000000000..d05ccd1d7ed4 --- /dev/null +++ b/security/py-ospd-openvas/files/patch-setup.py @@ -0,0 +1,18 @@ +--- setup.py.orig 2021-01-02 04:58:38.335383000 -0500 ++++ setup.py 2021-01-02 04:58:58.712756000 -0500 +@@ -2,13 +2,13 @@ + from setuptools import setup + + packages = \ +-['ospd_openvas', 'tests'] ++['ospd_openvas'] + + package_data = \ + {'': ['*']} + + modules = \ +-['ospd-openvas', 'ospd', 'CHANGELOG', 'COPYING', 'poetry', 'setup', 'MANIFEST'] ++['ospd-openvas', 'ospd'] + install_requires = \ + ['ospd>=20.8,<21.0', + 'packaging>=20.4,<21.0', -- cgit v1.2.3