diff options
author | itojun <itojun@pkgsrc.org> | 2001-04-03 13:06:27 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-04-03 13:06:27 +0000 |
commit | 589915baa78f805f049ef74bdcf87ee69f806273 (patch) | |
tree | 16c083a51be157ec94a23bde75873529a3428887 /security/isakmpd | |
parent | dc7199f015005a5eb1f9d39a4e7437dabf0cffe8 (diff) | |
download | pkgsrc-589915baa78f805f049ef74bdcf87ee69f806273.tar.gz |
upgrade to latest openbsd tree.
(isakmpd-20010403.tar.gz is placed into ftp.netbsd.org LOCAL_PORTS directory).
major changes from source-changes@openbsd mailing list:
use the hash algorithm found in original certificate for the signature
after it has been patched. from angelos@
For the GETSPI PFKEY message, use the sequence number from the ACQUIRE
message.
Make DES a feature, so isakmpd can compile on Linux (most of the fixed
by newsham@lava.net)
x509 verified to work on NetBSD now
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 7 | ||||
-rw-r--r-- | security/isakmpd/files/md5 | 4 | ||||
-rw-r--r-- | security/isakmpd/files/patch-sum | 8 | ||||
-rw-r--r-- | security/isakmpd/patches/patch-aa | 13 |
4 files changed, 12 insertions, 20 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 39e26bdd4e3..04b7a668ae0 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,16 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2001/02/17 17:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/04/03 13:06:27 itojun Exp $ # -DISTNAME= isakmpd-20010214 -PKGNAME= isakmpd-20010214 +DISTNAME= isakmpd-20010403 CATEGORIES= security net MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ MAINTAINER= itojun@kame.net COMMENT= OpenBSD IKE daemon -DEPENDS+= gmp-*:../../devel/gmp - USE_SSL= yes # this is not compatible with cross build - there's no other way diff --git a/security/isakmpd/files/md5 b/security/isakmpd/files/md5 index 21a55bd28d5..f8479d510e1 100644 --- a/security/isakmpd/files/md5 +++ b/security/isakmpd/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 2001/02/14 13:27:33 itojun Exp $ +$NetBSD: md5,v 1.5 2001/04/03 13:06:28 itojun Exp $ -MD5 (isakmpd-20010214.tar.gz) = 8eee0802125e7dfc5b678eb007c4596e +SHA1 (isakmpd-20010403.tar.gz) = 136b6fa148d546d43f01f8b5e7e78aa94ca33550 diff --git a/security/isakmpd/files/patch-sum b/security/isakmpd/files/patch-sum index d677115b22a..8ae85f4e099 100644 --- a/security/isakmpd/files/patch-sum +++ b/security/isakmpd/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.6 2001/02/24 17:55:00 wiz Exp $ +$NetBSD: patch-sum,v 1.7 2001/04/03 13:06:28 itojun Exp $ -MD5 (patch-aa) = 1c36000aa15ba9c03372beb57b533ffb -MD5 (patch-ab) = 3e9959768a5ff4ba90d02808ab4e5a38 -MD5 (patch-ac) = 5f50fa0d9568e4ba01268d13271153a3 +SHA1 (patch-aa) = d1616a16251ccd770c392e60057b357b7224d38a +SHA1 (patch-ab) = f30c790f42d72866e95092848e102e4c3728365c +SHA1 (patch-ac) = 3f36a2bfff793f55c79f67affe142a8807082e70 diff --git a/security/isakmpd/patches/patch-aa b/security/isakmpd/patches/patch-aa index 7613d7a66e0..c9ba94cc4ac 100644 --- a/security/isakmpd/patches/patch-aa +++ b/security/isakmpd/patches/patch-aa @@ -1,12 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2001/02/14 13:27:33 itojun Exp $ +$NetBSD: patch-aa,v 1.4 2001/04/03 13:06:28 itojun Exp $ -Index: Makefile -=================================================================== -RCS file: /cvs/src/sbin/isakmpd/Makefile,v -retrieving revision 1.31 -diff -u -r1.31 Makefile ---- Makefile 2001/01/27 12:03:31 1.31 -+++ Makefile 2001/02/14 13:12:35 +--- Makefile.orig Sat Mar 24 01:14:34 2001 ++++ Makefile Tue Apr 3 22:00:03 2001 @@ -44,9 +44,9 @@ # openbsd means 2.5 or newer, openbsd-encap is for older kernels with PF_ENCAP # linux is the name for Linux with FreeS/WAN integrated, freebsd/netbsd means @@ -18,4 +13,4 @@ diff -u -r1.31 Makefile +OS= netbsd #OS= freebsd #OS= linux - + #OS= bsdi |