summarylogtreecommitdiffstats
path: root/0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch
diff options
context:
space:
mode:
authorBjörn Bidar2023-09-20 21:55:32 +0300
committerBjörn Bidar2023-09-20 21:57:35 +0300
commitd81df13d11d918098af0991994472c172817e33e (patch)
tree9a0c027eb0c68f9cbf5076a1b489d033322191a7 /0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch
parenta4ae66b6b28607dd7bec51cae73300552ec8fafd (diff)
downloadaur-d81df13d11d918098af0991994472c172817e33e.tar.gz
Update to 117.0-1
- New upstream release - Use tarball instead of hg sources (missing in last change) - Patches can be found here: https://github.com/Thaodan/gecko-dev/tree/thaodan/release/117.x - Include GNOME Shell search provider Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
Diffstat (limited to '0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch')
-rw-r--r--0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch b/0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch
new file mode 100644
index 000000000000..fbe65430551a
--- /dev/null
+++ b/0013-Bug-634334-call-to-the-ntlm_auth-helper-fails.patch
@@ -0,0 +1,22 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Petr Cerny <pcerny@novell.com>
+Date: Tue, 15 Feb 2011 00:04:06 +0100
+Subject: [PATCH] Bug 634334 - call to the ntlm_auth helper fails
+
+---
+ extensions/auth/nsAuthSambaNTLM.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/extensions/auth/nsAuthSambaNTLM.cpp b/extensions/auth/nsAuthSambaNTLM.cpp
+index 5b701f2379784d3b79a5d3e4d40e414bec3d03f5..4004a5cfc79a3ea16ea20e7915b4fcacd039f6a4 100644
+--- a/extensions/auth/nsAuthSambaNTLM.cpp
++++ b/extensions/auth/nsAuthSambaNTLM.cpp
+@@ -160,7 +160,7 @@ nsresult nsAuthSambaNTLM::SpawnNTLMAuthHelper() {
+ const char* username = PR_GetEnv("USER");
+ if (!username) return NS_ERROR_FAILURE;
+
+- const char* const args[] = {"ntlm_auth",
++ const char* const args[] = {"/usr/bin/ntlm_auth",
+ "--helper-protocol",
+ "ntlmssp-client-1",
+ "--use-cached-creds",