xmw 15/07/21 23:01:41 Modified: netsniff-ng-9999.ebuild ChangeLog Added: netsniff-ng-0.5.9.ebuild Log: Versin bump (thanks Manuel Rüger, bug 555444), update live ebuild. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.3 net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild?r1=1.2&r2=1.3 Index: netsniff-ng-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- netsniff-ng-9999.ebuild 5 Aug 2013 07:42:05 -0000 1.2 +++ netsniff-ng-9999.ebuild 21 Jul 2015 23:01:41 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild,v 1.2 2013/08/05 07:42:05 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild,v 1.3 2015/07/21 23:01:41 xmw Exp $ EAPI=5 @@ -16,14 +16,14 @@ 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 - sys-libs/ncurses:5 - dev-libs/libcli net-libs/libpcap sys-libs/ncurses:5 - net-libs/libnet:1.1" + sys-libs/zlib" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison @@ -31,13 +31,10 @@ virtual/pkgconfig" src_prepare() { - #needed for <libcli-1.9.7 - epatch "${FILESDIR}"/${PN}-0.5.8-libcli-test.patch \ - "${FILESDIR}"/${PN}-0.5.8-fortify_source.patch - sed -e '/CFLAGS/s:?=:+=:' \ + -e '/CPPFLAGS/s:?=:+=:' \ -e '/CFLAGS/s:\(-g\|-O2\|-O3\|-m\(arch\|tune\)=native\)::g' \ - -i Makefile || die + -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)" @@ -45,6 +42,8 @@ export NACL_INC_DIR="${EROOT}usr/include/nacl" export NACL_LIB_DIR="${EROOT}usr/$(get_libdir)/nacl" + + epatch_user } src_compile() { @@ -54,6 +53,7 @@ } src_install() { - emake PREFIX="${ED}" install + emake PREFIX="${ED}usr" ETCDIR="${ED}etc" install + dodoc AUTHORS README REPORTING-BUGS } 1.11 net-analyzer/netsniff-ng/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 1 Sep 2014 16:24:28 -0000 1.10 +++ ChangeLog 21 Jul 2015 23:01:41 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/netsniff-ng -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.10 2014/09/01 16:24:28 xmw Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.11 2015/07/21 23:01:41 xmw Exp $ + +*netsniff-ng-0.5.9 (21 Jul 2015) + + 21 Jul 2015; Michael Weber <[email protected]> +netsniff-ng-0.5.9.ebuild, + netsniff-ng-9999.ebuild: + Versin bump (thanks Manuel Rüger, bug 555444), update live ebuild. *netsniff-ng-0.5.9_rc3 (01 Sep 2014) 1.1 net-analyzer/netsniff-ng/netsniff-ng-0.5.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.9.ebuild?rev=1.1&content-type=text/plain Index: netsniff-ng-0.5.9.ebuild =================================================================== # Copyright 1999-2015 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.9.ebuild,v 1.1 2015/07/21 23:01:41 xmw Exp $ EAPI=5 inherit eutils multilib toolchain-funcs DESCRIPTION="high performance network sniffer for packet inspection" HOMEPAGE="http://netsniff-ng.org/" SRC_URI="http://pub.${PN}.org/${PN}/${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" src_prepare() { sed -e '/CFLAGS/s:?=:+=:' \ -e '/CPPFLAGS/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 }
