diff options
-rw-r--r-- | net-analyzer/gvm/gvm-10.0.1.ebuild | 11 | ||||
-rw-r--r-- | net-analyzer/gvm/gvm-11.0.0.ebuild | 13 | ||||
-rw-r--r-- | net-analyzer/gvm/gvm-20.8.0.ebuild | 9 |
3 files changed, 15 insertions, 18 deletions
diff --git a/net-analyzer/gvm/gvm-10.0.1.ebuild b/net-analyzer/gvm/gvm-10.0.1.ebuild index a72c4460164f..4587ac214cf7 100644 --- a/net-analyzer/gvm/gvm-10.0.1.ebuild +++ b/net-analyzer/gvm/gvm-10.0.1.ebuild @@ -22,12 +22,11 @@ RDEPEND=" ospd? ( >=net-analyzer/ospd-2.0.0[extras?] )" pkg_postinst() { - elog "Additional support for extra checks can be get from" - optfeature "Web server scanning and testing tool" net-analyzer/nikto - optfeature "Portscanner" net-analyzer/nmap + optfeature "web server scanning and testing tool" net-analyzer/nikto + optfeature "port scanner" net-analyzer/nmap optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan - optfeature "Application protocol detection tool" net-analyzer/amap - optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi + optfeature "application protocol detection tool" net-analyzer/amap + optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny - optfeature "Web application attack and audit framework" net-analyzer/w3af + optfeature "web application attack and audit framework" net-analyzer/w3af } diff --git a/net-analyzer/gvm/gvm-11.0.0.ebuild b/net-analyzer/gvm/gvm-11.0.0.ebuild index 01f284b6ef8a..d8f63107e62a 100644 --- a/net-analyzer/gvm/gvm-11.0.0.ebuild +++ b/net-analyzer/gvm/gvm-11.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,12 +22,11 @@ RDEPEND=" ospd? ( >=net-analyzer/ospd-2.0.0[extras?] )" pkg_postinst() { - elog "Additional support for extra checks can be get from" - optfeature "Web server scanning and testing tool" net-analyzer/nikto - optfeature "Portscanner" net-analyzer/nmap + optfeature "web server scanning and testing tool" net-analyzer/nikto + optfeature "port scanner" net-analyzer/nmap optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan - optfeature "Application protocol detection tool" net-analyzer/amap - optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi + optfeature "application protocol detection tool" net-analyzer/amap + optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny - optfeature "Web application attack and audit framework" net-analyzer/w3af + optfeature "web application attack and audit framework" net-analyzer/w3af } diff --git a/net-analyzer/gvm/gvm-20.8.0.ebuild b/net-analyzer/gvm/gvm-20.8.0.ebuild index 7685fdffc1bc..d0b25e297509 100644 --- a/net-analyzer/gvm/gvm-20.8.0.ebuild +++ b/net-analyzer/gvm/gvm-20.8.0.ebuild @@ -22,11 +22,10 @@ RDEPEND=" ospd? ( >=net-analyzer/ospd-20.8.0[extras?] )" pkg_postinst() { - elog "Additional support for extra checks can be get from" - optfeature "Web server scanning and testing tool" net-analyzer/nikto - optfeature "Portscanner" net-analyzer/nmap + optfeature "web server scanning and testing tool" net-analyzer/nikto + optfeature "port scanner" net-analyzer/nmap optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan - optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi + optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi optfeature "Linux-kernel-based portscanner" net-analyzer/portbunny - optfeature "Web application attack and audit framework" net-analyzer/w3af + optfeature "web application attack and audit framework" net-analyzer/w3af } |