From 2922a6d2759b184aae27993ad447dc431586192b Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 20 Feb 2011 15:20:37 +0000 Subject: [PATCH] [packages] openswan: fix typo in last commit, refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@25610 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openswan/patches/130-compat_net_dev_ops.patch | 4 ++-- net/openswan/patches/200-linux-2.6.36.patch | 4 ++-- net/openswan/patches/250-resolv-compile-fix.patch | 8 +++----- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/net/openswan/patches/130-compat_net_dev_ops.patch b/net/openswan/patches/130-compat_net_dev_ops.patch index 2640080af..e4a96ff1e 100644 --- a/net/openswan/patches/130-compat_net_dev_ops.patch +++ b/net/openswan/patches/130-compat_net_dev_ops.patch @@ -2,8 +2,8 @@ linux/include/openswan/ipsec_kversion.h | 6 ++++++ 1 file changed, 6 insertions(+) ---- openswan-2.6.29.orig/linux/include/openswan/ipsec_kversion.h -+++ openswan-2.6.29/linux/include/openswan/ipsec_kversion.h +--- a/linux/include/openswan/ipsec_kversion.h ++++ b/linux/include/openswan/ipsec_kversion.h @@ -366,6 +366,12 @@ #endif #endif diff --git a/net/openswan/patches/200-linux-2.6.36.patch b/net/openswan/patches/200-linux-2.6.36.patch index d33e102fd..481662cfe 100644 --- a/net/openswan/patches/200-linux-2.6.36.patch +++ b/net/openswan/patches/200-linux-2.6.36.patch @@ -2,8 +2,8 @@ linux/net/ipsec/ipsec_xmit.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---- openswan-2.6.29.orig/linux/net/ipsec/ipsec_xmit.c -+++ openswan-2.6.29/linux/net/ipsec/ipsec_xmit.c +--- a/linux/net/ipsec/ipsec_xmit.c ++++ b/linux/net/ipsec/ipsec_xmit.c @@ -105,6 +105,15 @@ static __u32 zeroes[64]; int ipsec_xmit_trap_count = 0; int ipsec_xmit_trap_sendcount = 0; diff --git a/net/openswan/patches/250-resolv-compile-fix.patch b/net/openswan/patches/250-resolv-compile-fix.patch index a2ebb552b..111bbe246 100644 --- a/net/openswan/patches/250-resolv-compile-fix.patch +++ b/net/openswan/patches/250-resolv-compile-fix.patch @@ -1,8 +1,6 @@ -Index: openswan-2.6.29/programs/pluto/adns.c -=================================================================== ---- openswan-2.6.29.orig/programs/pluto/adns.c 2010-11-03 00:50:53.088000003 +0100 -+++ openswan-2.6.29/programs/pluto/adns.c 2010-11-03 00:54:26.985000001 +0100 -@@ -187,7 +187,7 @@ +--- a/programs/pluto/adns.c ++++ b/programs/pluto/adns.c +@@ -187,7 +187,7 @@ write_pipe(int fd, const unsigned char * res_query(dname, class, type, answer, anslen) # define res_nclose(statp) res_close()