diff options
author | martti <martti@pkgsrc.org> | 2002-04-03 12:31:56 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-04-03 12:31:56 +0000 |
commit | 66722fd01e9ac09d01ad1385f397467682511ce6 (patch) | |
tree | 4b99dddbd931dfec58105ea62fd4623f0f90da3a /security/isakmpd | |
parent | 3bfaea85affca490962c657e8d5e8828feced9eb (diff) | |
download | pkgsrc-66722fd01e9ac09d01ad1385f397467682511ce6.tar.gz |
Updated isakmpd to 20020403
- Change DH group handling in the pre-generated parts of the
configuration. Add a -GRP{1,2,5} component to transform and suite
names to directly specify which group to use. If no group is
specified, use DH group 2 (MODP_1024). Earlier transforms and suites
using the MD5 hash defaulted to DH group 1, this is no longer true.
- Unbreak MD5 and SHA1 passphrases in policy check.
- Don't message_dump_raw() bad length messages, i.e too short.
- Fix a couple of snprintf length bugs.
- Compile without warnings for older/newer OpenSSL.
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 4 | ||||
-rw-r--r-- | security/isakmpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 11d7563bc06..f61f41b5258 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2002/02/03 15:11:53 martti Exp $ +# $NetBSD: Makefile,v 1.19 2002/04/03 12:31:56 martti Exp $ # -DISTNAME= isakmpd-20020203 +DISTNAME= isakmpd-20020403 CATEGORIES= security net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ diff --git a/security/isakmpd/distinfo b/security/isakmpd/distinfo index 602eedeb1ce..58b3593a3db 100644 --- a/security/isakmpd/distinfo +++ b/security/isakmpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2002/02/03 15:11:53 martti Exp $ +$NetBSD: distinfo,v 1.8 2002/04/03 12:31:56 martti Exp $ -SHA1 (isakmpd-20020203.tar.gz) = 94961fcb6231671da56b7a827a599cf2e779b1a3 -Size (isakmpd-20020203.tar.gz) = 340070 bytes +SHA1 (isakmpd-20020403.tar.gz) = 03386c3764539ebce0d94a4c11c82970db95a13b +Size (isakmpd-20020403.tar.gz) = 341437 bytes SHA1 (patch-aa) = 22903f2d4ba4f92f716920a121d861550bd8bc51 SHA1 (patch-ab) = f30c790f42d72866e95092848e102e4c3728365c SHA1 (patch-ad) = 8c477b99fd3d82ccb52b01374450295cc25244c0 |