Changeset b917538 in freewrt for package/iptables


Ignore:
Timestamp:
Oct 1, 2006, 10:31:51 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
edaeca5
Parents:
2f09cbe
Message:
  • sync with changes in trunk
  • lzo2 instead of lzo
  • fix tinc/vtun build
  • security update for openssh/openssl
  • update for iproute2,openvpn,openntpd, iptables and ipp, openswan
  • disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
  • add better startup scripts for openssh and openntpd

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@800 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/iptables
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • package/iptables/Config.in

    r2f09cbe rb917538  
    1111        default n
    1212        select FWRT_COMPILE_IPTABLES
     13        select FWRT_PACKAGE_KMOD_IPTABLES
    1314        help
    1415          IPv4 firewall, NAT, and packet mangling tools.
  • package/iptables/Makefile

    r2f09cbe rb917538  
    88
    99PKG_NAME:=              iptables
    10 PKG_VERSION:=           1.3.5
     10PKG_VERSION:=           1.3.6
    1111PKG_RELEASE:=           1
    12 PKG_MD5SUM:=            00fb916fa8040ca992a5ace56d905ea5
     12PKG_MD5SUM:=            077e886a9c90a11bb47f3d7a4fc4a689
    1313PKG_INIT:=              45
    1414
  • package/iptables/patches/01-ipp2p.patch

    r2f09cbe rb917538  
    1 diff -urN iptables.old/extensions/Makefile iptables.dev/extensions/Makefile
    2 --- iptables.old/extensions/Makefile    2005-07-20 04:22:56.000000000 +0200
    3 +++ iptables.dev/extensions/Makefile    2006-03-23 14:42:28.000000000 +0100
    4 @@ -8,6 +8,10 @@
    5  PF_EXT_SLIB:=ah addrtype comment connlimit connmark conntrack dscp ecn esp hashlimit helper icmp iprange length limit mac mark multiport owner physdev pkttype realm rpc sctp standard state tcp tcpmss tos ttl udp unclean CLASSIFY CONNMARK DNAT DSCP ECN LOG MARK MASQUERADE MIRROR NETMAP NFQUEUE NOTRACK REDIRECT REJECT SAME SNAT TARPIT TCPMSS TOS TRACE TTL ULOG
    6  PF6_EXT_SLIB:=eui64 hl icmpv6 length limit mac mark multiport owner physdev standard tcp udp HL LOG NFQUEUE MARK TRACE
    7  
    8 +
    9 +# ipp2p
    10 +PF_EXT_SLIB += ipp2p
    11 +
    12  # Optionals
    13  PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))
    14  PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))
    15 diff -urN iptables.old/extensions/libipt_ipp2p.c iptables.dev/extensions/libipt_ipp2p.c
    16 --- iptables.old/extensions/libipt_ipp2p.c      1970-01-01 01:00:00.000000000 +0100
    17 +++ iptables.dev/extensions/libipt_ipp2p.c      2006-03-23 14:43:26.000000000 +0100
     1diff -Nur iptables-1.3.6/extensions/libipt_ipp2p.c iptables-1.3.6.ipp2p/extensions/libipt_ipp2p.c
     2--- iptables-1.3.6/extensions/libipt_ipp2p.c    1970-01-01 01:00:00.000000000 +0100
     3+++ iptables-1.3.6.ipp2p/extensions/libipt_ipp2p.c      2006-09-30 13:27:55.000000000 +0200
    184@@ -0,0 +1,401 @@
    195+
     
    418404+}
    419405+
    420 diff -urN iptables.old/include/linux/netfilter_ipv4/ipt_ipp2p.h iptables.dev/include/linux/netfilter_ipv4/ipt_ipp2p.h
    421 --- iptables.old/include/linux/netfilter_ipv4/ipt_ipp2p.h       1970-01-01 01:00:00.000000000 +0100
    422 +++ iptables.dev/include/linux/netfilter_ipv4/ipt_ipp2p.h       2006-03-23 14:44:26.000000000 +0100
     406diff -Nur iptables-1.3.6/extensions/Makefile iptables-1.3.6.ipp2p/extensions/Makefile
     407--- iptables-1.3.6/extensions/Makefile  2006-09-28 18:40:32.000000000 +0200
     408+++ iptables-1.3.6.ipp2p/extensions/Makefile    2006-09-30 13:24:45.000000000 +0200
     409@@ -13,6 +13,9 @@
     410 PF6_EXT_SE_SLIB:=SECMARK CONNSECMARK
     411 endif
     412 
     413+# ipp2p
     414+PF_EXT_SLIB += ipp2p
     415+
     416 # Optionals
     417 PF_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))
     418 PF6_EXT_SLIB_OPTS:=$(foreach T,$(wildcard extensions/.*-test6),$(shell KERNEL_DIR=$(KERNEL_DIR) $(T)))
     419diff -Nur iptables-1.3.6/include/linux/netfilter_ipv4/ipt_ipp2p.h iptables-1.3.6.ipp2p/include/linux/netfilter_ipv4/ipt_ipp2p.h
     420--- iptables-1.3.6/include/linux/netfilter_ipv4/ipt_ipp2p.h     1970-01-01 01:00:00.000000000 +0100
     421+++ iptables-1.3.6.ipp2p/include/linux/netfilter_ipv4/ipt_ipp2p.h       2006-09-30 13:23:16.000000000 +0200
    423422@@ -0,0 +1,31 @@
    424423+#ifndef __IPT_IPP2P_H
    425424+#define __IPT_IPP2P_H
    426 +#define IPP2P_VERSION "0.8.1_rc1"
     425+#define IPP2P_VERSION "0.8.2"
    427426+
    428427+struct ipt_p2p_info {
Note: See TracChangeset for help on using the changeset viewer.