git: 3d1a9515653f - main - security/py-python-gvm: update to 22.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 18:53:31 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d1a9515653fd50c6353ff39276593cb6658c0d0 commit 3d1a9515653fd50c6353ff39276593cb6658c0d0 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-08-01 06:48:24 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-08-01 18:41:44 +0000 security/py-python-gvm: update to 22.7.0 ChangeLog at: https://github.com/greenbone/python-gvm/releases/tag/v22.7.0 --- security/py-python-gvm/Makefile | 2 +- security/py-python-gvm/distinfo | 6 ++--- security/py-python-gvm/files/patch-setup.py | 37 +++++++++++++++-------------- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/security/py-python-gvm/Makefile b/security/py-python-gvm/Makefile index dceb0a83b433..75b0a196c569 100644 --- a/security/py-python-gvm/Makefile +++ b/security/py-python-gvm/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gvm -DISTVERSION= 21.11.0 +DISTVERSION= 22.7.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-python-gvm/distinfo b/security/py-python-gvm/distinfo index d7d7f4a256f7..243c672425e7 100644 --- a/security/py-python-gvm/distinfo +++ b/security/py-python-gvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651534130 -SHA256 (python-gvm-21.11.0.tar.gz) = ffb972b554bb5ca3f42446f004e822c044e894fbe7da183f9dc2e9bf72c2b8c3 -SIZE (python-gvm-21.11.0.tar.gz) = 164885 +TIMESTAMP = 1659331466 +SHA256 (python-gvm-22.7.0.tar.gz) = 1b4e296e2038b33c8992ff95c7baaee9db766c58482238f454e7f2e7a7457937 +SIZE (python-gvm-22.7.0.tar.gz) = 175193 diff --git a/security/py-python-gvm/files/patch-setup.py b/security/py-python-gvm/files/patch-setup.py index e9f0ab0e4114..c8f04f01f6ea 100644 --- a/security/py-python-gvm/files/patch-setup.py +++ b/security/py-python-gvm/files/patch-setup.py @@ -1,10 +1,10 @@ ---- 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', +--- setup.py 2022-07-29 05:48:30.961574300 -0500 ++++ setup.py 2022-08-01 00:25:33.168450000 -0500 +@@ -12,75 +12,7 @@ + 'gvm.protocols.gmpv214.system', + 'gvm.protocols.gmpv224', + 'gvm.protocols.gmpv224.entities', +- 'gvm.protocols.gmpv224.system', - 'tests', - 'tests.connections', - 'tests.protocols', @@ -48,16 +48,6 @@ - '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', @@ -68,11 +58,22 @@ - 'tests.protocols.gmpv214.enums', - 'tests.protocols.gmpv214.system', - 'tests.protocols.gmpv214.system.versions', +- 'tests.protocols.gmpv224', +- 'tests.protocols.gmpv224.entities', +- 'tests.protocols.gmpv224.entities.notes', +- 'tests.protocols.gmpv224.entities.overrides', +- 'tests.protocols.gmpv224.entities.scan_configs', +- 'tests.protocols.gmpv224.entities.scanners', +- 'tests.protocols.gmpv224.entities.targets', +- 'tests.protocols.gmpv224.entities.users', +- 'tests.protocols.gmpv224.enums', +- 'tests.protocols.gmpv224.system', +- 'tests.protocols.gmpv224.system.versions', - 'tests.protocols.osp', - 'tests.transforms', - 'tests.utils', - 'tests.xml'] -+ 'gvm.protocols.gmpv214.system'] ++ 'gvm.protocols.gmpv224.system'] package_data = \ {'': ['*']}