Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm/
Date: Mon, 09 May 2022 12:26:08
Message-Id: 1652098996.c265f45f4474adc7351b9942874ddd13d14a6e21.flow@gentoo
1 commit: c265f45f4474adc7351b9942874ddd13d14a6e21
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 12:23:14 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 12:23:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c265f45f
7
8 net-analyzer/gvm: add 21.4
9
10 Thanks to Jonas Licht for collaborating on updating GVM.
11
12 Closes: https://bugs.gentoo.org/839903
13 Closes: https://github.com/gentoo/gentoo/pull/25274
14 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
15
16 net-analyzer/gvm/gvm-21.4.ebuild | 30 ++++++++++++++++++++++++++++++
17 1 file changed, 30 insertions(+)
18
19 diff --git a/net-analyzer/gvm/gvm-21.4.ebuild b/net-analyzer/gvm/gvm-21.4.ebuild
20 new file mode 100644
21 index 000000000000..6097666ebdc9
22 --- /dev/null
23 +++ b/net-analyzer/gvm/gvm-21.4.ebuild
24 @@ -0,0 +1,30 @@
25 +# Copyright 1999-2022 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=8
29 +
30 +inherit optfeature
31 +
32 +DESCRIPTION="Greenbone Vulnerability Management, previously named OpenVAS"
33 +HOMEPAGE="https://www.greenbone.net"
34 +
35 +SLOT="0"
36 +LICENSE="AGPL-3+"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="cli doc +gsa ldap ospd radius"
39 +
40 +RDEPEND="
41 + >=net-analyzer/gvm-libs-${PV}[doc?,ldap?,radius?]
42 + >=net-analyzer/gvmd-${PV}[doc?]
43 + >=net-analyzer/openvas-scanner-${PV}[doc?]
44 + cli? ( >=net-analyzer/gvm-tools-21.10.0 )
45 + gsa? ( >=net-analyzer/gsad-${PV}[doc?] )
46 + ospd? ( >=net-analyzer/ospd-openvas-${PV}[doc?] )
47 +"
48 +
49 +pkg_postinst() {
50 + optfeature "web server scanning and testing tool" net-analyzer/nikto
51 + optfeature "port scanner" net-analyzer/nmap
52 + optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
53 + optfeature "OVALdi — an OVAL Interpreter" app-forensics/ovaldi
54 +}