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 <[email protected]> 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 <[email protected]> -ipt_netflow-2.0.1.ebuild, -ipt_netflow-2.0.1_p20150109.ebuild, -files/ipt_netflow-2.0-pax-const.patch:
