diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-10-20 18:49:47 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-10-20 18:50:29 -0500 |
commit | bff9bc0e00371f32ea06bed1f78e09ec4ccbe826 (patch) | |
tree | 6f4be2c3cc07d4b0e8ca8798a5dde76d3285d5db /security/py-python-gvm | |
parent | misc/freebsd-release-manifests: add 14.0-RC2 (diff) |
security/gvm: Update gvm-libs to 22.7.3 and openvas to 22.7.6
- Bump PORTREVISION
- Update security/py-python-gvm to 23.10.0
- Fix issues with config path of security/py-notus-scanner and
security/py-greenbone-feed-sync [1]
- Improve pkg-message.in from security/gvm [1]
Reported by: Luciano Mannucci <luciano at_ vespaperitivo.it> [1]
Diffstat (limited to 'security/py-python-gvm')
-rw-r--r-- | security/py-python-gvm/Makefile | 5 | ||||
-rw-r--r-- | security/py-python-gvm/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/py-python-gvm/Makefile b/security/py-python-gvm/Makefile index 514dfcc854fa..3d6dc7066687 100644 --- a/security/py-python-gvm/Makefile +++ b/security/py-python-gvm/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-gvm -DISTVERSION= 23.5.1 +DISTVERSION= 23.10.0 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +27,8 @@ post-extract: post-patch: ${REINPLACE_CMD} -i "" -e 's|/run/gvmd/|/var/run/gvmd/|g' \ ${WRKSRC}/gvm/connections.py - ${REINPLACE_CMD} '31d' ${WRKSRC}/pyproject.toml + ${REINPLACE_CMD} -e 's|, { include = "tests", format = "sdist" }||g' \ + ${WRKSRC}/pyproject.toml pre-configure: @cd ${WRKSRC} && poetry2setup > ${WRKSRC}/setup.py diff --git a/security/py-python-gvm/distinfo b/security/py-python-gvm/distinfo index 668f679af186..7723bb2b2fec 100644 --- a/security/py-python-gvm/distinfo +++ b/security/py-python-gvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695319244 -SHA256 (greenbone-python-gvm-v23.5.1_GH0.tar.gz) = c0933d1fd0a1c04ca88d6dcf74646ef2fed4aa5bb44132b1f60679cf580e99a7 -SIZE (greenbone-python-gvm-v23.5.1_GH0.tar.gz) = 291456 +TIMESTAMP = 1697844480 +SHA256 (greenbone-python-gvm-v23.10.0_GH0.tar.gz) = 6d11c9b07790386bb16a8cce207a92ccfbaf9202b6dec2089bdd9b673ea6ef0c +SIZE (greenbone-python-gvm-v23.10.0_GH0.tar.gz) = 272387 |