diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-09-20 12:58:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-09-20 12:58:23 +0000 |
commit | 5159974b40b786e19e8fe387fd849ed05d9c99f5 (patch) | |
tree | 2d2979afd3cf1a39d9859129b55738c95bb56b3e /net-firewall | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-5159974b40b786e19e8fe387fd849ed05d9c99f5.tar.gz gentoo-2-5159974b40b786e19e8fe387fd849ed05d9c99f5.tar.bz2 gentoo-2-5159974b40b786e19e8fe387fd849ed05d9c99f5.zip |
Fix crash on 2.6.30 kernel (#278858).
(Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipp2p/ChangeLog | 9 | ||||
-rw-r--r-- | net-firewall/ipp2p/files/ipp2p-0.8.2-kernel-2.6.30.patch (renamed from net-firewall/ipp2p/files/ipp2p-0.8.2-kernel-2.6.22.patch) | 73 | ||||
-rw-r--r-- | net-firewall/ipp2p/ipp2p-0.8.2-r5.ebuild (renamed from net-firewall/ipp2p/ipp2p-0.8.2-r4.ebuild) | 4 |
3 files changed, 64 insertions, 22 deletions
diff --git a/net-firewall/ipp2p/ChangeLog b/net-firewall/ipp2p/ChangeLog index d822b765810c..a852c43903c4 100644 --- a/net-firewall/ipp2p/ChangeLog +++ b/net-firewall/ipp2p/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-firewall/ipp2p # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.41 2009/04/25 11:09:42 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ChangeLog,v 1.42 2009/09/20 12:58:23 mrness Exp $ + +*ipp2p-0.8.2-r5 (20 Sep 2009) + + 20 Sep 2009; Alin Năstac <mrness@gentoo.org> -ipp2p-0.8.2-r4.ebuild, + +ipp2p-0.8.2-r5.ebuild, -files/ipp2p-0.8.2-kernel-2.6.22.patch, + +files/ipp2p-0.8.2-kernel-2.6.30.patch: + Fix crash on 2.6.30 kernel (#278858). 25 Apr 2009; Alin Năstac <mrness@gentoo.org> files/ipp2p-0.8.2-iptables-1.4.3.patch: diff --git a/net-firewall/ipp2p/files/ipp2p-0.8.2-kernel-2.6.22.patch b/net-firewall/ipp2p/files/ipp2p-0.8.2-kernel-2.6.30.patch index 8d5b0531b104..93cbf21d2d2a 100644 --- a/net-firewall/ipp2p/files/ipp2p-0.8.2-kernel-2.6.22.patch +++ b/net-firewall/ipp2p/files/ipp2p-0.8.2-kernel-2.6.30.patch @@ -1,6 +1,6 @@ diff -Nru ipp2p-0.8.2.orig/ipt_ipp2p.c ipp2p-0.8.2/ipt_ipp2p.c ---- ipp2p-0.8.2.orig/ipt_ipp2p.c 2007-12-04 07:50:55.000000000 +0200 -+++ ipp2p-0.8.2/ipt_ipp2p.c 2007-12-04 07:50:43.000000000 +0200 +--- ipp2p-0.8.2.orig/ipt_ipp2p.c 2006-09-27 11:52:00.000000000 +0200 ++++ ipp2p-0.8.2/ipt_ipp2p.c 2009-09-20 14:37:00.000000000 +0200 @@ -2,9 +2,18 @@ #include <linux/modversions.h> #endif @@ -13,15 +13,15 @@ diff -Nru ipp2p-0.8.2.orig/ipt_ipp2p.c ipp2p-0.8.2/ipt_ipp2p.c +# define ipt_register_match xt_register_match +# define ipt_unregister_match xt_unregister_match +# define ipt_match xt_match -+#else ++#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,21) */ +# include <linux/netfilter_ipv4/ip_tables.h> //#include <linux/netfilter_ipv4/ipt_ipp2p.h> -+#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,21) */ ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,21) */ + #include "ipt_ipp2p.h" #include <net/tcp.h> #include <net/udp.h> -@@ -725,7 +734,11 @@ +@@ -725,8 +734,15 @@ }; @@ -31,29 +31,54 @@ diff -Nru ipp2p-0.8.2.orig/ipt_ipp2p.c ipp2p-0.8.2/ipt_ipp2p.c static int +#endif match(const struct sk_buff *skb, ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30) ++ const struct xt_match_param *params ++#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) */ const struct net_device *in, const struct net_device *out, -@@ -744,11 +757,19 @@ + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,17) +@@ -734,21 +750,36 @@ + const void *matchinfo, + int offset, + unsigned int myprotoff, +-#else ++#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,17) */ + const void *matchinfo, + int offset, +-#endif ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,17) */ + + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) + const void *hdr, u_int16_t datalen, #endif +- int *hotdrop) +-{ +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22) -+ bool *hotdrop) -+#else - int *hotdrop) -+#endif - { ++ bool *hotdrop ++#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) */ ++ int *hotdrop ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) */ ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) */ ++) ++{ ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30) ++ const struct ipt_p2p_info *info = params->matchinfo; ++ const int offset = params->fragoff; ++#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) */ const struct ipt_p2p_info *info = matchinfo; ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) */ unsigned char *haystack; +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22) + struct iphdr *ip = ip_hdr(skb); -+#else ++#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) */ struct iphdr *ip = skb->nh.iph; -+#endif ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) */ int p2p_result = 0, i = 0; // int head_len; int hlen = ntohs(ip->tot_len)-(ip->ihl*4); /*hlen = packet-data length*/ -@@ -822,7 +843,11 @@ +@@ -822,8 +853,16 @@ @@ -61,21 +86,31 @@ diff -Nru ipp2p-0.8.2.orig/ipt_ipp2p.c ipp2p-0.8.2/ipt_ipp2p.c +static bool +#else static int +-checkentry(const char *tablename, +#endif - checkentry(const char *tablename, ++checkentry( ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,30) ++ const struct xt_mtchk_param *params ++#else /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) */ ++ const char *tablename, #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,17) const void *ip, -@@ -831,7 +856,9 @@ + const struct xt_match *mymatch, +@@ -831,8 +870,12 @@ const struct ipt_ip *ip, #endif void *matchinfo, +#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,18) unsigned int matchsize, +- unsigned int hook_mask) +#endif - unsigned int hook_mask) ++ unsigned int hook_mask ++#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) */ ++) { /* Must specify -p tcp */ -@@ -843,15 +870,6 @@ + /* if (ip->proto != IPPROTO_TCP || (ip->invflags & IPT_INV_PROTO)) { +@@ -843,15 +886,6 @@ } @@ -91,7 +126,7 @@ diff -Nru ipp2p-0.8.2.orig/ipt_ipp2p.c ipp2p-0.8.2/ipt_ipp2p.c static struct ipt_match ipp2p_match = { #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) { NULL, NULL }, -@@ -860,17 +878,16 @@ +@@ -860,17 +894,16 @@ &checkentry, NULL, THIS_MODULE diff --git a/net-firewall/ipp2p/ipp2p-0.8.2-r4.ebuild b/net-firewall/ipp2p/ipp2p-0.8.2-r5.ebuild index 94540e78c95c..d7e9204e2715 100644 --- a/net-firewall/ipp2p/ipp2p-0.8.2-r4.ebuild +++ b/net-firewall/ipp2p/ipp2p-0.8.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.8.2-r4.ebuild,v 1.9 2009/04/10 22:25:36 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipp2p/ipp2p-0.8.2-r5.ebuild,v 1.1 2009/09/20 12:58:23 mrness Exp $ EAPI="2" @@ -30,7 +30,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${P}-kernel-2.6.22.patch + epatch "${FILESDIR}"/${P}-kernel-2.6.30.patch convert_to_m Makefile sed -i -e "s/^IPTABLES_VERSION/#IPTABLES_VERSION/" Makefile |