summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-02-18 16:00:14 +0000
committeritojun <itojun@pkgsrc.org>2001-02-18 16:00:14 +0000
commitf8389ac42a8f58d02fc95ffbe9056eb2549354b4 (patch)
tree15904cf7b145dd20d02819a5e2bc27bdbfc49bf7 /security
parentb225c945cfbb4bcc42b922b295ab5859ca313d43 (diff)
downloadpkgsrc-f8389ac42a8f58d02fc95ffbe9056eb2549354b4.tar.gz
upgrade: 20001211a -> 20010215a
key changes: -B flag, DH shared secret length handling fix, logging level fix, gssapi support (not enabled, may not work on plain 1.5 due to issue in kerberos library)
Diffstat (limited to 'security')
-rw-r--r--security/racoon/Makefile4
-rw-r--r--security/racoon/files/md54
-rw-r--r--security/racoon/files/patch-sum3
-rw-r--r--security/racoon/patches/patch-ae12
4 files changed, 5 insertions, 18 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 409dc1cd130..cb13ee246d6 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2001/02/17 17:50:05 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2001/02/18 16:00:14 itojun Exp $
#
-DISTNAME= racoon-20001211a
+DISTNAME= racoon-20010215a
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
diff --git a/security/racoon/files/md5 b/security/racoon/files/md5
index 7ba20ef63a6..81b095f371a 100644
--- a/security/racoon/files/md5
+++ b/security/racoon/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.15 2000/12/11 09:01:46 itojun Exp $
+$NetBSD: md5,v 1.16 2001/02/18 16:00:14 itojun Exp $
-MD5 (racoon-20001211a.tar.gz) = 7bd5f01cb07e31454d28e233b75c805f
+MD5 (racoon-20010215a.tar.gz) = 5d4467f279ab6309ead78fb2c0358e2e
diff --git a/security/racoon/files/patch-sum b/security/racoon/files/patch-sum
index 1c1d81c3b97..edfe084e823 100644
--- a/security/racoon/files/patch-sum
+++ b/security/racoon/files/patch-sum
@@ -1,7 +1,6 @@
-$NetBSD: patch-sum,v 1.11 2000/12/12 08:16:00 itojun Exp $
+$NetBSD: patch-sum,v 1.12 2001/02/18 16:00:14 itojun Exp $
MD5 (patch-aa) = d22da496fc39e0bc2c926c6ffbb758e1
MD5 (patch-ab) = 1a2944fbce4cee174eade2cc0726c0ef
MD5 (patch-ac) = 40a2125ca09427e050e4d6000c42b2c6
MD5 (patch-ad) = b99c6e6d3745d87bf62ac622c4ee6756
-MD5 (patch-ae) = f1a04ab3f7965c0be352615f18de5175
diff --git a/security/racoon/patches/patch-ae b/security/racoon/patches/patch-ae
deleted file mode 100644
index 0422e8e7e73..00000000000
--- a/security/racoon/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.7 2000/12/12 08:16:00 itojun Exp $
-
---- isakmp.c- Tue Dec 12 17:04:48 2000
-+++ isakmp.c Tue Dec 12 17:04:52 2000
-@@ -184,2 +184,3 @@
-
-+#if 0 /*MSG_PEEK does not return total length*/
- /* check bogus length */
-@@ -196,2 +197,3 @@
- }
-+#endif
-