From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13AF613835A for ; Mon, 22 Mar 2021 13:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55201E0827; Mon, 22 Mar 2021 13:36:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41208E0827 for ; Mon, 22 Mar 2021 13:36:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39AD433BE3A for ; Mon, 22 Mar 2021 13:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7386F633 for ; Mon, 22 Mar 2021 13:36:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1616420035.3790dcd757606f5da8b3cd2790c606e94b9b193a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm/gvm-20.8.0.ebuild X-VCS-Directories: net-analyzer/gvm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3790dcd757606f5da8b3cd2790c606e94b9b193a X-VCS-Branch: master Date: Mon, 22 Mar 2021 13:36:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 04c09c1f-b5ad-4620-88ca-218a03f41898 X-Archives-Hash: 36d6c97c55f61ffd689c81cfd799aa21 commit: 3790dcd757606f5da8b3cd2790c606e94b9b193a Author: Jonas Licht fem tu-ilmenau de> AuthorDate: Thu Mar 18 22:25:25 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Mar 22 13:33:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3790dcd7 net-analyzer/gvm: version bump to 20.8.0 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jonas Licht fem.tu-ilmenau.de> Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/gvm/gvm-20.8.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/net-analyzer/gvm/gvm-20.8.0.ebuild b/net-analyzer/gvm/gvm-20.8.0.ebuild new file mode 100644 index 00000000000..7685fdffc1b --- /dev/null +++ b/net-analyzer/gvm/gvm-20.8.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit optfeature + +DESCRIPTION="Greenbone Vulnerability Management, previously named OpenVAS" +HOMEPAGE="https://www.greenbone.net/en/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="cli +cron +extras +gsa ldap ospd radius" + +RDEPEND=" + >=net-analyzer/gvm-libs-20.8.0[extras?,ldap?,radius?] + >=net-analyzer/gvmd-20.8.0[extras?] + >=net-analyzer/openvas-scanner-20.8.0[cron?,extras?] + cli? ( >=net-analyzer/gvm-tools-20.8.0 ) + gsa? ( >=net-analyzer/greenbone-security-assistant-20.8.0[extras?] ) + ospd? ( >=net-analyzer/ospd-20.8.0[extras?] )" + +pkg_postinst() { + 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 "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 +}