c535134760
http://www.mozillamessaging.com/en-US/thunderbird/3.0.4/releasenotes/ Backing up your profile before upgrading is recommended.. Update largely based on www/firefox35 port, tested on i386/amd64/sparc64/powerpc by myself and alpha by naddy@. ok naddy@
16 lines
703 B
Plaintext
16 lines
703 B
Plaintext
$OpenBSD: patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp,v 1.1 2010/04/03 09:26:46 landry Exp $
|
|
--- mozilla/extensions/auth/nsAuthGSSAPI.cpp.orig Wed Mar 17 18:05:38 2010
|
|
+++ mozilla/extensions/auth/nsAuthGSSAPI.cpp Tue Mar 30 21:28:29 2010
|
|
@@ -159,9 +159,8 @@ gssInit()
|
|
};
|
|
|
|
const char *const verLibNames[] = {
|
|
- "libgssapi_krb5.so.2", /* MIT - FC, Suse10, Debian */
|
|
- "libgssapi.so.4", /* Heimdal - Suse10, MDK */
|
|
- "libgssapi.so.1" /* Heimdal - Suse9, CITI - FC, MDK, Suse10*/
|
|
+ "libgssapi_krb5.so",
|
|
+ "libgssapi.so"
|
|
};
|
|
|
|
for (size_t i = 0; i < NS_ARRAY_LENGTH(verLibNames) && !lib; ++i) {
|