summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Foti <foti.giuseppe@gmail.com>2024-07-27 16:17:23 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-07-28 19:39:58 +0200
commitf8c0f04ba96e7a4af031a8a1fd2345a68d42650e (patch)
tree85cc073f6ab1d872e35b2e7d959be7d829571d80 /net-analyzer
parentnet-analyzer/boreas: new package, add 22.5.0 (diff)
downloadgentoo-f8c0f04ba96e7a4af031a8a1fd2345a68d42650e.tar.gz
gentoo-f8c0f04ba96e7a4af031a8a1fd2345a68d42650e.tar.bz2
gentoo-f8c0f04ba96e7a4af031a8a1fd2345a68d42650e.zip
net-analyzer/gvm: Add optfeature for boreas scanning tool
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37745 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/gvm/gvm-22.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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
}