jlec 15/04/06 10:59:52 Modified: ChangeLog Added: openvas-8.0.1.ebuild Removed: openvas-8_beta6.ebuild Log: Version Bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.30 net-analyzer/openvas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 15 Mar 2015 10:22:40 -0000 1.29 +++ ChangeLog 6 Apr 2015 10:59:51 -0000 1.30 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/openvas # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.29 2015/03/15 10:22:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/ChangeLog,v 1.30 2015/04/06 10:59:51 jlec Exp $ + +*openvas-8.0.1 (06 Apr 2015) + + 06 Apr 2015; Justin Lecher <[email protected]> +openvas-8.0.1.ebuild, + -openvas-8_beta6.ebuild: + Version Bump 15 Mar 2015; Justin Lecher <[email protected]> files/README.gentoo: Fix typos in README file 1.1 net-analyzer/openvas/openvas-8.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/openvas-8.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas/openvas-8.0.1.ebuild?rev=1.1&content-type=text/plain Index: openvas-8.0.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-8.0.1.ebuild,v 1.1 2015/04/06 10:59:51 jlec Exp $ 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" DEPEND=" >=net-analyzer/openvas-libraries-8.0.1 >=net-analyzer/openvas-scanner-5.0.1 >=net-analyzer/openvas-manager-6.0.1 >=net-analyzer/openvas-cli-1.4.0 net-analyzer/openvas-tools pdf? ( app-text/htmldoc dev-texlive/texlive-latexextra virtual/latex-base )" # greenbone-security-desktop is broken and unsupported upstream RDEPEND="${DEPEND}" 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 }
