commit: f8c0f04ba96e7a4af031a8a1fd2345a68d42650e Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Sat Jul 27 14:17:23 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Jul 28 17:39:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c0f04b
net-analyzer/gvm: Add optfeature for boreas scanning tool Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37745 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-analyzer/gvm/gvm-22.4-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/gvm/gvm-22.4-r1.ebuild b/net-analyzer/gvm/gvm-22.4-r1.ebuild index 1fce1de5e626..f6cb62c19a7c 100644 --- a/net-analyzer/gvm/gvm-22.4-r1.ebuild +++ b/net-analyzer/gvm/gvm-22.4-r1.ebuild @@ -8,8 +8,8 @@ inherit optfeature systemd DESCRIPTION="Greenbone Vulnerability Management, previously named OpenVAS" HOMEPAGE="https://www.greenbone.net" -SLOT="0" LICENSE="AGPL-3+" +SLOT="0" KEYWORDS="amd64 ~x86" IUSE="cli doc +gsa ldap ospd snmp radius" @@ -37,4 +37,5 @@ pkg_postinst() { optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan optfeature "port scanner" net-analyzer/nmap optfeature "create results from local security checks" net-analyzer/notus-scanner + optfeature "command line tool to scan for alive hosts" net-analyzer/boreas }
