Skip to content
Snippets Groups Projects
Commit bf00a2f4 authored by Jose Alonso Cardenas Marquez's avatar Jose Alonso Cardenas Marquez
Browse files

security/py-ospd: Port was removed

- It was merged into security/py-ospd-openvas
parent 76490618
No related branches found
No related tags found
No related merge requests found
......@@ -913,7 +913,6 @@
SUBDIR += py-onlykey
SUBDIR += py-openssl
SUBDIR += py-oscrypto
SUBDIR += py-ospd
SUBDIR += py-ospd-openvas
SUBDIR += py-paramiko
SUBDIR += py-pass-audit
......
PORTNAME= ospd
DISTVERSION= 21.4.4
CATEGORIES= security net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Base for scanner wrappers for OSP (Open Scanner Protocol)
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1635389759
SHA256 (ospd-21.4.4.tar.gz) = 671cea59e63a7956a378f26275fc14693accacf90d91bddc76b914f48cbd6346
SIZE (ospd-21.4.4.tar.gz) = 100607
--- setup.py.orig 2021-09-04 19:49:01.514046000 -0500
+++ setup.py 2021-09-04 20:24:10.187804000 -0500
@@ -2,7 +2,7 @@
from setuptools import setup
packages = \
-['ospd', 'ospd.command', 'tests', 'tests.command']
+['ospd', 'ospd.command']
package_data = \
{'': ['*']}
OSPD is a community edition of OpenVAS, a framework of several services and
tools offering a comprehensive and powerful vulnerability scanning and
vulnerability management solution.
Sevaral OSPD plugins are available to use with this base OSPD package.
WWW: https://openvas.org/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment