Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/ipset/files: ipset-2.4.2-glibc28-fix.patch
Date: Fri, 24 Oct 2008 21:28:29
Message-Id: E1KtUCo-0003TY-2N@stork.gentoo.org
1 robbat2 08/10/24 21:28:26
2
3 Added: ipset-2.4.2-glibc28-fix.patch
4 Log:
5 Bug #243092, version bump.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-07512-g969907a x86_64)
7
8 Revision Changes Path
9 1.1 net-firewall/ipset/files/ipset-2.4.2-glibc28-fix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/ipset/files/ipset-2.4.2-glibc28-fix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/ipset/files/ipset-2.4.2-glibc28-fix.patch?rev=1.1&content-type=text/plain
13
14 Index: ipset-2.4.2-glibc28-fix.patch
15 ===================================================================
16 diff -Nuar --exclude '*~' ipset-2.4.2.orig/ipset_iphash.c ipset-2.4.2/ipset_iphash.c
17 --- ipset-2.4.2.orig/ipset_iphash.c 2008-10-23 09:03:47.000000000 -0700
18 +++ ipset-2.4.2/ipset_iphash.c 2008-10-24 14:24:53.665544125 -0700
19 @@ -19,6 +19,7 @@
20 #include <stdlib.h>
21 #include <string.h>
22 #include <arpa/inet.h>
23 +#include <limits.h>
24
25 #include <linux/netfilter_ipv4/ip_set_iphash.h>
26
27 diff -Nuar --exclude '*~' ipset-2.4.2.orig/ipset_ipporthash.c ipset-2.4.2/ipset_ipporthash.c
28 --- ipset-2.4.2.orig/ipset_ipporthash.c 2008-10-23 09:05:01.000000000 -0700
29 +++ ipset-2.4.2/ipset_ipporthash.c 2008-10-24 14:24:48.755124578 -0700
30 @@ -19,6 +19,7 @@
31 #include <stdlib.h>
32 #include <string.h>
33 #include <arpa/inet.h>
34 +#include <limits.h>
35
36 #include <linux/netfilter_ipv4/ip_set_ipporthash.h>
37
38 diff -Nuar --exclude '*~' ipset-2.4.2.orig/ipset_ipportiphash.c ipset-2.4.2/ipset_ipportiphash.c
39 --- ipset-2.4.2.orig/ipset_ipportiphash.c 2008-10-23 09:06:22.000000000 -0700
40 +++ ipset-2.4.2/ipset_ipportiphash.c 2008-10-24 14:24:36.931696323 -0700
41 @@ -19,6 +19,7 @@
42 #include <stdlib.h>
43 #include <string.h>
44 #include <arpa/inet.h>
45 +#include <limits.h>
46
47 #include <linux/netfilter_ipv4/ip_set_ipportiphash.h>
48
49 diff -Nuar --exclude '*~' ipset-2.4.2.orig/ipset_ipportnethash.c ipset-2.4.2/ipset_ipportnethash.c
50 --- ipset-2.4.2.orig/ipset_ipportnethash.c 2008-10-23 09:06:31.000000000 -0700
51 +++ ipset-2.4.2/ipset_ipportnethash.c 2008-10-24 14:24:34.225051888 -0700
52 @@ -19,6 +19,7 @@
53 #include <stdlib.h>
54 #include <string.h>
55 #include <arpa/inet.h>
56 +#include <limits.h>
57
58 #include <linux/netfilter_ipv4/ip_set_ipportnethash.h>
59
60 diff -Nuar --exclude '*~' ipset-2.4.2.orig/ipset_iptree.c ipset-2.4.2/ipset_iptree.c
61 --- ipset-2.4.2.orig/ipset_iptree.c 2008-10-21 14:57:53.000000000 -0700
62 +++ ipset-2.4.2/ipset_iptree.c 2008-10-24 14:24:46.035116608 -0700
63 @@ -19,6 +19,7 @@
64 #include <stdlib.h>
65 #include <string.h>
66 #include <arpa/inet.h>
67 +#include <limits.h>
68
69 #include <linux/netfilter_ipv4/ip_set_iptree.h>
70 #include "ipset.h"
71 diff -Nuar --exclude '*~' ipset-2.4.2.orig/ipset_iptreemap.c ipset-2.4.2/ipset_iptreemap.c
72 --- ipset-2.4.2.orig/ipset_iptreemap.c 2008-10-21 14:58:23.000000000 -0700
73 +++ ipset-2.4.2/ipset_iptreemap.c 2008-10-24 14:24:40.226279494 -0700
74 @@ -19,6 +19,7 @@
75 #include <stdlib.h>
76 #include <string.h>
77 #include <arpa/inet.h>
78 +#include <limits.h>
79
80 #include <linux/netfilter_ipv4/ip_set_iptreemap.h>
81
82 diff -Nuar --exclude '*~' ipset-2.4.2.orig/ipset_nethash.c ipset-2.4.2/ipset_nethash.c
83 --- ipset-2.4.2.orig/ipset_nethash.c 2008-10-23 09:04:32.000000000 -0700
84 +++ ipset-2.4.2/ipset_nethash.c 2008-10-24 14:24:42.722945849 -0700
85 @@ -19,6 +19,7 @@
86 #include <stdlib.h>
87 #include <string.h>
88 #include <arpa/inet.h>
89 +#include <limits.h>
90
91 #include <linux/netfilter_ipv4/ip_set_nethash.h>