summaryrefslogtreecommitdiff
path: root/libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2021-01-28 10:34:13 +0200
committerbill-auger <mr.j.spam.me@gmail.com>2021-01-28 14:22:27 -0500
commit67ce96d641bc2440dfc4a2e716bfdd4a604d8060 (patch)
tree709b66e9585c97c0f07866d73f7c4ab422a16f7f /libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch
parenteeba2484371362a7a90ce0673c3ed88eecd51cec (diff)
downloadabslibre-67ce96d641bc2440dfc4a2e716bfdd4a604d8060.tar.gz
abslibre-67ce96d641bc2440dfc4a2e716bfdd4a604d8060.tar.bz2
abslibre-67ce96d641bc2440dfc4a2e716bfdd4a604d8060.zip
libre/iceweasel: upgrade to v85.0
Update according to upstream changes, including from i686. Libre patching of onboarding cards not needed anymore as removed upstream [1]. Fix minor typo in Remote Settings patch. Fix path in _check_build_config() in PKGBUILD. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1675127
Diffstat (limited to 'libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch')
-rw-r--r--libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch b/libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch
index d22b7e35d..d72d29d89 100644
--- a/libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch
+++ b/libre/iceweasel/9001-always-sync-remote-settings-with-local-dump.patch
@@ -368,7 +368,7 @@ Date: Wed, 30 Dec 2020 17:52:10 +0200
Subject: [PATCH 05/13] Utils: disable offline checking
Since only local data is read now, it should always return false for the
-current any any future code that relies on it.
+current and any future code that relies on it.
---
services/settings/Utils.jsm | 9 ---------
1 file changed, 9 deletions(-)