summaryrefslogtreecommitdiff
path: root/security/racoon/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/racoon/patches/patch-ac')
-rw-r--r--security/racoon/patches/patch-ac26
1 files changed, 20 insertions, 6 deletions
diff --git a/security/racoon/patches/patch-ac b/security/racoon/patches/patch-ac
index 7b866604b40..4c2c9ea46da 100644
--- a/security/racoon/patches/patch-ac
+++ b/security/racoon/patches/patch-ac
@@ -1,18 +1,32 @@
-$NetBSD: patch-ac,v 1.4 2000/10/21 22:54:23 wiz Exp $
---- samples/racoon.conf.sample.orig Wed Oct 4 09:24:11 2000
-+++ samples/racoon.conf.sample Wed Oct 4 09:24:39 2000
-@@ -6,3 +6,3 @@
+$NetBSD: patch-ac,v 1.5 2001/04/22 00:05:16 itojun Exp $
+
+--- samples/racoon.conf.sample.orig Tue Dec 19 17:07:33 2000
++++ samples/racoon.conf.sample Sun Apr 22 09:02:35 2001
+@@ -4,15 +4,15 @@
+ # "include" directive with relative file path.
+ # you can overwrite "path" directive afterwards, however, doing so may add
# more confusion.
-#path include "/usr/local/v6/etc" ;
+#path include "/etc/racoon" ;
#include "remote.conf" ;
-@@ -10,3 +10,3 @@
+
# the file should contain key ID/key pairs, for pre-shared key authentication.
-path pre_shared_key "/usr/local/v6/etc/psk.txt" ;
+path pre_shared_key "/etc/racoon/psk.txt" ;
-@@ -14,3 +14,3 @@
+ # racoon will look for certificate file in the directory,
# if the certificate/certificate request payload is received.
-#path certificate "/usr/local/openssl/certs" ;
+#path certificate "/usr/pkg/certs" ;
+ # "log" specifies logging level. It is followed by either "notify", "debug"
+ # or "debug2".
+@@ -53,7 +53,7 @@
+ pfs_group 2;
+ lifetime time 12 hour ;
+ lifetime byte 50 MB ;
+- encryption_algorithm 3des, cast128, blowfish, des, twofish, rijndael ;
++ encryption_algorithm 3des, cast128, blowfish, des, rijndael ;
+ authentication_algorithm hmac_sha1, hmac_md5 ;
+ compression_algorithm deflate ;
+ }