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 F1D67138239 for ; Wed, 13 Mar 2019 14:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96FA1E0949; Wed, 13 Mar 2019 14:59:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 59EF2E0949 for ; Wed, 13 Mar 2019 14:59:16 +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 85612335D02 for ; Wed, 13 Mar 2019 14:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C434A8 for ; Wed, 13 Mar 2019 14:59:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1552489039.a4215f047254e25ac869e325e8128092dd15280a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/openvas/metadata.xml net-analyzer/openvas/openvas-9.0.0.ebuild X-VCS-Directories: net-analyzer/openvas/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a4215f047254e25ac869e325e8128092dd15280a X-VCS-Branch: master Date: Wed, 13 Mar 2019 14:59:12 +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: 02f00dfc-9c0c-405d-aae3-f9c521af2d5f X-Archives-Hash: 2c4563c9266131f4340424ec539863cf commit: a4215f047254e25ac869e325e8128092dd15280a Author: Hasan ÇALIŞIR psauxit com> AuthorDate: Thu Feb 7 01:49:13 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 13 14:57:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4215f04 net-analyzer/openvas: version bump to 9.0.0. Bump to 9.0.0. Bump to EAPI 7. This also brings new improvements and introduces the new USE flags: 'extras' 'cli' 'gsa' 'ospd' 'ldap' 'radius'. Acked-by: Hasan ÇALIŞIR psauxit.com> Reported-by: NP-Hardass gentoo.org> Signed-off-by: Hasan ÇALIŞIR psauxit.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10994 Signed-off-by: Patrice Clement gentoo.org> net-analyzer/openvas/metadata.xml | 20 ++++++++++--- net-analyzer/openvas/openvas-9.0.0.ebuild | 47 +++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 4 deletions(-) diff --git a/net-analyzer/openvas/metadata.xml b/net-analyzer/openvas/metadata.xml index 38b8343826e..a2806dd34dc 100644 --- a/net-analyzer/openvas/metadata.xml +++ b/net-analyzer/openvas/metadata.xml @@ -1,8 +1,20 @@ - - - Enable pdf report creation - + + hasan.calisir@psauxit.com + Hasan ÇALIŞIR + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Extra fonts, pdf results and html docs support + Command Line Interface for OpenVAS Scanner throught net-analyzer/gvm-tools + Greenbone Security Assistant (WebUI) through net-analyzer/greenbone-security-assistant + Enable support for scanner wrappers through net-analyzer/ospd + Enable support for ldap through net-nds/openldap + Enable support for radius through net-dialup/freeradius-client + diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild new file mode 100644 index 00000000000..f7bf53cc8a1 --- /dev/null +++ b/net-analyzer/openvas/openvas-9.0.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils + +DESCRIPTION="A remote security scanner" +HOMEPAGE="http://www.openvas.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="+cli +extras +gsa ldap +ospd radius" + +RDEPEND=" + >=net-analyzer/openvas-libraries-9.0.3 + >=net-analyzer/openvas-manager-7.0.3 + >=net-analyzer/openvas-scanner-5.1.3 + cli? ( >=net-analyzer/gvm-tools-1.4.1 ) + extras? ( + >=net-analyzer/openvas-libraries-9.0.3[extras] + >=net-analyzer/openvas-manager-7.0.3[extras] + >=net-analyzer/openvas-scanner-5.1.3[extras] + ) + gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3 + extras? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras] ) + ) + ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] ) + ospd? ( >=net-analyzer/ospd-1.3.2 + extras? ( >=net-analyzer/ospd-1.3.2[extras] ) + ) + radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )" + +pkg_postinst() { + elog "----------------------------IMPORTANT----------------------------" + elog " Please read important notes > /usr/share/openvas/OPENVAS.gentoo " + elog "-----------------------------------------------------------------" + 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 "Application protocol detection tool" net-analyzer/amap + 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 +}