From 2e412fff601ac2e668453518cf30fd41ccb2c2e3 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Fri, 6 Feb 2015 20:31:54 +0000 Subject: security/ipsec-tools: 0.8.1 -> 0.8.2 From ChangeLog: - Fix admin port establish-sa for tunnel mode SAs (Alexander Sbitnev) - Fix source port selection regression from version 0.8.1 - Various logging improvements - Additional compliance and build fixes From submitter: - extra patch to adding wildcard psk option PR: 196930 Submitted by: Harald Schmalzbauer , Ed Schouten Approved by: vanhu (maintainer) --- .../files/patch-src-racoon-isakmp_cfg.c | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c (limited to 'security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c') diff --git a/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c b/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c new file mode 100644 index 000000000000..4d1ad96b321d --- /dev/null +++ b/security/ipsec-tools/files/patch-src-racoon-isakmp_cfg.c @@ -0,0 +1,28 @@ +--- src/racoon/isakmp_cfg.c ++++ src/racoon/isakmp_cfg.c +@@ -38,7 +38,9 @@ + #include + #include + ++#if __FreeBSD_version >= 900007 + #include ++#endif + #if defined(__APPLE__) && defined(__MACH__) + #include + #endif +@@ -1663,6 +1665,7 @@ + char *usr; + int inout; + { ++#if __FreeBSD_version >= 900007 + int error = 0; + struct utmpx ut; + char addr[NI_MAXHOST]; +@@ -1706,6 +1709,7 @@ + plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n"); + break; + } ++#endif + + return 0; + } -- cgit v1.2.3