diff options
author | itojun <itojun> | 2000-06-14 08:00:49 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-06-14 08:00:49 +0000 |
commit | e5aca9193c9b7db07f471657dcec37e5f5eab9a5 (patch) | |
tree | 6473ff17c998a1d12874b5ee1118662dfa629d62 /security | |
parent | 0167f5e51338d03119cf05eb10de12b3f9541bc4 (diff) | |
download | pkgsrc-e5aca9193c9b7db07f471657dcec37e5f5eab9a5.tar.gz |
upgrade to 2000/6/14 snapshot. changes:
- SA bundle (AH + ESP) negotiation is corrected
- be more picky about permission of pre-shared key file (don't open it
it it looks vulnerable).
Diffstat (limited to 'security')
-rw-r--r-- | security/racoon/Makefile | 4 | ||||
-rw-r--r-- | security/racoon/files/md5 | 4 | ||||
-rw-r--r-- | security/racoon/pkg/DESCR | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 58f33285b15..eb78e78bbd2 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2000/06/12 11:21:31 itojun Exp $ +# $NetBSD: Makefile,v 1.9 2000/06/14 08:00:49 itojun Exp $ # -DISTNAME= racoon-20000612a +DISTNAME= racoon-20000614a CATEGORIES= security net MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ diff --git a/security/racoon/files/md5 b/security/racoon/files/md5 index 5f1c587886d..a3fa48e1d6b 100644 --- a/security/racoon/files/md5 +++ b/security/racoon/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1 2000/06/12 11:09:34 itojun Exp $ +$NetBSD: md5,v 1.2 2000/06/14 08:00:50 itojun Exp $ -MD5 (racoon-20000612a.tar.gz) = 9f04392705d5690e7f0de11ce83dddac +MD5 (racoon-20000614a.tar.gz) = 36f31ee5ec1147187bbad1f0429e2b4e diff --git a/security/racoon/pkg/DESCR b/security/racoon/pkg/DESCR index a74946eb51e..6a0c550beb6 100644 --- a/security/racoon/pkg/DESCR +++ b/security/racoon/pkg/DESCR @@ -2,7 +2,6 @@ racoon speaks IKE (ISAKMP/Oakley) key management protocol, to establish security association with other hosts. Known issues: -- Cannot negotiate SA bundle, like "AH + ESP". Will be fixed soon. - Too many use of dynamic memory allocation, which leads to memory leak. - Non-threaded implementation. Simultaneous key negotiation performance should be improved. |