summaryrefslogtreecommitdiff
path: root/security/isakmpd/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-08-30 07:40:00 +0000
committermartti <martti@pkgsrc.org>2002-08-30 07:40:00 +0000
commit5c6fa7b4a9adb43a40be30928f3e794df5f8c1fc (patch)
tree0bed031738e6028a8448fd118b80a495fd4197d4 /security/isakmpd/Makefile
parent81fd4ce214e6229eeeb82622d6d310e64a08b033 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--security/isakmpd/Makefile4
1 files changed, 2 insertions, 2 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/