mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
openssl111. Unfortunately racoon is no longer maintained by the now defunct KAME project, which officially concluded in March 2006 (see http://www.kame.net/). However the good news is that racoon2 was forked on github and is maintained by Christos Zoulas, a NetBSD committer (christos@NetBSD.org). This commit switches from the no longer maintained KAME version of racoon2 to the fork maintained at by Christos Zoulas on github (https://github.com/zoulasc). This commit resolves building with openssl111 on FreeBSD-CURRENT. Looking through Christos' logs on github this resolves many other issues. As can bee seen, the many patches required to wedge this fork of racoon2 into our ports tree fixed many issues in the base software. These will be pushed upstream over time, when time permits. PR: 234034
11 lines
417 B
C
11 lines
417 B
C
--- kinkd/pathnames.h.orig 2018-08-15 21:36:53.000000000 -0700
|
|
+++ kinkd/pathnames.h 2018-12-15 10:53:06.611652000 -0800
|
|
@@ -30,7 +30,7 @@
|
|
|
|
#define PIDFILE_DIR "/var/run"
|
|
#define CACHE_DIR "/var/run" /* or "/var/db" */
|
|
-#define RACOON2_CONFIG_FILE SYSCONFDIR "/racoon2.conf"
|
|
+#define RACOON2_CONFIG_FILE "SYSCONFDIR/racoon2.conf"
|
|
|
|
#ifdef MAKE_KINK_LIST_FILE
|
|
#define KINK_LIST_FILE "/var/run/kink-handle.list"
|