Changeset 34313
- Timestamp:
- 2012-11-23T21:02:23+01:00 (5 years ago)
- Location:
- trunk/package/network/utils/iptables/patches
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/network/utils/iptables/patches/011-recent-add-reap.patch
r27652 r34313 80 80 81 81 static void recent_save(const void *ip, const struct xt_entry_match *match) 82 @@ -211,6 +229,8 @@ static void recent_save(const void *ip, 82 @@ -211,6 +229,8 @@ static void recent_save(const void *ip, 83 83 printf("--rsource "); 84 84 if (info->side == XT_RECENT_DEST) … … 91 91 --- a/extensions/libxt_recent.man 92 92 +++ b/extensions/libxt_recent.man 93 @@ -41,6 +41,11 @@ This option must be used in conjunction 93 @@ -41,6 +41,11 @@ This option must be used in conjunction 94 94 \fB\-\-update\fP. When used, this will narrow the match to only happen when the 95 95 address is in the list and was seen within the last given number of seconds. -
trunk/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
r27652 r34313 9 9 char *argv[4]; 10 10 int status; 11 @@ -348,6 +349,7 @@ int xtables_insmod(const char *modname, 11 @@ -348,6 +349,7 @@ int xtables_insmod(const char *modname, 12 12 free(buf); 13 13 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) -
trunk/package/network/utils/iptables/patches/110-linux_3.2_compat.patch
r29729 r34313 1 --- iptables-1.4.10/include/linux/types.h.orig 2011-11-07 00:08:33.000000000 +01002 +++ iptables-1.4.10/include/linux/types.h 2011-11-07 00:09:25.000000000 +01003 @@ -34,5 +34,9 @@ 1 --- a/include/linux/types.h 2 +++ b/include/linux/types.h 3 @@ -34,5 +34,9 @@ typedef __u64 __bitwise __be64; 4 4 typedef __u16 __bitwise __sum16; 5 5 typedef __u32 __bitwise __wsum; -
trunk/package/network/utils/iptables/patches/200-configurable_builtin.patch
r32102 r34313 1 1 --- a/extensions/GNUmakefile.in 2 2 +++ b/extensions/GNUmakefile.in 3 @@ -40,9 +40,24 @@ 3 @@ -40,9 +40,24 @@ pfx_build_mod := $(patsubst ${srcdir}/li 4 4 pfx_build_mod := $(filter-out @blacklist_modules@,${pfx_build_mod}) 5 5 pf4_build_mod := $(filter-out @blacklist_modules@,${pf4_build_mod}) … … 29 29 pf4_solibs := $(patsubst %,libipt_%.so,${pf4_build_mod}) 30 30 pf6_solibs := $(patsubst %,libip6t_%.so,${pf6_build_mod}) 31 @@ -54,10 +69,10 @@ 31 @@ -54,10 +69,10 @@ pf6_solibs := $(patsubst %,libip6t_%. 32 32 targets := libext4.a libext6.a matches4.man matches6.man \ 33 33 targets4.man targets6.man … … 44 44 .SECONDARY: 45 45 46 @@ -107,8 +122,8 @@ 46 @@ -107,8 +122,8 @@ libext4.a: initext4.o ${libext4_objs} 47 47 libext6.a: initext6.o ${libext6_objs} 48 48 ${AM_VERBOSE_AR} ${AR} crs $@ $^;
Note: See TracChangeset
for help on using the changeset viewer.