jer 14/10/25 11:50:22 Modified: ChangeLog Added: nepenthes-0.2.2-r1.ebuild Log: EAPI bump. einstall -> default (bug #521574). Replace sed scripts with patches. Do not install static plugins. Bring sub-20k patch into the tree. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.25 net-analyzer/nepenthes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 2 Oct 2012 13:26:00 -0000 1.24 +++ ChangeLog 25 Oct 2014 11:50:22 -0000 1.25 @@ -1,6 +1,16 @@ # ChangeLog for net-analyzer/nepenthes -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v 1.24 2012/10/02 13:26:00 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nepenthes/ChangeLog,v 1.25 2014/10/25 11:50:22 jer Exp $ + +*nepenthes-0.2.2-r1 (25 Oct 2014) + + 25 Oct 2014; Jeroen Roovers <[email protected]> +nepenthes-0.2.2-r1.ebuild, + +files/nepenthes-0.2.2-Werror.patch, +files/nepenthes-0.2.2-cachedir.patch, + +files/nepenthes-0.2.2-curl_types_h.patch, files/nepenthes-0.2.2-gcc4.patch, + +files/nepenthes-0.2.2-gcc44.patch, +files/nepenthes-0.2.2-libdir.patch, + +files/nepenthes-0.2.2-sysconfdir.patch: + EAPI bump. einstall -> default (bug #521574). Replace sed scripts with + patches. Do not install static plugins. Bring sub-20k patch into the tree. 02 Oct 2012; Sergey Popov <[email protected]> nepenthes-0.2.2.ebuild: Fix for building with newer curl wrt bug #426482 1.1 net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nepenthes/nepenthes-0.2.2-r1.ebuild?rev=1.1&content-type=text/plain Index: nepenthes-0.2.2-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/nepenthes/nepenthes-0.2.2-r1.ebuild,v 1.1 2014/10/25 11:50:22 jer Exp $ EAPI=5 inherit autotools eutils user DESCRIPTION="Nepenthes is a low interaction honeypot that captures worms by emulating known vulnerabilities" HOMEPAGE="http://nepenthes.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" >=net-misc/curl-7.22.0 dev-libs/libpcre net-libs/adns sys-apps/file " DEPEND="${RDEPEND}" pkg_setup() { enewgroup nepenthes enewuser nepenthes -1 -1 /dev/null nepenthes } src_prepare() { epatch \ "${FILESDIR}"/${P}-Werror.patch \ "${FILESDIR}"/${P}-cachedir.patch \ "${FILESDIR}"/${P}-curl_types_h.patch \ "${FILESDIR}"/${P}-gcc4.patch \ "${FILESDIR}"/${P}-gcc44.patch \ "${FILESDIR}"/${P}-libdir.patch \ "${FILESDIR}"/${P}-sysconfdir.patch eautoreconf } src_configure() { econf \ --disable-static \ --enable-capabilities \ --localstatedir=/var/lib/nepenthes \ --sysconfdir=/etc } src_install() { default dodoc doc/README.VFS AUTHORS dosbin nepenthes-core/src/nepenthes rm "${D}"/usr/bin/nepenthes rm "${D}"/usr/share/doc/README.VFS rm "${D}"/usr/share/doc/logo-shaded.svg newinitd "${FILESDIR}/${PN}.initd" "${PN}" newconfd "${FILESDIR}/${PN}.confd" "${PN}" diropts -m 755 -o nepenthes -g nepenthes keepdir /var/log/nepenthes keepdir /var/lib/nepenthes keepdir /var/lib/nepenthes/binaries keepdir /var/lib/nepenthes/hexdumps keepdir /var/lib/nepenthes/cache keepdir /var/lib/nepenthes/cache/geolocation prune_libtool_files }
