openswan: fix typo in last commit, refresh patches
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 20 Feb 2011 15:20:37 +0000 (15:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 20 Feb 2011 15:20:37 +0000 (15:20 +0000)
SVN-Revision: 25610

net/openswan/patches/130-compat_net_dev_ops.patch
net/openswan/patches/200-linux-2.6.36.patch
net/openswan/patches/250-resolv-compile-fix.patch

index 2640080af2b5321530550a8609152b051dff05fa..e4a96ff1e42c03b7c47cc24262e2d1a52f3b952c 100644 (file)
@@ -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
index d33e102fd79a7b3d9a14fdc278082a397a876354..481662cfe31da341b36671620509e1696522cfa9 100644 (file)
@@ -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;
index a2ebb552b12ee9a309f07d9ca4e668375161468d..111bbe2465a22773db7130073c225b74a2b6760a 100644 (file)
@@ -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()