From 0982183a8d7313a63718c86e3524caea1910b886 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 25 Jun 2007 09:41:35 +0000 Subject: - bump version - add SUSV legacy fixups --- .../ipsec-tools/ipsec-tools-0.6.6.102-GLOB_TILDE.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/ipsec-tools/ipsec-tools-0.6.6.102-GLOB_TILDE.patch (limited to 'package/ipsec-tools/ipsec-tools-0.6.6.102-GLOB_TILDE.patch') diff --git a/package/ipsec-tools/ipsec-tools-0.6.6.102-GLOB_TILDE.patch b/package/ipsec-tools/ipsec-tools-0.6.6.102-GLOB_TILDE.patch deleted file mode 100644 index 41d9c2bf2..000000000 --- a/package/ipsec-tools/ipsec-tools-0.6.6.102-GLOB_TILDE.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ipsec-tools-0.6.6.oorig/src/racoon/cftoken.c 2006-06-13 10:49:01.000000000 +0200 -+++ ipsec-tools-0.6.6/src/racoon/cftoken.c 2006-11-22 21:20:30.000000000 +0100 -@@ -4076,8 +4076,11 @@ - "Includes nested too deeply"); - return -1; - } -- -+#ifdef GLOB_TILDE - if (glob(path, GLOB_TILDE, NULL, &incstack[incstackp].matches) != 0 || -+#else -+ if (glob(path, 0, NULL, &incstack[incstackp].matches) != 0 || -+#endif - incstack[incstackp].matches.gl_pathc == 0) { - plog(LLV_ERROR, LOCATION, NULL, - "glob found no matches for path"); -- cgit v1.2.3