diff options
author | martti <martti@pkgsrc.org> | 2002-08-30 07:40:00 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-08-30 07:40:00 +0000 |
commit | 5c6fa7b4a9adb43a40be30928f3e794df5f8c1fc (patch) | |
tree | 0bed031738e6028a8448fd118b80a495fd4197d4 /security/isakmpd | |
parent | 81fd4ce214e6229eeeb82622d6d310e64a08b033 (diff) | |
download | pkgsrc-5c6fa7b4a9adb43a40be30928f3e794df5f8c1fc.tar.gz |
Updated isakmpd to 20020830
* OpenBSD 3.1 SA 010: Receiving IKE payloads out of sequence can cause
isakmpd(8) to crash.
* A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>.
Some style mods, and checks added for OpenSSL version 0.9.7 or later.
Currently CRLs are not supported for earlier versions.
Manual pages updated.
* Handle configuration lines that end in whitespace or ^M.
Also avoid a potential memory leak.
* Start for support of IKECFG in SET/ACK mode. Server side only so far.
* Fix keyed HMAC where the key was longer than the blocksize
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 99d7faf5170..1bec2bbd4f1 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2002/04/04 09:42:27 martti Exp $ +# $NetBSD: Makefile,v 1.21 2002/08/30 07:40:00 martti Exp $ # -DISTNAME= isakmpd-20020403 +DISTNAME= isakmpd-20020830 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 58b3593a3db..a2726cec466 100644 --- a/security/isakmpd/distinfo +++ b/security/isakmpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2002/04/03 12:31:56 martti Exp $ +$NetBSD: distinfo,v 1.9 2002/08/30 07:40:01 martti Exp $ -SHA1 (isakmpd-20020403.tar.gz) = 03386c3764539ebce0d94a4c11c82970db95a13b -Size (isakmpd-20020403.tar.gz) = 341437 bytes +SHA1 (isakmpd-20020830.tar.gz) = 831c047e46c1a47d260279fd94a874481a50359e +Size (isakmpd-20020830.tar.gz) = 346452 bytes SHA1 (patch-aa) = 22903f2d4ba4f92f716920a121d861550bd8bc51 SHA1 (patch-ab) = f30c790f42d72866e95092848e102e4c3728365c SHA1 (patch-ad) = 8c477b99fd3d82ccb52b01374450295cc25244c0 |