From 0a322d4e304f76093842f9c3d8d28eed5715329b Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 13 Oct 2006 00:50:28 +0000 Subject: ipsec-tools 0.6.6: Add version 0.6.6 which builds with glibc 2.4, fixes lots of bugs and adds lots of additional functionality. --- packages/ipsec-tools/ipsec-tools-0.6.6/.mtn2git_empty | 0 .../ipsec-tools-0.6.6/racoon-search-missing.patch | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 packages/ipsec-tools/ipsec-tools-0.6.6/.mtn2git_empty create mode 100644 packages/ipsec-tools/ipsec-tools-0.6.6/racoon-search-missing.patch (limited to 'packages/ipsec-tools/ipsec-tools-0.6.6') diff --git a/packages/ipsec-tools/ipsec-tools-0.6.6/.mtn2git_empty b/packages/ipsec-tools/ipsec-tools-0.6.6/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/ipsec-tools/ipsec-tools-0.6.6/racoon-search-missing.patch b/packages/ipsec-tools/ipsec-tools-0.6.6/racoon-search-missing.patch new file mode 100644 index 0000000000..eebcb87017 --- /dev/null +++ b/packages/ipsec-tools/ipsec-tools-0.6.6/racoon-search-missing.patch @@ -0,0 +1,17 @@ +Older versions of openssl don't provide all the required crypto code. +To handle this case ipsec-tools includes it's own version of the +required crypto code but it fails to add it the search path so +compilation fails. Fix it here since OE currently have an older +version of openssl. + +--- ipsec-tools-0.6.6/src/racoon/Makefile.am 2006/08/17 05:10:57 1.1 ++++ ipsec-tools-0.6.6/src/racoon/Makefile.am 2006/08/17 05:12:08 +@@ -9,7 +9,7 @@ + + adminsockdir=${localstatedir}/racoon + +-INCLUDES = -I${srcdir}/../libipsec ++INCLUDES = -I${srcdir}/../libipsec -I${srcdir}/missing + AM_CFLAGS = -D_GNU_SOURCE @GLIBC_BUGS@ -DSYSCONFDIR=\"${sysconfdir}\" \ + -DADMINPORTDIR=\"${adminsockdir}\" + AM_LDFLAGS = @EXTRA_CRYPTO@ -lcrypto -- cgit v1.2.3