Changeset ea8eb5c in freewrt


Ignore:
Timestamp:
Aug 2, 2007, 2:21:03 AM (18 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
a9754ce
Parents:
6be287a
Message:
  • Update to 2.4.9, see http://www.openswan.org/download/CHANGES
  • dropping exotic IPSec encryption algorithm to save space
  • dropping AH only support (no encryption)
  • cleanup patches
  • tested with AES/SHA1 and 3DES/MD5
  • also proposed for 1.0.4

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3376 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/openswan
Files:
5 added
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • package/openswan/Makefile

    r6be287a rea8eb5c  
    99
    1010PKG_NAME:=              openswan
    11 PKG_VERSION:=           2.4.7
    12 PKG_RELEASE:=           7
    13 PKG_MD5SUM:=            70f22e8adc39e07a165f75eccb7cd079
     11PKG_VERSION:=           2.4.9
     12PKG_RELEASE:=           1
     13PKG_MD5SUM:=            845f12d80d443cfa1a52f2b53b987bee
    1414MASTER_SITES:=          http://www.openswan.org/download/ \
    1515                        ftp://ftp.openswan.org/openswan/
     
    3131                IPSECDIR="/usr/lib/ipsec" \
    3232                INC_USRLOCAL="/usr" \
     33                MODPROBE="insmod" \
    3334                programs
    3435        ${MAKE} -C ${WRKBUILD} \
     
    4041                USERCOMPILE="${FLAGS}" \
    4142                AS="${TARGET_CC} -c ${TCFLAGS}" \
     43                MODPROBE="insmod" \
    4244                module
    4345
     
    5153                IPSECDIR="/usr/lib/ipsec" \
    5254                INC_USRLOCAL="/usr" \
     55                MODPROBE="insmod" \
    5356                install
    5457
  • package/openswan/patches/101-arp_header.patch

    r6be287a rea8eb5c  
    1 diff -Nur openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c
    2 --- openswan-2.4.5rc5/linux/net/ipsec/ipsec_tunnel.c    2005-11-22 05:11:52.000000000 +0100
    3 +++ openswan-2.4.5rc5.patched/linux/net/ipsec/ipsec_tunnel.c    2006-03-29 01:13:35.000000000 +0200
    4 @@ -33,6 +33,7 @@
     1diff -ur openswan-2.4.9.orig/linux/net/ipsec/ipsec_tunnel.c openswan-2.4.9/linux/net/ipsec/ipsec_tunnel.c
     2--- openswan-2.4.9.orig/linux/net/ipsec/ipsec_tunnel.c  2006-10-06 23:39:26.000000000 +0200
     3+++ openswan-2.4.9/linux/net/ipsec/ipsec_tunnel.c       2007-08-01 21:48:42.000000000 +0200
     4@@ -35,6 +35,7 @@
    55 #include <linux/types.h>  /* size_t */
    66 #include <linux/interrupt.h> /* mark_bh */
Note: See TracChangeset for help on using the changeset viewer.