From 68af6989b1050067eccf4d9498573949ea8bece3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 30 Jan 2009 06:33:21 +0100 Subject: [PATCH] ipset: bump version to 2.4.7 Moving from ipset 2.4.5 to 2.4.7. Upstream changed, but the Xtables-addons copy did not (issues were not present): >2.4.7 > - Typo which broke compilation with kernels < 2.6.28 > fixed (reported by Richard Lucassen, Danny Rawlins) > >2.4.6 > - Compatibility fix for kernels >= 2.6.28 --- extensions/ipset/ipset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ipset/ipset.c b/extensions/ipset/ipset.c index 6762c3c..2cf951e 100644 --- a/extensions/ipset/ipset.c +++ b/extensions/ipset/ipset.c @@ -30,7 +30,7 @@ #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe" #endif -#define IPSET_VERSION "2.4.5" +#define IPSET_VERSION "2.4.7" char program_name[] = "ipset"; char program_version[] = IPSET_VERSION;