summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2016-07-27 10:08:22 +0200
committerJan Horak <jhorak@redhat.com>2016-07-27 10:08:22 +0200
commitcaf2f588ecfab474bfcf51d2fcd16bd7f87c8820 (patch)
tree4f88389690338b5ff6e11c24b8af6c4de895a049 /firefox.spec
parentAdded arm build fix (diff)
downloadlibrewolf-fedora-ff-caf2f588ecfab474bfcf51d2fcd16bd7f87c8820.tar.gz
librewolf-fedora-ff-caf2f588ecfab474bfcf51d2fcd16bd7f87c8820.tar.bz2
librewolf-fedora-ff-caf2f588ecfab474bfcf51d2fcd16bd7f87c8820.zip
Added async negotiate patch and fixed default prefs to allow using negotiate auth for all https:// pages
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 021c300..42a2bd4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -128,6 +128,7 @@ Patch404: mozilla-1270046.patch
# Remove when mozbz#1269319 lands - Firefox 49
Patch405: mozilla-1245783.patch
Patch406: mozilla-256180.patch
+Patch407: mozilla-890908-async-nego.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -264,13 +265,14 @@ cd %{tarballdir}
%endif
%patch224 -p1 -b .1170092
%if 0%{?fedora} > 23
-%patch304 -p2 -b .1253216
+%patch304 -p1 -b .1253216
#%patch222 -p1 -b .gtk3-20
%endif
%patch402 -p1 -b .1196777
%patch404 -p1 -b .1270046
%patch405 -p1 -b .1245783
%patch406 -p1 -b .256180
+%patch407 -p1 -b .890908-async-nego
# Debian extension patch
%patch500 -p1 -b .440908
bgstack15