jlec 14/09/30 16:00:26 Modified: ChangeLog Added: openvas-libraries-7.0.4-r1.ebuild Log: net-analyzer/openvas-libraries: Correct pidfile location (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.23 net-analyzer/openvas-libraries/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 29 Sep 2014 19:09:59 -0000 1.22 +++ ChangeLog 30 Sep 2014 16:00:26 -0000 1.23 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/openvas-libraries # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 1.22 2014/09/29 19:09:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/ChangeLog,v 1.23 2014/09/30 16:00:26 jlec Exp $ + +*openvas-libraries-7.0.4-r1 (30 Sep 2014) + + 30 Sep 2014; Justin Lecher <[email protected]> + +openvas-libraries-7.0.4-r1.ebuild, +files/openvas-libraries-7.0.4-run.patch: + Correct pidfile location 29 Sep 2014; Justin Lecher <[email protected]> openvas-libraries-8.0_beta2.ebuild, 1.1 net-analyzer/openvas-libraries/openvas-libraries-7.0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.4-r1.ebuild?rev=1.1&content-type=text/plain Index: openvas-libraries-7.0.4-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-7.0.4-r1.ebuild,v 1.1 2014/09/30 16:00:26 jlec Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="A remote security scanner for Linux (openvas-libraries)" HOMEPAGE="http://www.openvas.org/" SRC_URI="http://wald.intevation.org/frs/download.php/1722/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="ldap" RDEPEND=" >=dev-libs/glib-2.12 net-libs/gnutls net-libs/libpcap app-crypt/gpgme !net-analyzer/openvas-libnasl net-libs/libssh ldap? ( net-nds/openldap )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex virtual/pkgconfig dev-util/cmake" DOCS="ChangeLog CHANGES README" PATCHES=( "${FILESDIR}"/${P}-libssh.patch "${FILESDIR}"/${P}-bsdsource.patch "${FILESDIR}"/${P}-run.patch ) src_prepare() { sed \ -e '/^install.*OPENVAS_CACHE_DIR.*/d' \ -i CMakeLists.txt || die cmake-utils_src_prepare } src_configure() { local mycmakeargs=( "-DLOCALSTATEDIR=${EPREFIX}/var" "-DSYSCONFDIR=${EPREFIX}/etc" $(cmake-utils_use_build ldap WITH_LDAP) ) cmake-utils_src_configure }
