aboutsummaryrefslogtreecommitdiff
path: root/security/racoon2
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2008-08-26 08:55:18 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2008-08-26 08:55:18 +0000
commite046463a26acd679271f0159da2bff080e84f4c7 (patch)
tree0ba612bf891a0bca170307a53fedae0c17e1a05a /security/racoon2
parent002d2c5fbaf044a9933cfbe1fc3ccd1095dc1479 (diff)
downloadports-e046463a26acd679271f0159da2bff080e84f4c7.tar.gz
ports-e046463a26acd679271f0159da2bff080e84f4c7.zip
Notes
Diffstat (limited to 'security/racoon2')
-rw-r--r--security/racoon2/Makefile2
-rw-r--r--security/racoon2/files/patch-kinkd-pathnames.h11
-rw-r--r--security/racoon2/files/patch-lib-racoon.h11
-rw-r--r--security/racoon2/files/patch-spmd-spmd_internal.h11
4 files changed, 34 insertions, 1 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile
index be8168d379cc..f462262fd268 100644
--- a/security/racoon2/Makefile
+++ b/security/racoon2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= racoon2
PORTVERSION= 20071227e
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net ipv6
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
EXTRACT_SUFX= .tgz
diff --git a/security/racoon2/files/patch-kinkd-pathnames.h b/security/racoon2/files/patch-kinkd-pathnames.h
new file mode 100644
index 000000000000..7fefb930aacf
--- /dev/null
+++ b/security/racoon2/files/patch-kinkd-pathnames.h
@@ -0,0 +1,11 @@
+--- kinkd/pathnames.h~ 2005-08-04 01:14:54.000000000 +0900
++++ kinkd/pathnames.h 2008-08-26 15:23:53.000000000 +0900
+@@ -30,7 +30,7 @@
+
+ #define PIDFILE_DIR "/var/run"
+ #define CACHE_DIR "/var/run" /* or "/var/db" */
+-#define RACOON2_CONFIG_FILE RACOON2_CONFIG_DIR "/racoon2.conf"
++#define RACOON2_CONFIG_FILE RACOON_CONF
+
+ #ifdef MAKE_KINK_LIST_FILE
+ #define KINK_LIST_FILE "/var/run/kink-handle.list"
diff --git a/security/racoon2/files/patch-lib-racoon.h b/security/racoon2/files/patch-lib-racoon.h
new file mode 100644
index 000000000000..8da52b24c7b4
--- /dev/null
+++ b/security/racoon2/files/patch-lib-racoon.h
@@ -0,0 +1,11 @@
+--- lib/racoon.h~ 2007-12-12 16:12:22.000000000 +0900
++++ lib/racoon.h 2008-08-13 13:20:32.000000000 +0900
+@@ -42,7 +42,7 @@
+ #include "script.h"
+ #include "missing/missing.h"
+
+-#define RACOON_CONF SYSCONFDIR "/racoon2/racoon2.conf"
++#define RACOON_CONF SYSCONFDIR "/racoon2.conf"
+
+ extern int rct2isakmp_exmode __P((int));
+ extern int rct2app_action __P((int));
diff --git a/security/racoon2/files/patch-spmd-spmd_internal.h b/security/racoon2/files/patch-spmd-spmd_internal.h
new file mode 100644
index 000000000000..5bee3c7d87df
--- /dev/null
+++ b/security/racoon2/files/patch-spmd-spmd_internal.h
@@ -0,0 +1,11 @@
+--- spmd/spmd_internal.h~ 2007-12-13 19:40:24.000000000 +0900
++++ spmd/spmd_internal.h 2008-08-26 15:10:46.000000000 +0900
+@@ -35,7 +35,7 @@
+
+ extern int spmd_foreground;
+
+-#define RACOON2_CONFIG_FILE SYSCONFDIR"/racoon2/racoon2.conf"
++#define RACOON2_CONFIG_FILE RACOON_CONF
+
+ #if defined(HAVE_NSSWITCH_CONF)
+ # define NSSWITCH_CONF_FILE "/etc/nsswitch.conf"