Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/iptables: ChangeLog iptables-1.4.0.ebuild
Date: Mon, 24 Dec 2007 11:53:50
Message-Id: E1J6lsK-0004Yq-L3@stork.gentoo.org
1 pva 07/12/24 11:53:40
2
3 Modified: ChangeLog iptables-1.4.0.ebuild
4 Log:
5 Updated l7-filter patches for iptables-1.4.x.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.155 net-firewall/iptables/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.155&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?rev=1.155&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/ChangeLog?r1=1.154&r2=1.155
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v
18 retrieving revision 1.154
19 retrieving revision 1.155
20 diff -u -r1.154 -r1.155
21 --- ChangeLog 24 Dec 2007 11:25:46 -0000 1.154
22 +++ ChangeLog 24 Dec 2007 11:53:40 -0000 1.155
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-firewall/iptables
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.154 2007/12/24 11:25:46 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.155 2007/12/24 11:53:40 pva Exp $
28 +
29 + 24 Dec 2007; <pva@g.o> iptables-1.4.0.ebuild:
30 + Updated l7-filter patches for iptables-1.4.x.
31
32 *iptables-1.4.0 (24 Dec 2007)
33
34
35
36
37 1.2 net-firewall/iptables/iptables-1.4.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild?r1=1.1&r2=1.2
42
43 Index: iptables-1.4.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- iptables-1.4.0.ebuild 24 Dec 2007 11:25:46 -0000 1.1
50 +++ iptables-1.4.0.ebuild 24 Dec 2007 11:53:40 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild,v 1.1 2007/12/24 11:25:46 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.0.ebuild,v 1.2 2007/12/24 11:53:40 pva Exp $
56
57 inherit eutils toolchain-funcs linux-info
58
59 @@ -97,9 +97,13 @@
60 #yes choosing 2.6.20 was deliberate - upstream mistake possibly
61 if kernel_is ge 2 6 20
62 then
63 - L7_PATCH=iptables-1.3-for-kernel-2.6.20forward-layer7-${L7_PV}.patch
64 + L7_PATCH=iptables-1.4-for-kernel-2.6.20forward-layer7-${L7_PV}.patch
65 else
66 - L7_PATCH=iptables-1.3-for-kernel-pre2.6.20-layer7-${L7_PV}.patch
67 + eerror "Currently there is no l7-filter patch available for this"
68 + eerror "kernel iptables-1.4 and kernel version pre 2.6.20."
69 + eerror "If you need to compile iptables 1.4.x against Linux 2.6.19.x"
70 + eerror "or earlier, with l7-filter patch, please, report upstream."
71 + die "No patch available."
72 fi
73 EPATCH_OPTS="-p1" epatch "${WORKDIR}"/${L7_P}/${L7_PATCH}
74 chmod +x extensions/.layer7-test*
75
76
77
78 --
79 gentoo-commits@g.o mailing list