mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
databases/pg-gvm: Update to 22.6.9 security/gsa: Update to 24.6.1 (Only amd64 and aarch64) security/gsad: Update to 24.2.4 security/openvas: Update to 23.16.1 [1] security/gvmd: Update to 25.2.1 security/gvm-libs: 22.21.0 security/py-greenbone-feed-sync: Update to 25.1.0 security/py-ospd-openvas: Update to 22.8.2 security/py-gvm-tools: Update to 25.3.0 security/py-python-gvm: Update to 26.1.1 PR: 285582 Reported by: wen [1]
45 lines
1.3 KiB
Makefile
45 lines
1.3 KiB
Makefile
PORTNAME= gvm
|
|
PORTVERSION= 25.2.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Greenbone vulnerability management (metaport)
|
|
WWW= https://www.openvas.org/
|
|
|
|
USES= metaport python
|
|
|
|
# Install GVM libraries
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/libgvm_base.so:security/gvm-libs
|
|
|
|
# Install GVM Manager
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/gvmd:security/gvmd
|
|
|
|
# Install Scanner wrapper for OSP
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/ospd-openvas:security/py-ospd-openvas@${PY_FLAVOR}
|
|
|
|
# Install OpenVAS Scanner
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/openvas:security/openvas
|
|
|
|
# Install Notus Scanner
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/notus-scanner:security/py-notus-scanner
|
|
|
|
# Install Greenbone Community Feed
|
|
RUN_DEPENDS+= greenbone-feed-sync:security/py-greenbone-feed-sync@${PY_FLAVOR}
|
|
|
|
# Install GVM Web Interface
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/gsad:security/gsad
|
|
RUN_DEPENDS+= ${LOCALBASE}/share/gvm/gsad/web/index.html:security/gsa
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= PYTHON-GVM GVM-TOOLS
|
|
OPTIONS_DEFAULT= PYTHON-GVM GVM-TOOLS
|
|
|
|
PYTHON-GVM_DESC= Install GVM python API library
|
|
GVM-TOOLS_DESC= Install GVM tools
|
|
|
|
PYTHON-GVM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR}
|
|
GVM-TOOLS_RUN_DEPENDS= gvm-cli:security/py-gvm-tools@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|