forked from pool/MozillaThunderbird
* fix crash in nsImapProtocol::CreateNewLineFromSocket (bmo#1667120) - Mozilla Thunderbird 78.3.0 MFSA 2020-44 (bsc#1176756) * CVE-2020-15677 (bmo#1641487) Download origin spoofing via redirect * CVE-2020-15676 (bmo#1646140) XSS when pasting attacker-controlled data into a contenteditable element * CVE-2020-15678 (bmo#1660211) When recursing through layers while scrolling, an iterator may have become invalid, resulting in a potential use-after- free scenario * CVE-2020-15673 (bmo#1648493, bmo#1660800) Memory safety bugs fixed in Thunderbird 78.3 - requires NSPR >= 4.25.1 - removed obsolete thunderbird-bmo1664607.patch - Mozilla Thunderbird 78.2.2 https://www.thunderbird.net/en-US/thunderbird/78.2.2/releasenotes - added thunderbird-bmo1664607.patch required for builds w/o updater (boo#1176384) - Mozilla Thunderbird 78.2.1 * based on Mozilla's 78 ESR codebase * many new and changed features https://www.thunderbird.net/en-US/thunderbird/78.0/releasenotes/#whatsnew * built-in OpenPGP support (enigmail neither required nor supported) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=549
17 lines
705 B
Diff
17 lines
705 B
Diff
# HG changeset patch
|
|
# Parent b2d2d5ae8d2a00ddbf496e415fdde16d08e35884
|
|
This has been submitted upstream:
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=1580701
|
|
|
|
diff -r b2d2d5ae8d2a -r 91fa98f1d233 comm/mail/locales/l10n.ini
|
|
--- a/comm/mail/locales/l10n.ini Fri May 31 11:28:11 2019 +0200
|
|
+++ b/comm/mail/locales/l10n.ini Wed Sep 11 15:01:55 2019 +0200
|
|
@@ -13,5 +13,5 @@
|
|
# include toolkit from mozilla.
|
|
# Don't specify which, use l10n-central.ini and friends if you're
|
|
# not working on a local check-out
|
|
-toolkit = mozilla/toolkit/locales/l10n.ini
|
|
-devtools_client = mozilla/devtools/client/locales/l10n.ini
|
|
+toolkit = ../toolkit/locales/l10n.ini
|
|
+devtools_client = ../devtools/client/locales/l10n.ini
|