diff options
author | Martin Stransky <stransky@redhat.com> | 2019-01-28 14:53:26 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-01-28 14:53:26 +0100 |
commit | eec2ffa6e4f9ca24edca21392882a65abc3fb15f (patch) | |
tree | 903762f553140c0f96ed73541d44022adb066076 /rhbz-1173156.patch | |
parent | Rebuild (diff) | |
download | librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.gz librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.tar.bz2 librewolf-fedora-ff-eec2ffa6e4f9ca24edca21392882a65abc3fb15f.zip |
Update to Firefox 65.0 build 2
Diffstat (limited to 'rhbz-1173156.patch')
-rw-r--r-- | rhbz-1173156.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/rhbz-1173156.patch b/rhbz-1173156.patch index 9855710..c35d901 100644 --- a/rhbz-1173156.patch +++ b/rhbz-1173156.patch @@ -1,12 +1,12 @@ -diff -up firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp.old firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp ---- firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp.old 2014-11-25 12:23:22.000000000 +0100 -+++ firefox-31.3.0/mozilla-esr31/extensions/auth/nsAuthSambaNTLM.cpp 2014-12-23 15:26:36.606674625 +0100 -@@ -174,7 +174,7 @@ nsAuthSambaNTLM::SpawnNTLMAuthHelper() - return NS_ERROR_FAILURE; +diff -up firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp.rhbz-1173156 firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp +--- firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp.rhbz-1173156 2019-01-22 10:36:09.284069020 +0100 ++++ firefox-60.5.0/extensions/auth/nsAuthSambaNTLM.cpp 2019-01-22 10:37:12.669757744 +0100 +@@ -161,7 +161,7 @@ nsresult nsAuthSambaNTLM::SpawnNTLMAuthH + const char* username = PR_GetEnv("USER"); + if (!username) return NS_ERROR_FAILURE; - const char* const args[] = { -- "ntlm_auth", -+ "/usr/bin/ntlm_auth", - "--helper-protocol", "ntlmssp-client-1", - "--use-cached-creds", - "--username", username, +- const char* const args[] = {"ntlm_auth", ++ const char* const args[] = {"/usr/bin/ntlm_auth", + "--helper-protocol", + "ntlmssp-client-1", + "--use-cached-creds", |