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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch

    r2f09cbe rb917538  
    1 diff -Nur iproute2-2.6.11-050330/ip/ipxfrm.c iproute2-2.6.11-050330.new/ip/ipxfrm.c
    2 --- iproute2-2.6.11-050330/ip/ipxfrm.c  2005-04-01 21:58:11.000000000 +0200
    3 +++ iproute2-2.6.11-050330.new/ip/ipxfrm.c      2005-05-27 12:27:44.000000000 +0200
    4 @@ -444,7 +444,6 @@
     1diff -Nur iproute2-2.6.16-060323/ip/ipxfrm.c iproute2-2.6.16-060323.no_sctp/ip/ipxfrm.c
     2--- iproute2-2.6.16-060323/ip/ipxfrm.c  2006-01-12 19:31:36.000000000 +0100
     3+++ iproute2-2.6.16-060323.no_sctp/ip/ipxfrm.c  2006-09-29 14:24:04.000000000 +0200
     4@@ -444,8 +444,6 @@
    55        switch (sel->proto) {
    66        case IPPROTO_TCP:
    77        case IPPROTO_UDP:
    88-       case IPPROTO_SCTP:
     9-       case IPPROTO_DCCP:
    910        default: /* XXX */
    1011                if (sel->sport_mask)
    1112                        fprintf(fp, "sport %u ", ntohs(sel->sport));
    12 @@ -998,7 +997,6 @@
     13@@ -999,8 +997,6 @@
    1314                switch (sel->proto) {
    1415                case IPPROTO_TCP:
    1516                case IPPROTO_UDP:
    1617-               case IPPROTO_SCTP:
     18-               case IPPROTO_DCCP:
    1719                        break;
    1820                default:
Note: See TracChangeset for help on using the changeset viewer.