xmw 14/09/01 16:11:01 Modified: ChangeLog Added: netsniff-ng-0.5.8.ebuild Log: Version bump (bug 520318). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.9 net-analyzer/netsniff-ng/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 3 Dec 2013 09:22:14 -0000 1.8 +++ ChangeLog 1 Sep 2014 16:11:01 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/netsniff-ng -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.8 2013/12/03 09:22:14 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.9 2014/09/01 16:11:01 xmw Exp $ + +*netsniff-ng-0.5.8 (01 Sep 2014) + + 01 Sep 2014; Michael Weber <[email protected]> +netsniff-ng-0.5.8.ebuild: + Version bump (bug 520318). *netsniff-ng-0.5.8_rc3 (03 Dec 2013) 1.1 net-analyzer/netsniff-ng/netsniff-ng-0.5.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.8.ebuild?rev=1.1&content-type=text/plain Index: netsniff-ng-0.5.8.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.8.ebuild,v 1.1 2014/09/01 16:11:01 xmw Exp $ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="high performance network sniffer for packet inspection" HOMEPAGE="http://netsniff-ng.org/" MY_P=${P/_rc/-rc} SRC_URI="http://pub.${PN}.org/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/geoip dev-libs/libcli dev-libs/libnl:3 dev-libs/userspace-rcu net-libs/libnet:1.1 net-libs/libnetfilter_conntrack net-libs/libpcap sys-libs/ncurses:5 sys-libs/zlib" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison =net-libs/nacl-0_p20110221* virtual/pkgconfig" S=${WORKDIR}/${MY_P} src_prepare() { sed -e '/CFLAGS/s:?=:+=:' \ -e '/CFLAGS/s:\(-g\|-O2\|-O3\|-m\(arch\|tune\)=native\)::g' \ -i Makefile || die if ! grep nacl-20110221 curvetun/nacl_build.sh >/dev/null ; then die "have nacl-20110221, expected $(grep ${MY_NACL_P} curvetun/nacl_build.sh)" fi export NACL_INC_DIR="${EROOT}usr/include/nacl" export NACL_LIB_DIR="${EROOT}usr/$(get_libdir)/nacl" epatch_user } src_compile() { emake CC="$(tc-getCC)" LD="$(tc-getCC)" CCACHE="" \ LEX=lex YAAC=bison STRIP=@true \ Q= HARDENING=1 } src_install() { emake PREFIX="${ED}usr" ETCDIR="${ED}etc" install dodoc AUTHORS README REPORTING-BUGS }
