* [gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow: ipt_netflow-2.1.ebuild ChangeLog
@ 2015-02-18 9:54 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2015-02-18 9:54 UTC (permalink / raw
To: gentoo-commits
pinkbyte 15/02/18 09:54:35
Modified: ChangeLog
Added: ipt_netflow-2.1.ebuild
Log:
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.22 net-firewall/ipt_netflow/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 9 Jan 2015 20:50:50 -0000 1.21
+++ ChangeLog 18 Feb 2015 09:54:35 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/ipt_netflow
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.21 2015/01/09 20:50:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.22 2015/02/18 09:54:35 pinkbyte Exp $
+
+*ipt_netflow-2.1 (18 Feb 2015)
+
+ 18 Feb 2015; Sergey Popov <pinkbyte@gentoo.org> +ipt_netflow-2.1.ebuild:
+ Version bump
*ipt_netflow-2.0.1_p20150109 (09 Jan 2015)
1.1 net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.1&content-type=text/plain
Index: ipt_netflow-2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.1 2015/02/18 09:54:35 pinkbyte Exp $
EAPI=5
MY_PN="${PN/_/-}"
MY_P="${MY_PN}-${PV}"
inherit eutils linux-info linux-mod multilib toolchain-funcs
DESCRIPTION="Netflow iptables module"
HOMEPAGE="http://sourceforge.net/projects/ipt-netflow"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug snmp"
RDEPEND="
net-firewall/iptables
snmp? ( net-analyzer/net-snmp )
"
DEPEND="${RDEPEND}
virtual/linux-sources
virtual/pkgconfig
"
# set S before MODULE_NAMES
S="${WORKDIR}/${MY_P}"
BUILD_TARGETS="all"
MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})"
IPT_LIB="/usr/$(get_libdir)/xtables"
pkg_setup() {
local CONFIG_CHECK="~IP_NF_IPTABLES"
use debug && CONFIG_CHECK+=" ~DEBUG_FS"
linux-mod_pkg_setup
}
src_prepare() {
sed -i \
-e 's:make -C:$(MAKE) -C:g' \
-e 's:gcc -O2:$(CC) $(CFLAGS) $(LDFLAGS):' \
-e 's:gcc:$(CC) $(CFLAGS) $(LDFLAGS):' \
Makefile.in || die
# Checking for directory is enough
sed -i -e 's:-s /etc/snmp/snmpd.conf:-d /etc/snmp:' configure || die
# bug #455984
epatch "${FILESDIR}/${PN}-2.0-configure.patch"
epatch_user
}
do_conf() {
echo ./configure $*
./configure $* ${EXTRA_ECONF} || die 'configure failed'
}
src_configure() {
local IPT_VERSION="$($(tc-getPKG_CONFIG) --modversion xtables)"
# this configure script is not based on autotools
# ipt-src need to be defined, see bug #455984
do_conf \
--disable-dkms \
--ipt-lib="${IPT_LIB}" \
--ipt-src="/usr/" \
--ipt-ver="${IPT_VERSION}" \
--kdir="${KV_DIR}" \
--kver="${KV_FULL}" \
$(use debug && echo '--enable-debugfs') \
$(use snmp && echo '--enable-snmp-rules' || echo '--disable-snmp-agent')
}
src_compile() {
emake ARCH="$(tc-arch-kernel)" CC="$(tc-getCC)" all
}
src_install() {
linux-mod_src_install
exeinto "${IPT_LIB}"
doexe libipt_NETFLOW.so
use snmp && emake DESTDIR="${D}" SNMPTGSO="/usr/$(get_libdir)/snmp/dlmod/snmp_NETFLOW.so" sinstall
doheader ipt_NETFLOW.h
dodoc README*
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow: ipt_netflow-2.1.ebuild ChangeLog
@ 2015-04-28 7:15 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-28 7:15 UTC (permalink / raw
To: gentoo-commits
ago 15/04/28 07:15:59
Modified: ipt_netflow-2.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #546160
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?r1=1.1&r2=1.2
Index: ipt_netflow-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipt_netflow-2.1.ebuild 18 Feb 2015 09:54:35 -0000 1.1
+++ ipt_netflow-2.1.ebuild 28 Apr 2015 07:15:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.1 2015/02/18 09:54:35 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.2 2015/04/28 07:15:59 ago Exp $
EAPI=5
MY_PN="${PN/_/-}"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug snmp"
1.23 net-firewall/ipt_netflow/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 18 Feb 2015 09:54:35 -0000 1.22
+++ ChangeLog 28 Apr 2015 07:15:59 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/ipt_netflow
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.22 2015/02/18 09:54:35 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.23 2015/04/28 07:15:59 ago Exp $
+
+ 28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> ipt_netflow-2.1.ebuild:
+ Stable for amd64, wrt bug #546160
*ipt_netflow-2.1 (18 Feb 2015)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow: ipt_netflow-2.1.ebuild ChangeLog
@ 2015-05-13 9:35 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-13 9:35 UTC (permalink / raw
To: gentoo-commits
ago 15/05/13 09:35:56
Modified: ipt_netflow-2.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #546160
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?r1=1.2&r2=1.3
Index: ipt_netflow-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipt_netflow-2.1.ebuild 28 Apr 2015 07:15:59 -0000 1.2
+++ ipt_netflow-2.1.ebuild 13 May 2015 09:35:56 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.2 2015/04/28 07:15:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.3 2015/05/13 09:35:56 ago Exp $
EAPI=5
MY_PN="${PN/_/-}"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug snmp"
1.24 net-firewall/ipt_netflow/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 28 Apr 2015 07:15:59 -0000 1.23
+++ ChangeLog 13 May 2015 09:35:56 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/ipt_netflow
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.23 2015/04/28 07:15:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.24 2015/05/13 09:35:56 ago Exp $
+
+ 13 May 2015; Agostino Sarubbo <ago@gentoo.org> ipt_netflow-2.1.ebuild:
+ Stable for x86, wrt bug #546160
28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> ipt_netflow-2.1.ebuild:
Stable for amd64, wrt bug #546160
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow: ipt_netflow-2.1.ebuild ChangeLog
@ 2015-07-08 10:35 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2015-07-08 10:35 UTC (permalink / raw
To: gentoo-commits
pinkbyte 15/07/08 10:35:54
Modified: ipt_netflow-2.1.ebuild ChangeLog
Log:
Fix building with kernel 3.19, wrt bug #552476. Thanks to Tomasz Chilinski <tomasz.chilinski AT chilan.com> for discovering this issue
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Revision Changes Path
1.4 net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild?r1=1.3&r2=1.4
Index: ipt_netflow-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ipt_netflow-2.1.ebuild 13 May 2015 09:35:56 -0000 1.3
+++ ipt_netflow-2.1.ebuild 8 Jul 2015 10:35:54 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.3 2015/05/13 09:35:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ipt_netflow-2.1.ebuild,v 1.4 2015/07/08 10:35:54 pinkbyte Exp $
EAPI=5
MY_PN="${PN/_/-}"
@@ -53,6 +53,9 @@
# bug #455984
epatch "${FILESDIR}/${PN}-2.0-configure.patch"
+ # bug #552476
+ epatch "${FILESDIR}/${PN}-2.1-linux-3.19.patch"
+
epatch_user
}
1.26 net-firewall/ipt_netflow/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 18 May 2015 15:39:22 -0000 1.25
+++ ChangeLog 8 Jul 2015 10:35:54 -0000 1.26
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/ipt_netflow
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.25 2015/05/18 15:39:22 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/ChangeLog,v 1.26 2015/07/08 10:35:54 pinkbyte Exp $
+
+ 08 Jul 2015; Sergey Popov <pinkbyte@gentoo.org> ipt_netflow-2.1.ebuild,
+ +files/ipt_netflow-2.1-linux-3.19.patch:
+ Fix building with kernel 3.19, wrt bug #552476. Thanks to Tomasz Chilinski
+ <tomasz.chilinski AT chilan.com> for discovering this issue
18 May 2015; Sergey Popov <pinkbyte@gentoo.org> -ipt_netflow-2.0.1.ebuild,
-ipt_netflow-2.0.1_p20150109.ebuild, -files/ipt_netflow-2.0-pax-const.patch:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-08 10:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13 9:35 [gentoo-commits] gentoo-x86 commit in net-firewall/ipt_netflow: ipt_netflow-2.1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-07-08 10:35 Sergey Popov (pinkbyte)
2015-04-28 7:15 Agostino Sarubbo (ago)
2015-02-18 9:54 Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox