Updated kernel to 2.6.25.17

Updated klibc to 1.5.14
Updated iptables to 1.4.1.1
removed r8138,r3139,arptables
disabled ipp2p
testing patch openswan interpret unspec address as ipv4
This commit is contained in:
Arne Fitzenreiter
2008-09-13 20:48:59 +02:00
parent 8a1d5ea461
commit 9c534116cc
17 changed files with 744 additions and 789 deletions

View File

@@ -105,7 +105,7 @@ int main(int argc, char *argv[])
mysystem("/sbin/modprobe ide-generic");
mysystem("/sbin/modprobe generic");
mysystem("/sbin/modprobe ide-cd");
mysystem("/sbin/modprobe ide-cd_mod");
mysystem("/sbin/modprobe ide-disk");
mysystem("/sbin/modprobe uhci-hcd");
mysystem("/sbin/modprobe ohci-hcd");

View File

@@ -0,0 +1,11 @@
diff -Naur openswan-2.6.16.org/linux/net/ipsec/pfkey_v2_build.c openswan-2.6.16/linux/net/ipsec/pfkey_v2_build.c
--- openswan-2.6.16.org/linux/net/ipsec/pfkey_v2_build.c 2008-08-18 19:07:48.000000000 +0200
+++ openswan-2.6.16/linux/net/ipsec/pfkey_v2_build.c 2008-09-13 15:38:43.000000000 +0200
@@ -442,6 +442,7 @@
}
switch(address->sa_family) {
+ case AF_UNSPEC:
case AF_INET:
DEBUGGING(PF_KEY_DEBUG_BUILD,
"pfkey_address_build: "