git: 65eb3439afee - main - securyt/py-python-gvm: update to 21.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:44:31 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=65eb3439afee964177febd7daeb635d4cfa060aa commit 65eb3439afee964177febd7daeb635d4cfa060aa Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-05-22 05:37:15 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-05-22 05:42:13 +0000 securyt/py-python-gvm: update to 21.11.0 ChangeLog at: https://github.com/greenbone/python-gvm/releases/tag/v21.11.0 --- security/py-python-gvm/Makefile | 2 +- security/py-python-gvm/distinfo | 6 +++--- security/py-python-gvm/files/patch-setup.py | 18 ++++++++++++++---- 3 files changed, 18 insertions(+), 8 deletions(-) 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,5 +1,5 @@ PORTNAME= python-gvm -DISTVERSION= 21.10.0 +DISTVERSION= 21.11.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 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,7 +1,7 @@ ---- 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', @@ -48,6 +48,16 @@ - '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',