summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/patches
diff options
context:
space:
mode:
authorskrll <skrll>2002-01-13 14:23:37 +0000
committerskrll <skrll>2002-01-13 14:23:37 +0000
commitea48d772e19bb2c97cd938e7da16301a0c058a7a (patch)
treec84fec256588920dc1d4476ce572aceb08d424df /security/cyrus-sasl/patches
parenta5bef6de2d61e3d41cb5d5ba4a002520be17dfb5 (diff)
downloadpkgsrc-ea48d772e19bb2c97cd938e7da16301a0c058a7a.tar.gz
Update to 1.5.27. Changes are mostly bugfixes including a fix for the
format string vulnerability described in http://www.securityfocus.com/bid/3498 Closes pkg/15149 from <naoki@fukaumi.org>
Diffstat (limited to 'security/cyrus-sasl/patches')
-rw-r--r--security/cyrus-sasl/patches/patch-ah14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/cyrus-sasl/patches/patch-ah b/security/cyrus-sasl/patches/patch-ah
index c68dd0bda66..1501bab6c9b 100644
--- a/security/cyrus-sasl/patches/patch-ah
+++ b/security/cyrus-sasl/patches/patch-ah
@@ -1,16 +1,16 @@
-$NetBSD: patch-ah,v 1.1 2000/12/10 09:43:38 jlam Exp $
+$NetBSD: patch-ah,v 1.2 2002/01/13 14:23:38 skrll Exp $
---- plugins/gssapi.c.orig Thu Jul 20 22:06:52 2000
+--- plugins/gssapi.c.orig Sat Mar 10 05:56:46 2001
+++ plugins/gssapi.c
-@@ -50,6 +50,11 @@
+@@ -49,6 +49,11 @@
+ #else
#include <gssapi/gssapi.h>
#endif
-
++
+/* Heimdal has this, but MIT Kerberos doesn't */
+#ifndef GSS_C_NO_NAME
+#define GSS_C_NO_NAME ((gss_name_t) 0)
+#endif
-+
+
#ifdef WIN32
- #include <winsock.h>
- #else
+ # include <winsock.h>