diff options
author | B Stack <bgstack15@gmail.com> | 2018-09-14 11:39:42 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-09-14 11:39:42 -0400 |
commit | 4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d (patch) | |
tree | 512b8eae0c2ef46e9debfe96af748b308deb27c4 /waterfox/rhbz-1173156.patch | |
parent | Merge branch 'add-ublock' into 'master' (diff) | |
download | stackrpms-4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d.tar.gz stackrpms-4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d.tar.bz2 stackrpms-4ecb6db04ce862ec1b8a88db5daef0eda7c7a05d.zip |
bring in chinforpms/waterfox
Diffstat (limited to 'waterfox/rhbz-1173156.patch')
-rw-r--r-- | waterfox/rhbz-1173156.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/waterfox/rhbz-1173156.patch b/waterfox/rhbz-1173156.patch new file mode 100644 index 0000000..9855710 --- /dev/null +++ b/waterfox/rhbz-1173156.patch @@ -0,0 +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; + + const char* const args[] = { +- "ntlm_auth", ++ "/usr/bin/ntlm_auth", + "--helper-protocol", "ntlmssp-client-1", + "--use-cached-creds", + "--username", username, |