summaryrefslogtreecommitdiff
path: root/data/patches
AgeCommit message (Collapse)Author
2019-10-30Disable MOZ_BLOCK_PROFILE_DOWNGRADE.Mark H Weaver
It would be desirable to prevent downgrades from one major version of IceCat to another. However, as MOZ_BLOCK_PROFILE_DOWNGRADE is currently implemented, it prevents downgrades from one build of IceCat-68.2 to an earlier build of IceCat-68.2. Until we can find a satisfactory solution, we disable this functionality entirely. * data/patches/moz-configure-changes.patch: Set MOZ_BLOCK_PROFILE_DOWNGRADE to 'False'.
2019-10-30Disable MOZ_SERVICES_HEALTHREPORT and MOZ_DATA_REPORTING.Mark H Weaver
* data/patches/fix-data-reporting-check.patch: New file. * data/patches/legacy-profiles.patch: Rename to ... * data/patches/moz-configure-changes.patch: ... this, and set MOZ_SERVICES_HEALTHREPORT to False.
2019-10-28Use legacy profilesMark H Weaver
Mark found that IceCat will otherwise prompt the user to create an account. * data/patches/legacy-profiles.pach: New file. * data/settings.js (identity.fxaccounts.enabled): Set to false. Co-Authored-By: Mike Gerwitz <mtg@gnu.org>
2019-10-28Make duckduckgo default search engineMark H Weaver
* data/patches/default-search-duckduckgo.patch: New file. Co-Authored-By: Mike Gerwitz <mtg@gnu.org>
2019-10-28makeicecat: Apply data/patches/*.patchMike Gerwitz
* data/patches/.gitkeep: New file. * makeicecat: Apply patches from data/patches. Take care not to fail when no patches exist.
2017-09-01Revert "Fixed build error from upstream regression", patched upstreamRuben Rodriguez
This reverts commit f137dd0571291255b0d9f76be36fb10dcc41a790.
2017-05-05Fixed build error from upstream regressionRuben Rodriguez
2017-04-15Remove unnecesary patchesRuben Rodriguez
2016-11-21Removed unnecesary upstreamed patchesRuben Rodriguez
2016-02-03Added Windows build patches from TorBrowserRuben Rodriguez
2015-10-23Deleted extra patch files left in rebaseRuben Rodriguez
2015-10-12Reworked enable-js-options.patchRuben Rodriguez
2015-10-12Finished v38 initial rebaseRuben Rodriguez
2015-10-12Initial adaptation to v38.xRuben Rodriguez
2015-08-22Applied patch for CVE-2015-4473 CVE-2015-4482 CVE-2015-4488 CVE-2015-4489 ↵Ruben Rodriguez
CVE-2015-4491 CVE-2015-4492 CVE-2015-4495 from Guix
2015-04-03Disable CNNIC root certificateRuben Rodriguez
http://googleonlinesecurity.blogspot.com/2015/03/maintaining-digital-certificate-security.html https://blog.mozilla.org/security/2015/03/23/revoking-trust-in-one-cnnic-intermediate-certificate/
2015-03-09Added gnuzilla-bug-1002729.patchRuben Rodriguez
2015-03-09Removed extra patchesRuben Rodriguez
2015-03-08Added patches to fix build bugs for Windows, MacOS and AndroidRuben Rodriguez
2014-10-20Generalize data directoryRuben Rodriguez