summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-06-14 08:00:49 +0000
committeritojun <itojun@pkgsrc.org>2000-06-14 08:00:49 +0000
commite704c8da4824dc09d62cd8bad7b68ae980d35a8b (patch)
tree6473ff17c998a1d12874b5ee1118662dfa629d62
parent6f9ae1786999143fdf97bc43a09e2a3023548469 (diff)
downloadpkgsrc-e704c8da4824dc09d62cd8bad7b68ae980d35a8b.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).
-rw-r--r--security/racoon/Makefile4
-rw-r--r--security/racoon/files/md54
-rw-r--r--security/racoon/pkg/DESCR1
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.