summaryrefslogtreecommitdiff
path: root/net-analyzer/openvas
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /net-analyzer/openvas
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'net-analyzer/openvas')
-rw-r--r--net-analyzer/openvas/Manifest2
-rw-r--r--net-analyzer/openvas/files/README.gentoo34
-rw-r--r--net-analyzer/openvas/openvas-8.0.5-r1.ebuild42
3 files changed, 0 insertions, 78 deletions
diff --git a/net-analyzer/openvas/Manifest b/net-analyzer/openvas/Manifest
index a95381ad2e52..86092e051156 100644
--- a/net-analyzer/openvas/Manifest
+++ b/net-analyzer/openvas/Manifest
@@ -1,4 +1,2 @@
-AUX README.gentoo 1029 BLAKE2B e44091e9ea96dd210d0e31033212893c8197bff4393b8cb6a4ce38bc53ed43b8ecad649f8b47683346c0c353c7c06e29e64d298be19ba0fc8db2d0d36411b2cf SHA512 aeff351d306e4bc818b48d254c9efd618818b9ae1025285e97105908746628db469b4fa4620cb0db3032f58f50f3615779cf35c098e3e7819c01c24ee0adefc5
-EBUILD openvas-8.0.5-r1.ebuild 1460 BLAKE2B 4e0553cdf1cdd6055e7940d96c5e2336d557f09dbcbac2ca23f78e38cfe6062e6926a79c4afdd0f0d5fbf1a0659c0866e5e0cabc23958a36a974c25ad38181a3 SHA512 46582e09a8bada805ec596ff3d11493a678d33b5133b815b4812a5258733853af3f42664657d98e53ad8de47ad1f3e7bf404ea8b63406e25d8ca7f91ae564d30
EBUILD openvas-9.0.0.ebuild 1511 BLAKE2B 6ecacd49f16ac33eb77939e4b033ec4a4aeafe4598cf83f9aa64b9f06c944e04d5b40f616b6efafc15af4f882d8d239a8f34765927a98d918454e6263d0e687b SHA512 9db7d7c6df328ba1e15d0531a083a14706b816ff1fbb97a4b39d6330396637211d48c9a7c1e772cfbdf721ea59ea76fecea4da52d78f9fe09531975a29c66fce
MISC metadata.xml 990 BLAKE2B 38d5a08041cad530d89c9f7f93e6e45718fcc5358d71b72e664d249ae20f6b60502fbf00a0bf5b510c7e12192b5d696b3b262083b55389e36be6b9b6b22b4843 SHA512 897ec95d4a7b86a91fe5ced1dfbf27b724ec3a5c1a83ebdc2dfae76d707013d2ac2d908a341e36f950c0bf125d3010fab4bb58012a650be8bcd988c0d14821c2
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
-}