diff options
author | Hasan ÇALIŞIR <hasan.calisir@psauxit.com> | 2019-08-10 16:17:28 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-12 07:54:21 +0300 |
commit | 2a9f8a1cabf8d713b4aab25fc9f0749ed37be4ac (patch) | |
tree | c9d37e7de907f923868c0d950f908fbd271f679e /net-analyzer/openvas | |
parent | x11-drivers/xf86-input-libinput: Version bump to 0.29.0 (diff) | |
download | gentoo-2a9f8a1cabf8d713b4aab25fc9f0749ed37be4ac.tar.gz gentoo-2a9f8a1cabf8d713b4aab25fc9f0749ed37be4ac.tar.bz2 gentoo-2a9f8a1cabf8d713b4aab25fc9f0749ed37be4ac.zip |
net-analyzer/openvas: drop old 8.0.5
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/openvas')
-rw-r--r-- | net-analyzer/openvas/files/README.gentoo | 34 | ||||
-rw-r--r-- | net-analyzer/openvas/openvas-8.0.5-r1.ebuild | 42 |
2 files changed, 0 insertions, 76 deletions
diff --git a/net-analyzer/openvas/files/README.gentoo b/net-analyzer/openvas/files/README.gentoo deleted file mode 100644 index 71dbf185b472..000000000000 --- a/net-analyzer/openvas/files/README.gentoo +++ /dev/null @@ -1,34 +0,0 @@ -To allow openvasmd to work, you need to do the following - -# Generate a Server Certificate -openvas-mkcert - -# Generate a Client Certificate -openvas-mkcert-client -n -i - -# get nvt feed -openvas-nvt-sync (free) or greenbone-nvt-sync (commercial) - -# get scap feed -openvas-scapdata-sync (free) or greenbone-scapdata-sync (commercial) - -# get cert feed -openvas-certdata-sync (free) or greenbone-certdata-sync (commercial) - -# Generate initial NVT cache (takes some minutes) -rc-service openvassd create_cache or openvassd --foreground --only-cache - -# Start the OpenVAS Scanner -rc-service openvassd start or systemctl start openvassd.service - -# Initialize the Database (This is going to take some time, perhaps time to get coffee?) -openvasmd --rebuild --progress -v - -# Create an admin user and note down the initial password -openvasmd --create-user=admin --role=Admin - -# Start the OpenVAS Manager -rc-service openvasmd start or systemctl start openvasmd - -# Start the Greenbone Security Assistant -rc-service gsad start or systemctl start gsad diff --git a/net-analyzer/openvas/openvas-8.0.5-r1.ebuild b/net-analyzer/openvas/openvas-8.0.5-r1.ebuild deleted file mode 100644 index eb5667c7e762..000000000000 --- a/net-analyzer/openvas/openvas-8.0.5-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="A remote security scanner" -HOMEPAGE="http://www.openvas.org/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="+pdf" - -RDEPEND=" - dev-db/redis - >=net-analyzer/openvas-libraries-8.0.5 - >=net-analyzer/openvas-scanner-5.0.4 - >=net-analyzer/openvas-manager-6.0.6 - >=net-analyzer/openvas-cli-1.4.3 - net-analyzer/openvas-tools - pdf? ( - app-text/htmldoc - dev-texlive/texlive-latexextra - virtual/latex-base - )" - -S="${WORKDIR}" - -pkg_postinst() { - elog "Additional support for extra checks can be get from" - optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto - optfeature "NMAP — a portscanner" net-analyzer/nmap - optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan - optfeature "amap — an application protocol detection tool" net-analyzer/amap - optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap - optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi - optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny - optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af - optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greebone-security-assistant -} |