diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /net-analyzer/openvas | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'net-analyzer/openvas')
-rw-r--r-- | net-analyzer/openvas/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/openvas/metadata.xml | 20 | ||||
-rw-r--r-- | net-analyzer/openvas/openvas-9.0.0.ebuild | 38 |
3 files changed, 0 insertions, 60 deletions
diff --git a/net-analyzer/openvas/Manifest b/net-analyzer/openvas/Manifest deleted file mode 100644 index 1e8c2a3f4c24..000000000000 --- a/net-analyzer/openvas/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD openvas-9.0.0.ebuild 1509 BLAKE2B 6eeb7438a3b0f529830cfa7e815628b96f27c5a5bf8fcea685efde35b4c6ed28e1ff78795f1120ef132ed9cafef97f4ab57327da164956bfa2328851cc0f51b1 SHA512 ee374829aca084cfbe3e8e73015fbaa37287ee73f310c291baf852cb3eda5bfbcec5b51cd962db282e0b83f62a5593a1796b150d26f3268b810b4c0d1d62b165 -MISC metadata.xml 990 BLAKE2B 38d5a08041cad530d89c9f7f93e6e45718fcc5358d71b72e664d249ae20f6b60502fbf00a0bf5b510c7e12192b5d696b3b262083b55389e36be6b9b6b22b4843 SHA512 897ec95d4a7b86a91fe5ced1dfbf27b724ec3a5c1a83ebdc2dfae76d707013d2ac2d908a341e36f950c0bf125d3010fab4bb58012a650be8bcd988c0d14821c2 diff --git a/net-analyzer/openvas/metadata.xml b/net-analyzer/openvas/metadata.xml deleted file mode 100644 index a2806dd34dca..000000000000 --- a/net-analyzer/openvas/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hasan.calisir@psauxit.com</email> - <name>Hasan ÇALIŞIR</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="extras">Extra fonts, pdf results and html docs support</flag> - <flag name="cli">Command Line Interface for OpenVAS Scanner throught <pkg>net-analyzer/gvm-tools</pkg></flag> - <flag name="gsa">Greenbone Security Assistant (WebUI) through <pkg>net-analyzer/greenbone-security-assistant</pkg></flag> - <flag name="ospd">Enable support for scanner wrappers through <pkg>net-analyzer/ospd</pkg></flag> - <flag name="ldap">Enable support for ldap through <pkg>net-nds/openldap</pkg></flag> - <flag name="radius">Enable support for radius through <pkg>net-dialup/freeradius-client</pkg></flag> - </use> -</pkgmetadata> diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild deleted file mode 100644 index b9d86a8e6da4..000000000000 --- a/net-analyzer/openvas/openvas-9.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils - -DESCRIPTION="A remote security scanner" -HOMEPAGE="http://www.openvas.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="+cli +extras +gsa ldap +ospd radius" - -RDEPEND=" - >=net-analyzer/openvas-libraries-9.0.3[extras?] - >=net-analyzer/openvas-manager-7.0.3[extras?] - ~net-analyzer/openvas-scanner-5.1.3[extras?] - cli? ( >=net-analyzer/gvm-tools-1.4.1 ) - gsa? ( ~net-analyzer/greenbone-security-assistant-7.0.3[extras?] ) - ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] ) - ospd? ( >=net-analyzer/ospd-1.3.2[extras?] ) - radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )" - -pkg_postinst() { - elog "----------------------------IMPORTANT----------------------------" - elog " Please read important notes > /usr/share/openvas/OPENVAS.gentoo " - elog "-----------------------------------------------------------------" - 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 "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 "Linux-kernel-based portscanner" net-analyzer/portbunny - optfeature "Web application attack and audit framework" net-analyzer/w3af -} |