summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-04-22 00:05:16 +0000
committeritojun <itojun@pkgsrc.org>2001-04-22 00:05:16 +0000
commit0034490c6d1c54588c1bfbba627837f5c7271af4 (patch)
tree78cb2da2e50686f63da230d600f88f8c6b3d98af /security/racoon
parent0bf13dff2fdadd56786eaf761e909adaa1adf4cc (diff)
downloadpkgsrc-0034490c6d1c54588c1bfbba627837f5c7271af4.tar.gz
remove "twofish" from sample configuration file, as the algorithm
is not available in *BSD integrated KAME IPsec tree.
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/distinfo4
-rw-r--r--security/racoon/patches/patch-ac26
2 files changed, 22 insertions, 8 deletions
diff --git a/security/racoon/distinfo b/security/racoon/distinfo
index fbc296abf93..08adb6694e3 100644
--- a/security/racoon/distinfo
+++ b/security/racoon/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 03:14:56 itojun Exp $
+$NetBSD: distinfo,v 1.3 2001/04/22 00:05:16 itojun Exp $
SHA1 (racoon-20010418a.tar.gz) = 17c045fa224d4827f3ec6dc24c848b36ef02bc95
Size (racoon-20010418a.tar.gz) = 558279 bytes
SHA1 (patch-aa) = 586f7bd5129f3be88cb104244fba2b7b13a7b044
SHA1 (patch-ab) = b4720f139e6fe9451cad50d00549af9b42851883
-SHA1 (patch-ac) = cd59c7c79ecceb04ba6351539c6cef58d48e5fd8
+SHA1 (patch-ac) = 373b500d11de26b1d56f8d5f64cabcb639aa3e8d
SHA1 (patch-ad) = d4718088c04c72ccfe34c4b53ec4a2f830600877
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 ;
+ }