diff options
author | itojun <itojun@pkgsrc.org> | 2000-06-14 08:00:49 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-06-14 08:00:49 +0000 |
commit | e704c8da4824dc09d62cd8bad7b68ae980d35a8b (patch) | |
tree | 6473ff17c998a1d12874b5ee1118662dfa629d62 /security/racoon/Makefile | |
parent | 6f9ae1786999143fdf97bc43a09e2a3023548469 (diff) | |
download | pkgsrc-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).
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r-- | security/racoon/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |