diff options
author | itojun <itojun@pkgsrc.org> | 2001-06-11 11:23:20 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-06-11 11:23:20 +0000 |
commit | 049819ce3ffe8f23722b97ac52df23e4d09ba189 (patch) | |
tree | d862472c4fe39fa6237a293aedb0d9e0650649f0 /security/isakmpd/Makefile | |
parent | c4e71c5e7a56600bcceba68cbed656ef7246e444 (diff) | |
download | pkgsrc-049819ce3ffe8f23722b97ac52df23e4d09ba189.tar.gz |
upgrade to 20010611.
key changes since 20010403:
- be more picky about isakmpd.policy permission
- debug: dump decoded IKE packets in pcap(3) format
- cert improvements
- RFC2367 compliance
- bug fixes: correct SA refcnt, memory alloc and doc fixes
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r-- | security/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 04b7a668ae0..cf5e1c2d681 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2001/04/03 13:06:27 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2001/06/11 11:23:20 itojun Exp $ # -DISTNAME= isakmpd-20010403 +DISTNAME= isakmpd-20010611 CATEGORIES= security net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ |