From ebd97bd79dd24f0dc93f8d6d4cf9e641d3978895 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Tue, 14 Dec 2004 11:49:45 +0000 Subject: - Update to a new snapshot from the OpenBSD 2.6 branch dated 20041207 which, among many other things, fixes the know security vulnerabilities. - Remove some notes about tracking NetBSD, since the port does not do that anymore. - Remove out-of-date information from pkg-descr. - Take maintainership. Approved by: nectar --- security/isakmpd/files/patch-ike_quick_mode.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 security/isakmpd/files/patch-ike_quick_mode.c (limited to 'security/isakmpd/files/patch-ike_quick_mode.c') diff --git a/security/isakmpd/files/patch-ike_quick_mode.c b/security/isakmpd/files/patch-ike_quick_mode.c new file mode 100644 index 000000000000..e57047df5f01 --- /dev/null +++ b/security/isakmpd/files/patch-ike_quick_mode.c @@ -0,0 +1,16 @@ +--- ike_quick_mode.c 2004/08/14 13:29:50 1.86 ++++ ike_quick_mode.c 2004/09/17 13:53:08 1.87 +@@ -1739,8 +1739,11 @@ + "strdup (\"%s\") failed", name); + goto cleanup; + } +- } else if (ignore_policy || strncmp("yes", conf_get_str("General", +- "Use-Keynote"), 3)) { ++ } else if ( ++#ifdef USE_POLICY ++ ignore_policy || ++#endif ++ strncmp("yes", conf_get_str("General", "Use-Keynote"), 3)) { + log_print("responder_recv_HASH_SA_NONCE: peer proposed " + "invalid phase 2 IDs: %s", + (exchange->doi->decode_ids("initiator id %s, responder" -- cgit v1.2.3