diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-28 20:43:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-28 20:43:18 +0000 |
commit | a63ed548ae661394d5d36fa8b032760ba0856871 (patch) | |
tree | 424d07180e28803fad4bf3a17eae4a678fd2b591 /package/openswan/patches/130-linux_2.6.19_api_changes.patch | |
parent | 8768d25dbdbfd8d96c48d222567475aa48283272 (diff) | |
download | upstream-a63ed548ae661394d5d36fa8b032760ba0856871.tar.gz upstream-a63ed548ae661394d5d36fa8b032760ba0856871.tar.bz2 upstream-a63ed548ae661394d5d36fa8b032760ba0856871.zip |
update openswan to latest upstream version and add fixes for 2.6.21 api changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/patches/130-linux_2.6.19_api_changes.patch')
-rw-r--r-- | package/openswan/patches/130-linux_2.6.19_api_changes.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/openswan/patches/130-linux_2.6.19_api_changes.patch b/package/openswan/patches/130-linux_2.6.19_api_changes.patch deleted file mode 100644 index a9e6801869..0000000000 --- a/package/openswan/patches/130-linux_2.6.19_api_changes.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -bruN openswan-2.4.7-old/linux/net/ipsec/pfkey_v2.c openswan-2.4.7-new/linux/net/ipsec/pfkey_v2.c ---- openswan-2.4.7-old/linux/net/ipsec/pfkey_v2.c 2006-10-10 22:43:28.000000000 +0200 -+++ openswan-2.4.7-new/linux/net/ipsec/pfkey_v2.c 2006-12-15 17:29:02.000000000 +0100 -@@ -1503,7 +1503,7 @@ - - printk(KERN_INFO "klips_info:pfkey_cleanup: " - "shutting down PF_KEY domain sockets.\n"); -- error |= sock_unregister(PF_KEY); -+ sock_unregister(PF_KEY); - - error |= supported_remove_all(SADB_SATYPE_AH); - error |= supported_remove_all(SADB_SATYPE_ESP); |