diff --git a/security/py-python-gvm/Makefile b/security/py-python-gvm/Makefile index bbc865ec2062..dceb0a83b433 100644 --- a/security/py-python-gvm/Makefile +++ b/security/py-python-gvm/Makefile @@ -1,17 +1,17 @@ PORTNAME= python-gvm -DISTVERSION= 21.10.0 +DISTVERSION= 21.11.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= The Greenbone Vulnerability Management Python API library LICENSE= GPLv3+ USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/security/py-python-gvm/distinfo b/security/py-python-gvm/distinfo index 047584a4ccd4..d7d7f4a256f7 100644 --- a/security/py-python-gvm/distinfo +++ b/security/py-python-gvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635551520 -SHA256 (python-gvm-21.10.0.tar.gz) = 402b0edd0c2b905db9628c7a1d0f15dd5c492eac0f4c506e15ff5d928275c83c -SIZE (python-gvm-21.10.0.tar.gz) = 149049 +TIMESTAMP = 1651534130 +SHA256 (python-gvm-21.11.0.tar.gz) = ffb972b554bb5ca3f42446f004e822c044e894fbe7da183f9dc2e9bf72c2b8c3 +SIZE (python-gvm-21.11.0.tar.gz) = 164885 diff --git a/security/py-python-gvm/files/patch-setup.py b/security/py-python-gvm/files/patch-setup.py index 5993d7d8ebac..e9f0ab0e4114 100644 --- a/security/py-python-gvm/files/patch-setup.py +++ b/security/py-python-gvm/files/patch-setup.py @@ -1,68 +1,78 @@ ---- setup.py 2021-06-01 04:03:35.971744800 -0500 -+++ setup.py 2021-06-14 23:12:32.397135000 -0500 -@@ -9,64 +9,7 @@ - 'gvm.protocols.gmpv208.system', +--- setup.py 2021-11-30 04:41:11.846129000 -0500 ++++ setup.py 2022-05-02 18:30:17.004120000 -0500 +@@ -12,74 +12,7 @@ + 'gvm.protocols.gmpv2110.system', 'gvm.protocols.gmpv214', 'gvm.protocols.gmpv214.entities', - 'gvm.protocols.gmpv214.system', - 'tests', - 'tests.connections', - 'tests.protocols', - 'tests.protocols.gmp', - 'tests.protocols.gmpv208', - 'tests.protocols.gmpv208.entities', - 'tests.protocols.gmpv208.entities.alerts', - 'tests.protocols.gmpv208.entities.audits', - 'tests.protocols.gmpv208.entities.credentials', - 'tests.protocols.gmpv208.entities.filters', - 'tests.protocols.gmpv208.entities.groups', - 'tests.protocols.gmpv208.entities.hosts', - 'tests.protocols.gmpv208.entities.notes', - 'tests.protocols.gmpv208.entities.operating_systems', - 'tests.protocols.gmpv208.entities.overrides', - 'tests.protocols.gmpv208.entities.permissions', - 'tests.protocols.gmpv208.entities.policies', - 'tests.protocols.gmpv208.entities.port_lists', - 'tests.protocols.gmpv208.entities.report_formats', - 'tests.protocols.gmpv208.entities.reports', - 'tests.protocols.gmpv208.entities.results', - 'tests.protocols.gmpv208.entities.roles', - 'tests.protocols.gmpv208.entities.scan_configs', - 'tests.protocols.gmpv208.entities.scanners', - 'tests.protocols.gmpv208.entities.schedules', - 'tests.protocols.gmpv208.entities.secinfo', - 'tests.protocols.gmpv208.entities.tags', - 'tests.protocols.gmpv208.entities.targets', - 'tests.protocols.gmpv208.entities.tasks', - 'tests.protocols.gmpv208.entities.tickets', - 'tests.protocols.gmpv208.entities.tls_certificates', - 'tests.protocols.gmpv208.entities.users', - 'tests.protocols.gmpv208.entities.vulnerabilities', - 'tests.protocols.gmpv208.enums', - 'tests.protocols.gmpv208.system', - 'tests.protocols.gmpv208.system.aggregates', - 'tests.protocols.gmpv208.system.authentication', - 'tests.protocols.gmpv208.system.feed', - 'tests.protocols.gmpv208.system.help', - 'tests.protocols.gmpv208.system.system_reports', - 'tests.protocols.gmpv208.system.trashcan', - 'tests.protocols.gmpv208.system.user_settings', - 'tests.protocols.gmpv208.system.versions', +- 'tests.protocols.gmpv2110', +- 'tests.protocols.gmpv2110.entities', +- 'tests.protocols.gmpv2110.entities.notes', +- 'tests.protocols.gmpv2110.entities.overrides', +- 'tests.protocols.gmpv2110.entities.scanners', +- 'tests.protocols.gmpv2110.entities.targets', +- 'tests.protocols.gmpv2110.entities.users', +- 'tests.protocols.gmpv2110.enums', +- 'tests.protocols.gmpv2110.system', +- 'tests.protocols.gmpv2110.system.versions', - 'tests.protocols.gmpv214', - 'tests.protocols.gmpv214.entities', - 'tests.protocols.gmpv214.entities.notes', - 'tests.protocols.gmpv214.entities.overrides', - 'tests.protocols.gmpv214.entities.scanners', - 'tests.protocols.gmpv214.entities.targets', - 'tests.protocols.gmpv214.entities.users', - 'tests.protocols.gmpv214.enums', - 'tests.protocols.gmpv214.system', - 'tests.protocols.gmpv214.system.versions', - 'tests.protocols.osp', - 'tests.transforms', - 'tests.utils', - 'tests.xml'] + 'gvm.protocols.gmpv214.system'] package_data = \ {'': ['*']}