diff options
author | skrll <skrll> | 2002-01-13 14:23:37 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-01-13 14:23:37 +0000 |
commit | 0e876563a470f0b5ae48a7e13443e235068ffc48 (patch) | |
tree | c84fec256588920dc1d4476ce572aceb08d424df /security/cyrus-sasl/patches | |
parent | 7212ce800c61a941cbe22e798aea3f33aee82970 (diff) | |
download | pkgsrc-0e876563a470f0b5ae48a7e13443e235068ffc48.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-ah | 14 |
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> |