diff options
author | itojun <itojun@pkgsrc.org> | 2000-07-18 15:04:18 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-07-18 15:04:18 +0000 |
commit | 2e2b2ad5e7c84dab36d5cc8d785479c4a46758ff (patch) | |
tree | 86c0a92c233e0845d2fc48d2a880651e0dfe21ca /security/racoon/Makefile | |
parent | 193de1ef49aa07422a01a2292053a7e81330e216 (diff) | |
download | pkgsrc-2e2b2ad5e7c84dab36d5cc8d785479c4a46758ff.tar.gz |
update from racoon 20000701a tree to 20000716a tree.
changes:
- RFC2367 conformance for SADB_[AE]ALG_xxx.
- implement initial contact
- runs in background by default
- delete notification
- improve error handling
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 947d84310df..8592a917d6b 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2000/07/05 17:07:43 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2000/07/18 15:04:18 itojun Exp $ # -DISTNAME= racoon-20000701a +DISTNAME= racoon-20000716a CATEGORIES= security net MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ |