Changeset 3769

Show
Ignore:
Timestamp:
06/25/08 12:52:44 (2 months ago)
Author:
dnehring
Message:

Update iptables to 1.3.8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/iptables/Makefile

    r2385 r3769  
    88 
    99PKG_NAME:=              iptables 
    10 PKG_VERSION:=           1.3.6 
    11 PKG_RELEASE:=           5 
     10PKG_VERSION:=           1.3.8 
     11PKG_RELEASE:=           1 
    1212PKG_MD5SUM:=            077e886a9c90a11bb47f3d7a4fc4a689 
    1313PKG_INIT:=              45 
  • branches/freewrt_1_0/package/iptables/patches/05-imq1.patch

    r1 r3769  
    1 diff -urN iptables.old/extensions/.IMQ-test iptables.dev/extensions/.IMQ-test 
    2 --- iptables.old/extensions/.IMQ-test   1970-01-01 01:00:00.000000000 +0100 
    3 +++ iptables.dev/extensions/.IMQ-test   2005-10-09 01:00:36.358959750 +0200 
    4 @@ -0,0 +1,3 @@ 
    5 +#!/bin/sh 
    6 +# True if IMQ target patch is applied. 
    7 +[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_IMQ.c ] && echo IMQ 
    8 diff -urN iptables.old/extensions/.IMQ-test6 iptables.dev/extensions/.IMQ-test6 
    9 --- iptables.old/extensions/.IMQ-test6  1970-01-01 01:00:00.000000000 +0100 
    10 +++ iptables.dev/extensions/.IMQ-test6  2005-10-09 01:00:36.358959750 +0200 
     1--- iptables-1.3.6.orig/extensions.orig/.IMQ-test6      Thu Jan  1 01:00:00 1970 
     2+++ iptables-1.3.6/extensions/.IMQ-test6        Mon Jun 16 10:12:47 2003 
    113@@ -0,0 +1,3 @@ 
    124+#!/bin/sh 
    135+# True if IMQ target patch is applied. 
    146+[ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_IMQ.c ] && echo IMQ 
    15 diff -urN iptables.old/extensions/libip6t_IMQ.c iptables.dev/extensions/libip6t_IMQ.c 
    16 --- iptables.old/extensions/libip6t_IMQ.c       1970-01-01 01:00:00.000000000 +0100 
    17 +++ iptables.dev/extensions/libip6t_IMQ.c       2005-10-09 01:00:36.358959750 +0200 
     7--- iptables-1.3.6.orig/extensions.orig/libip6t_IMQ.c   Thu Jan  1 01:00:00 1970 
     8+++ iptables-1.3.6/extensions/libip6t_IMQ.c     Mon Jun 16 10:12:47 2003 
    189@@ -0,0 +1,101 @@ 
    1910+/* Shared library add-on to iptables to add IMQ target support. */ 
     
    114105+}; 
    115106+ 
    116 +void _init(void) 
     107+static __attribute__((constructor)) void _init(void) 
    117108+{ 
    118109+       register_target6(&imq); 
    119110+} 
    120 diff -urN iptables.old/extensions/libipt_IMQ.c iptables.dev/extensions/libipt_IMQ.c 
    121 --- iptables.old/extensions/libipt_IMQ.c        1970-01-01 01:00:00.000000000 +0100 
    122 +++ iptables.dev/extensions/libipt_IMQ.c        2005-10-09 01:00:36.358959750 +0200 
     111--- iptables-1.3.6.orig/extensions.orig/.IMQ-test       Thu Jan  1 01:00:00 1970 
     112+++ iptables-1.3.6/extensions/.IMQ-test Mon Jun 16 10:12:47 2003 
     113@@ -0,0 +1,3 @@ 
     114+#!/bin/sh 
     115+# True if IMQ target patch is applied. 
     116+[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_IMQ.c ] && echo IMQ 
     117--- iptables-1.3.6.orig/extensions.orig/libipt_IMQ.c    Thu Jan  1 01:00:00 1970 
     118+++ iptables-1.3.6/extensions/libipt_IMQ.c      Mon Jun 16 10:12:47 2003 
    123119@@ -0,0 +1,101 @@ 
    124120+/* Shared library add-on to iptables to add IMQ target support. */ 
     
    219215+}; 
    220216+ 
    221 +void _init(void) 
     217+static __attribute__((constructor)) void _init(void) 
    222218+{ 
    223219+       register_target(&imq); 
    224220+} 
     221