diff options
author | itojun <itojun@pkgsrc.org> | 2000-06-20 16:37:25 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-06-20 16:37:25 +0000 |
commit | fa7cf532eacb39e755f39382d17f2e3b1a4c581b (patch) | |
tree | 4c1734c5bffc3ab249a92042885288bd430a0709 /security/racoon | |
parent | 21cee330f3c4594d3fe2f6ece5df869985621255 (diff) | |
download | pkgsrc-fa7cf532eacb39e755f39382d17f2e3b1a4c581b.tar.gz |
upgrade to more recent (2000/6/20).
-- full changelog
Mon Jun 19 18:23:15 JST 2000 sakane@ydc.co.jp
* kame/kame/racoon:
A path name in configuration file is always complemented if it is
not begin from slash(/). If it's begin from slash, a path name
never be complemented.
Mon Jun 19 16:51:24 JST 2000 sakane@ydc.co.jp
* kame/kame/racoon:
If "non_auth" is defined in racoon.conf, any transform of AH proposal
including "non_auth" is not sent to the peer.
Thu Jun 15 14:44:30 JST 2000 sakane@ydc.co.jp
* kame/kame/racoon:
CR payload is only made if signature authentication method is applied.
Thu Jun 15 13:29:29 JST 2000 sakane@ydc.co.jp
* kame/kame/racoon/cfparse.y:
In racoon.conf, the path of configuration file is complemented by
include directive only if there is no '/' in the path.
Diffstat (limited to 'security/racoon')
-rw-r--r-- | security/racoon/Makefile | 4 | ||||
-rw-r--r-- | security/racoon/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index eb78e78bbd2..80cf614814f 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2000/06/14 08:00:49 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2000/06/20 16:37:25 itojun Exp $ # -DISTNAME= racoon-20000614a +DISTNAME= racoon-20000620a 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 a3fa48e1d6b..d84230fc9ac 100644 --- a/security/racoon/files/md5 +++ b/security/racoon/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/06/14 08:00:50 itojun Exp $ +$NetBSD: md5,v 1.3 2000/06/20 16:37:28 itojun Exp $ -MD5 (racoon-20000614a.tar.gz) = 36f31ee5ec1147187bbad1f0429e2b4e +MD5 (racoon-20000620a.tar.gz) = 589feee60184e1f1176af94dd66c1bca |