diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-18 16:00:14 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-18 16:00:14 +0000 |
commit | f8389ac42a8f58d02fc95ffbe9056eb2549354b4 (patch) | |
tree | 15904cf7b145dd20d02819a5e2bc27bdbfc49bf7 /security/racoon/patches | |
parent | b225c945cfbb4bcc42b922b295ab5859ca313d43 (diff) | |
download | pkgsrc-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/racoon/patches')
-rw-r--r-- | security/racoon/patches/patch-ae | 12 |
1 files changed, 0 insertions, 12 deletions
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 - |