Changeset 24345
- Timestamp:
- 2010-12-08T13:56:46+01:00 (7 years ago)
- Location:
- trunk/package/iptables
- Files:
-
- 1 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/iptables/Makefile
r24244 r24345 10 10 11 11 PKG_NAME:=iptables 12 PKG_VERSION:=1.4. 9.112 PKG_VERSION:=1.4.10 13 13 PKG_RELEASE:=1 14 14 15 PKG_MD5SUM:=f badfb0b5f2dbda49e0ad06a798898e315 PKG_MD5SUM:=f382fe693f0b59d87bd47bea65eca198 16 16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 17 17 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ -
trunk/package/iptables/patches/010-multiport-linux-2.4-compat.patch
r20465 r24345 1 1 --- a/extensions/libxt_multiport.c 2 2 +++ b/extensions/libxt_multiport.c 3 @@ -1 4,21 +14,6 @@3 @@ -15,21 +15,6 @@ 4 4 #include <linux/netfilter/xt_multiport.h> 5 5 … … 23 23 { 24 24 printf( 25 @@ -7 1,26 +56,6 @@ proto_to_name(u_int8_t proto)25 @@ -72,26 +57,6 @@ proto_to_name(u_int8_t proto) 26 26 } 27 27 } … … 50 50 parse_multi_ports_v1(const char *portstring, 51 51 struct xt_multiport_v1 *multiinfo, 52 @@ -15 4,73 +119,6 @@ check_proto(u_int16_t pnum, u_int8_t inv52 @@ -155,73 +120,6 @@ check_proto(u_int16_t pnum, u_int8_t inv 53 53 /* Function which parses command options; returns true if it 54 54 ate an option */ … … 124 124 struct xt_entry_match **match, u_int16_t pnum, 125 125 u_int8_t invflags) 126 @@ -31 3,55 +211,6 @@ print_port(u_int16_t port, u_int8_t prot126 @@ -314,55 +212,6 @@ print_port(u_int16_t port, u_int8_t prot 127 127 } 128 128 … … 180 180 int numeric, u_int16_t proto) 181 181 { 182 @@ -41 8,48 +267,6 @@ static void multiport_print6_v1(const vo182 @@ -419,48 +268,6 @@ static void multiport_print6_v1(const vo 183 183 } 184 184 … … 229 229 u_int16_t proto) 230 230 { 231 @@ -51 3,34 +320,6 @@ static struct xtables_match multiport_mt231 @@ -514,34 +321,6 @@ static struct xtables_match multiport_mt 232 232 { 233 233 .family = NFPROTO_IPV4, -
trunk/package/iptables/patches/020-iptables-disable-modprobe.patch
r22520 r24345 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/iptables/patches/030-no-libnfnetlink.patch
r22482 r24345 1 1 --- a/configure 2 2 +++ b/configure 3 @@ -10 864,75 +10864,7 @@ $as_echo "no" >&6; }3 @@ -10917,75 +10917,7 @@ $as_echo "no" >&6; } 4 4 fi 5 5 fi … … 80 80 --- a/configure.ac 81 81 +++ b/configure.ac 82 @@ - 68,9 +68,7 @@ AM_CONDITIONAL([ENABLE_LARGEFILE], [test82 @@ -79,9 +79,7 @@ AM_CONDITIONAL([ENABLE_LARGEFILE], [test 83 83 AM_CONDITIONAL([ENABLE_DEVEL], [test "$enable_devel" = "yes"]) 84 84 AM_CONDITIONAL([ENABLE_LIBIPQ], [test "$enable_libipq" = "yes"])
Note: See TracChangeset
for help on using the changeset viewer.