summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authoritojun <itojun>2000-11-06 09:00:46 +0000
committeritojun <itojun>2000-11-06 09:00:46 +0000
commit0f7b8e0836d853343377f5af92d0c058933c94af (patch)
treefc084e52129cfb44ad87a1160b6c0a3be5c08970 /security/racoon
parent226e11fe6585bfc0b77acea91ae82029bd6aef00 (diff)
downloadpkgsrc-0f7b8e0836d853343377f5af92d0c058933c94af.tar.gz
upgrade to 20001106a.
- validate initial contact better. - more fine-grained control over pre-shared key configuration. - cert fixes.
Diffstat (limited to 'security/racoon')
-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-ae18
4 files changed, 5 insertions, 24 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index d38728db9d7..2ef751da3f5 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2000/10/10 09:47:50 itojun Exp $
+# $NetBSD: Makefile,v 1.25 2000/11/06 09:00:46 itojun Exp $
#
-DISTNAME= racoon-20001010a
+DISTNAME= racoon-20001106a
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 2ccea314402..29b7aeeebda 100644
--- a/security/racoon/files/md5
+++ b/security/racoon/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.12 2000/10/10 09:47:51 itojun Exp $
+$NetBSD: md5,v 1.13 2000/11/06 09:00:47 itojun Exp $
-MD5 (racoon-20001010a.tar.gz) = 576d5d88b0f83162fa37f20f8541a405
+MD5 (racoon-20001106a.tar.gz) = 2c9529df1d0b779ac5cd1d5bff2aae68
diff --git a/security/racoon/files/patch-sum b/security/racoon/files/patch-sum
index b3d929dfba8..ed76743a749 100644
--- a/security/racoon/files/patch-sum
+++ b/security/racoon/files/patch-sum
@@ -1,7 +1,6 @@
-$NetBSD: patch-sum,v 1.9 2000/11/06 08:52:08 itojun Exp $
+$NetBSD: patch-sum,v 1.10 2000/11/06 09:00:47 itojun Exp $
MD5 (patch-aa) = d22da496fc39e0bc2c926c6ffbb758e1
MD5 (patch-ab) = 1a2944fbce4cee174eade2cc0726c0ef
MD5 (patch-ac) = 40a2125ca09427e050e4d6000c42b2c6
MD5 (patch-ad) = b99c6e6d3745d87bf62ac622c4ee6756
-MD5 (patch-ae) = 702d387e50d59e178b524bb1113f25da
diff --git a/security/racoon/patches/patch-ae b/security/racoon/patches/patch-ae
deleted file mode 100644
index 69bbbc55b8a..00000000000
--- a/security/racoon/patches/patch-ae
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2000/11/06 08:52:09 itojun Exp $
-
-Index: random.c
-===================================================================
-RCS file: /cvsroot/kame/kame/kame/kame/racoon/random.c,v
-retrieving revision 1.4
-retrieving revision 1.5
-diff -u -r1.4 -r1.5
---- random.c 2000/10/06 13:11:39 1.4
-+++ random.c 2000/11/06 08:43:17 1.5
-@@ -60,6 +60,7 @@
- long v;
-
- read(fd, &v, sizeof(v));
-+ v &= ((~0UL) >> 1);
- return v;
- }
-