openbsd-ports/www/firefox35/patches/patch-extensions_auth_nsAuthGSSAPI_cpp
sthen f13bb86663 SECURITY update to Firefox 3.5.8. Same diff from naddy@ and Daniel Dickman.
Update sqlite dependency while there.

ok naddy@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-24 16:59:49 +00:00

16 lines
678 B
Plaintext

$OpenBSD: patch-extensions_auth_nsAuthGSSAPI_cpp,v 1.2 2010/02/24 16:59:49 sthen Exp $
--- extensions/auth/nsAuthGSSAPI.cpp.orig Tue Feb 2 23:25:15 2010
+++ extensions/auth/nsAuthGSSAPI.cpp Fri Feb 19 00:08:38 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) {