summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-12-12 08:16:00 +0000
committeritojun <itojun@pkgsrc.org>2000-12-12 08:16:00 +0000
commitd5689c847319be9169e376ff5b0ee9d382baefa1 (patch)
tree91f9e48eae4f815efc78c20a0d1f6358e8530d57 /security/racoon
parent896dfc65d9540598da82ef13ea28e6683910fddf (diff)
downloadpkgsrc-d5689c847319be9169e376ff5b0ee9d382baefa1.tar.gz
remove bogus bound-check. need revisit (DoS issue is not re-introduced).
sync with kame
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/files/patch-sum3
-rw-r--r--security/racoon/patches/patch-ae12
2 files changed, 14 insertions, 1 deletions
diff --git a/security/racoon/files/patch-sum b/security/racoon/files/patch-sum
index ed76743a749..1c1d81c3b97 100644
--- a/security/racoon/files/patch-sum
+++ b/security/racoon/files/patch-sum
@@ -1,6 +1,7 @@
-$NetBSD: patch-sum,v 1.10 2000/11/06 09:00:47 itojun Exp $
+$NetBSD: patch-sum,v 1.11 2000/12/12 08:16:00 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
new file mode 100644
index 00000000000..0422e8e7e73
--- /dev/null
+++ b/security/racoon/patches/patch-ae
@@ -0,0 +1,12 @@
+$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
+