Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/, net-analyzer/openvas/files/
Date: Mon, 12 Aug 2019 04:54:42
Message-Id: 1565585661.2a9f8a1cabf8d713b4aab25fc9f0749ed37be4ac.juippis@gentoo
1 commit: 2a9f8a1cabf8d713b4aab25fc9f0749ed37be4ac
2 Author: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
3 AuthorDate: Sat Aug 10 13:17:28 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 12 04:54:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9f8a1c
7
8 net-analyzer/openvas: drop old 8.0.5
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-analyzer/openvas/files/README.gentoo | 34 ----------------------
15 net-analyzer/openvas/openvas-8.0.5-r1.ebuild | 42 ----------------------------
16 2 files changed, 76 deletions(-)
17
18 diff --git a/net-analyzer/openvas/files/README.gentoo b/net-analyzer/openvas/files/README.gentoo
19 deleted file mode 100644
20 index 71dbf185b47..00000000000
21 --- a/net-analyzer/openvas/files/README.gentoo
22 +++ /dev/null
23 @@ -1,34 +0,0 @@
24 -To allow openvasmd to work, you need to do the following
25 -
26 -# Generate a Server Certificate
27 -openvas-mkcert
28 -
29 -# Generate a Client Certificate
30 -openvas-mkcert-client -n -i
31 -
32 -# get nvt feed
33 -openvas-nvt-sync (free) or greenbone-nvt-sync (commercial)
34 -
35 -# get scap feed
36 -openvas-scapdata-sync (free) or greenbone-scapdata-sync (commercial)
37 -
38 -# get cert feed
39 -openvas-certdata-sync (free) or greenbone-certdata-sync (commercial)
40 -
41 -# Generate initial NVT cache (takes some minutes)
42 -rc-service openvassd create_cache or openvassd --foreground --only-cache
43 -
44 -# Start the OpenVAS Scanner
45 -rc-service openvassd start or systemctl start openvassd.service
46 -
47 -# Initialize the Database (This is going to take some time, perhaps time to get coffee?)
48 -openvasmd --rebuild --progress -v
49 -
50 -# Create an admin user and note down the initial password
51 -openvasmd --create-user=admin --role=Admin
52 -
53 -# Start the OpenVAS Manager
54 -rc-service openvasmd start or systemctl start openvasmd
55 -
56 -# Start the Greenbone Security Assistant
57 -rc-service gsad start or systemctl start gsad
58
59 diff --git a/net-analyzer/openvas/openvas-8.0.5-r1.ebuild b/net-analyzer/openvas/openvas-8.0.5-r1.ebuild
60 deleted file mode 100644
61 index eb5667c7e76..00000000000
62 --- a/net-analyzer/openvas/openvas-8.0.5-r1.ebuild
63 +++ /dev/null
64 @@ -1,42 +0,0 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=5
69 -
70 -inherit readme.gentoo
71 -
72 -DESCRIPTION="A remote security scanner"
73 -HOMEPAGE="http://www.openvas.org/"
74 -
75 -SLOT="0"
76 -LICENSE="GPL-2"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE="+pdf"
79 -
80 -RDEPEND="
81 - dev-db/redis
82 - >=net-analyzer/openvas-libraries-8.0.5
83 - >=net-analyzer/openvas-scanner-5.0.4
84 - >=net-analyzer/openvas-manager-6.0.6
85 - >=net-analyzer/openvas-cli-1.4.3
86 - net-analyzer/openvas-tools
87 - pdf? (
88 - app-text/htmldoc
89 - dev-texlive/texlive-latexextra
90 - virtual/latex-base
91 - )"
92 -
93 -S="${WORKDIR}"
94 -
95 -pkg_postinst() {
96 - elog "Additional support for extra checks can be get from"
97 - optfeature "Nikto — a web server scanning and testing tool" net-analyzer/nikto
98 - optfeature "NMAP — a portscanner" net-analyzer/nmap
99 - optfeature "ike-scan - an IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
100 - optfeature "amap — an application protocol detection tool" net-analyzer/amap
101 - optfeature "ldapsearch from OpenLDAP utilities — retrieves information from LDAP dictionaries" net-nds/openldap
102 - optfeature "ovaldi (OVAL) — an OVAL Interpreter" app-forensics/ovaldi
103 - optfeature "portbunny — a Linux-kernel-based portscanner" net-analyzer/portbunny
104 - optfeature "w3af — a web application attack and audit framework" net-analyzer/w3af
105 - optfeature "The Greenbone Security Assistant as alternative to the plain scanner" net-analyzer/greebone-security-assistant
106 -}