git: 6c93d1064f8c - main - security/vuls: Fix pkg-message to point to the correct config file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 16:36:00 UTC
The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c93d1064f8c873199761a8fc60c170b37d60575 commit 6c93d1064f8c873199761a8fc60c170b37d60575 Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2024-10-09 16:35:05 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2024-10-09 16:35:58 +0000 security/vuls: Fix pkg-message to point to the correct config file PR: 281957 --- security/vuls/Makefile | 1 + security/vuls/files/pkg-message.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vuls/Makefile b/security/vuls/Makefile index 9d77920041f1..d46031ef27cd 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,6 +1,7 @@ PORTNAME= vuls DISTVERSIONPREFIX=v DISTVERSION= 0.27.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/vuls/files/pkg-message.in b/security/vuls/files/pkg-message.in index ca0280c8eb07..d5a19c185170 100644 --- a/security/vuls/files/pkg-message.in +++ b/security/vuls/files/pkg-message.in @@ -16,7 +16,7 @@ Configure vuls by editing %%ETCDIR%%/config.toml. Vuls uses the port security/go-cve-dictionary to look up information about packages' CVEs. Install that port separately somewhere in your infrastructure, start the service and point vuls to it for CVE queries by editing vuls' -configuration in %%PREFIX%%/etc/vuls.conf and setting the cveDict url properly. +configuration in %%ETCDIR%%/config.toml and setting the cveDict url properly. If you want to use vuls to collect reports from several nodes, set up the vuls service somewhere in your infrastructure. Set it up by enabling it and start it