diff options
author | Will Newton <will.newton@gmail.com> | 2009-06-22 12:21:38 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-06-23 09:33:24 +0200 |
commit | 7af9cd3ac58e881e1ecfa9836ec54f3458b13564 (patch) | |
tree | 2198afb31b100d4059517ca9c62678a6a95d3fa6 /package/ipsec-tools/ipsec-tools-0.6.7.102-GLOB_TILDE.patch | |
parent | 93308ccba3c743297d231f06a5a1fc0523d7e404 (diff) |
ipsec-tools: Bump version to 0.7.2.
Add support for configuring security context support to allow building for
non-SELinux targets.
Remove some obsolete patches.
Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ipsec-tools/ipsec-tools-0.6.7.102-GLOB_TILDE.patch')
-rw-r--r-- | package/ipsec-tools/ipsec-tools-0.6.7.102-GLOB_TILDE.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/ipsec-tools/ipsec-tools-0.6.7.102-GLOB_TILDE.patch b/package/ipsec-tools/ipsec-tools-0.6.7.102-GLOB_TILDE.patch deleted file mode 100644 index 41d9c2bf2..000000000 --- a/package/ipsec-tools/ipsec-tools-0.6.7.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"); |