summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ospd/metadata.xml10
-rw-r--r--net-analyzer/ospd/ospd-1.3.2.ebuild9
2 files changed, 14 insertions, 5 deletions
diff --git a/net-analyzer/ospd/metadata.xml b/net-analyzer/ospd/metadata.xml
index fa26aa942e17..c20e7ad3a230 100644
--- a/net-analyzer/ospd/metadata.xml
+++ b/net-analyzer/ospd/metadata.xml
@@ -12,4 +12,14 @@
<use>
<flag name="extras">Html docs support</flag>
</use>
+ <longdescription lang="en">
+ OSPD is a base class for scanner wrappers which share the same communication protocol:
+ OSP (Open Scanner Protocol). OSP creates a unified interface for different security scanners
+ and makes their control flow and scan results consistently available under the central
+ Greenbone Vulnerability Manager service.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">greenbone/ospd</remote-id>
+ </upstream>
</pkgmetadata>
+
diff --git a/net-analyzer/ospd/ospd-1.3.2.ebuild b/net-analyzer/ospd/ospd-1.3.2.ebuild
index 9b9c31af66ea..ce11b4a1aa1d 100644
--- a/net-analyzer/ospd/ospd-1.3.2.ebuild
+++ b/net-analyzer/ospd/ospd-1.3.2.ebuild
@@ -6,20 +6,19 @@ EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
-DESCRIPTION="Openvas OSP (Open Scanner Protocol)"
-HOMEPAGE="http://www.openvas.org/"
+DESCRIPTION="Base class for scanner wrappers,communication protocol for GVM"
+HOMEPAGE="https://www.greenbone.net/en/"
SRC_URI="https://github.com/greenbone/ospd/archive/v1.3.2.tar.gz -> ${P}.tar.gz"
SLOT="0"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="extras"
RDEPEND="
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/paramiko[${PYTHON_USEDEP}]
- >=net-analyzer/greenbone-security-assistant-7.0.3"
+ dev-python/paramiko[${PYTHON_USEDEP}]"
DEPEND="
${RDEPEND}"