rpms/kernel/F-9 linux-2.6-net-iptables-add-xt_iprange-aliases.patch, NONE, 1.1 config-generic, 1.98, 1.99 kernel.spec, 1.640, 1.641

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Sat May 17 02:56:09 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19569

Modified Files:
	config-generic kernel.spec 
Added Files:
	linux-2.6-net-iptables-add-xt_iprange-aliases.patch 
Log Message:
* Fri May 16 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.25.4-22
- iptables: make firewall scripts using iprange work again (#446827)
- Enable the snd-serial-u16550 audio driver (#446783)


linux-2.6-net-iptables-add-xt_iprange-aliases.patch:

--- NEW FILE linux-2.6-net-iptables-add-xt_iprange-aliases.patch ---
From: Phil Oester <kernel at linuxace.com>
Date: Wed, 14 May 2008 06:27:48 +0000 (-0700)
Subject: netfilter: xt_iprange: module aliases for xt_iprange
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=01b7a314291b2ef56ad718ee1374a1bac4768b29

netfilter: xt_iprange: module aliases for xt_iprange

Using iptables 1.3.8 with kernel 2.6.25, rules which include '-m
iprange' don't automatically pull in xt_iprange module.  Below patch
adds module aliases to fix that.  Patch against latest -git, but seems
like a good candidate for -stable also.

Signed-off-by: Phil Oester <kernel at linuxace.com>
Signed-off-by: Patrick McHardy <kaber at trash.net>
Signed-off-by: David S. Miller <davem at davemloft.net>
---

diff --git a/net/netfilter/xt_iprange.c b/net/netfilter/xt_iprange.c
index 500528d..c63e933 100644
--- a/net/netfilter/xt_iprange.c
+++ b/net/netfilter/xt_iprange.c
@@ -179,3 +179,5 @@ module_exit(iprange_mt_exit);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Jozsef Kadlecsik <kadlec at blackhole.kfki.hu>, Jan Engelhardt <jengelh at computergmbh.de>");
 MODULE_DESCRIPTION("Xtables: arbitrary IPv4 range matching");
+MODULE_ALIAS("ipt_iprange");
+MODULE_ALIAS("ip6t_iprange");


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/config-generic,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- config-generic	18 Apr 2008 18:59:32 -0000	1.98
+++ config-generic	17 May 2008 02:55:22 -0000	1.99
@@ -2384,7 +2384,7 @@
 CONFIG_SND_VIRMIDI=m
 CONFIG_SND_MTPAV=m
 CONFIG_SND_MTS64=m
-# CONFIG_SND_SERIAL_U16550 is not set
+CONFIG_SND_SERIAL_U16550=m
 CONFIG_SND_MPU401=m
 CONFIG_SND_PORTMAN2X4=m
 CONFIG_SND_AC97_POWER_SAVE=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.640
retrieving revision 1.641
diff -u -r1.640 -r1.641
--- kernel.spec	16 May 2008 21:38:01 -0000	1.640
+++ kernel.spec	17 May 2008 02:55:22 -0000	1.641
@@ -604,6 +604,7 @@
 Patch415: linux-2.6-cifs-fix-unc-path-prefix.patch
 Patch420: linux-2.6-squashfs.patch
 Patch430: linux-2.6-net-silence-noisy-printks.patch
+Patch431: linux-2.6-net-iptables-add-xt_iprange-aliases.patch
 Patch450: linux-2.6-input-kill-stupid-messages.patch
 Patch460: linux-2.6-serial-460800.patch
 Patch510: linux-2.6-silence-noise.patch
@@ -1120,6 +1121,8 @@
 # Networking
 # Disable easy to trigger printk's.
 ApplyPatch linux-2.6-net-silence-noisy-printks.patch
+# fix firewall scripts using iprange (#446827)
+ApplyPatch linux-2.6-net-iptables-add-xt_iprange-aliases.patch
 
 # Misc fixes
 # The input layer spews crap no-one cares about.
@@ -1798,10 +1801,14 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
-* Fri May 16 2008 Eric Sandeen <esandeen at redhat.com>
+* Fri May 16 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.25.4-22
+- iptables: make firewall scripts using iprange work again (#446827)
+- Enable the snd-serial-u16550 audio driver (#446783)
+
+* Fri May 16 2008 Eric Sandeen <esandeen at redhat.com> 2.6.25.4-21
 - xfs: Fix memory corruption with small buffer reads (kernel.org #10421)
 
-* Thu May 15 2008 Eric Sandeen <esandeen at redhat.com>
+* Thu May 15 2008 Eric Sandeen <esandeen at redhat.com> 2.6.25.4-20
 - ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
 
 * Thu May 15 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.25.4-19




More information about the scm-commits mailing list