diff options
author | itojun <itojun@pkgsrc.org> | 2001-10-17 02:53:08 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-10-17 02:53:08 +0000 |
commit | 32fa4dde44f2510e8300cfc348b12f1e1ef0c3bc (patch) | |
tree | 285137c5d0172667e21b5c29bfc5038053e14191 /security/racoon/patches | |
parent | da345cc1ad2fa278f63a7101ea13dbb6e857d707 (diff) | |
download | pkgsrc-32fa4dde44f2510e8300cfc348b12f1e1ef0c3bc.tar.gz |
upgrade to 10/16 snapshot.
- bugfixes in spd handling, scheduler leak.
- make identity check more strict.
- correct phase 2 proposal check.
Diffstat (limited to 'security/racoon/patches')
-rw-r--r-- | security/racoon/patches/patch-ac | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/security/racoon/patches/patch-ac b/security/racoon/patches/patch-ac index e3516efe046..20296666730 100644 --- a/security/racoon/patches/patch-ac +++ b/security/racoon/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.6 2001/08/31 09:43:09 itojun Exp $ +$NetBSD: patch-ac,v 1.7 2001/10/17 02:53:09 itojun Exp $ --- samples/racoon.conf.sample.orig Thu Aug 16 15:33:40 2001 +++ samples/racoon.conf.sample Fri Aug 31 18:39:12 2001 @@ -21,12 +21,3 @@ $NetBSD: patch-ac,v 1.6 2001/08/31 09:43:09 itojun Exp $ # "log" specifies logging level. It is followed by either "notify", "debug" # or "debug2". -@@ -53,7 +53,7 @@ - { - pfs_group 2; - lifetime time 12 hour ; -- encryption_algorithm 3des, cast128, blowfish 448, des, twofish, rijndael ; -+ encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ; - authentication_algorithm hmac_sha1, hmac_md5 ; - compression_algorithm deflate ; - } |