jer 14/07/18 12:41:29
Modified: ipt_netflow-1.8-pax-const.patch
ipt_netflow-1.8-procfs-fix.patch
Log:
make -> $(MAKE). Clean up patches.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.2
net-firewall/ipt_netflow/files/ipt_netflow-1.8-pax-const.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-pax-const.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-pax-const.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-pax-const.patch?r1=1.1&r2=1.2
Index: ipt_netflow-1.8-pax-const.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-pax-const.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipt_netflow-1.8-pax-const.patch 27 Jun 2013 03:52:41 -0000 1.1
+++ ipt_netflow-1.8-pax-const.patch 18 Jul 2014 12:41:29 -0000 1.2
@@ -2,8 +2,8 @@
Adds support for building with PaX hardened kernel
---- ipt_NETFLOW.c.orig 2013-06-26 23:02:17.000000000 +0400
-+++ ipt_NETFLOW.c 2013-06-26 23:04:52.000000000 +0400
+--- a/ipt_NETFLOW.c
++++ b/ipt_NETFLOW.c
@@ -371,14 +371,13 @@
static int hsize_procctl(ctl_table *ctl, int write, BEFORE2632(struct file
*filp,)
void __user *buffer, size_t *lenp, loff_t *fpos)
1.3
net-firewall/ipt_netflow/files/ipt_netflow-1.8-procfs-fix.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-procfs-fix.patch?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-procfs-fix.patch?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-procfs-fix.patch?r1=1.2&r2=1.3
Index: ipt_netflow-1.8-procfs-fix.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-firewall/ipt_netflow/files/ipt_netflow-1.8-procfs-fix.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipt_netflow-1.8-procfs-fix.patch 4 Sep 2013 09:11:47 -0000 1.2
+++ ipt_netflow-1.8-procfs-fix.patch 18 Jul 2014 12:41:29 -0000 1.3
@@ -1,7 +1,7 @@
Patch from http://sourceforge.net/p/ipt-netflow/bugs-requests-patches/71/
---- ipt_NETFLOW.c.orig 2013-08-21 13:20:25.606323000 +0400
-+++ ipt_NETFLOW.c 2013-08-21 13:23:04.249323000 +0400
+--- a/ipt_NETFLOW.c
++++ b/ipt_NETFLOW.c
@@ -854,9 +854,15 @@
ipt_netflow_find(const struct ipt_netflow_tuple *tuple, unsigned int hash)
{