Version in base suite: 102.13.0-1~deb12u1 Base version: thunderbird_102.13.0-1~deb12u1 Target version: thunderbird_102.13.1-1~deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/t/thunderbird/thunderbird_102.13.0-1~deb12u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/t/thunderbird/thunderbird_102.13.1-1~deb12u1.dsc comm/mail/app/profile/all-thunderbird.js | 6 - comm/mail/config/version.txt | 2 comm/mail/config/version_display.txt | 2 comm/mail/test/browser/attachment/browser_attachment.js | 10 + comm/mailnews/mime/emitters/nsMimeHtmlEmitter.cpp | 53 +++++----- comm/mailnews/mime/jsmime/jsmime.js | 9 + comm/mailnews/mime/jsmime/test/unit/test_header.js | 20 +++ comm/taskcluster/ci/release-bouncer-aliases/kind.yml | 2 debian/changelog | 22 +++- debian/patches/fixes/gfx-Fix-inclusion-of-C-header.patch | 22 ++++ debian/patches/fixes/toolkit-Fix-inclusion-of-C-header.patch | 22 ++++ debian/patches/porting-kfreebsd-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch | 8 - debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch | 2 debian/patches/prefs/Set-javascript.options.showInConsole.patch | 2 debian/patches/series | 2 sourcestamp.txt | 4 thunderbird-l10n/af/manifest.json | 4 thunderbird-l10n/ar/manifest.json | 4 thunderbird-l10n/ast/manifest.json | 4 thunderbird-l10n/be/manifest.json | 4 thunderbird-l10n/bg/manifest.json | 4 thunderbird-l10n/br/manifest.json | 4 thunderbird-l10n/ca/manifest.json | 4 thunderbird-l10n/cak/manifest.json | 4 thunderbird-l10n/cs/manifest.json | 4 thunderbird-l10n/cy/manifest.json | 4 thunderbird-l10n/da/manifest.json | 4 thunderbird-l10n/de/manifest.json | 4 thunderbird-l10n/dsb/manifest.json | 4 thunderbird-l10n/el/manifest.json | 4 thunderbird-l10n/en-CA/manifest.json | 4 thunderbird-l10n/en-GB/manifest.json | 4 thunderbird-l10n/es-AR/manifest.json | 4 thunderbird-l10n/es-ES/manifest.json | 4 thunderbird-l10n/es-MX/manifest.json | 4 thunderbird-l10n/et/manifest.json | 4 thunderbird-l10n/eu/manifest.json | 4 thunderbird-l10n/fi/manifest.json | 4 thunderbird-l10n/fr/manifest.json | 4 thunderbird-l10n/fy-NL/manifest.json | 4 thunderbird-l10n/ga-IE/manifest.json | 4 thunderbird-l10n/gd/manifest.json | 4 thunderbird-l10n/gl/manifest.json | 4 thunderbird-l10n/he/manifest.json | 4 thunderbird-l10n/hr/manifest.json | 4 thunderbird-l10n/hsb/manifest.json | 4 thunderbird-l10n/hu/manifest.json | 4 thunderbird-l10n/hy-AM/manifest.json | 4 thunderbird-l10n/id/manifest.json | 4 thunderbird-l10n/is/manifest.json | 4 thunderbird-l10n/it/manifest.json | 4 thunderbird-l10n/ja/manifest.json | 4 thunderbird-l10n/ka/manifest.json | 4 thunderbird-l10n/kab/manifest.json | 4 thunderbird-l10n/kk/manifest.json | 4 thunderbird-l10n/ko/manifest.json | 4 thunderbird-l10n/lt/manifest.json | 4 thunderbird-l10n/lv/manifest.json | 4 thunderbird-l10n/ms/manifest.json | 4 thunderbird-l10n/nb-NO/manifest.json | 4 thunderbird-l10n/nl/manifest.json | 4 thunderbird-l10n/nn-NO/manifest.json | 4 thunderbird-l10n/pa-IN/manifest.json | 4 thunderbird-l10n/pl/manifest.json | 4 thunderbird-l10n/pt-BR/manifest.json | 4 thunderbird-l10n/pt-PT/manifest.json | 4 thunderbird-l10n/rm/manifest.json | 4 thunderbird-l10n/ro/manifest.json | 4 thunderbird-l10n/ru/manifest.json | 4 thunderbird-l10n/sk/manifest.json | 4 thunderbird-l10n/sl/manifest.json | 4 thunderbird-l10n/sq/manifest.json | 4 thunderbird-l10n/sr/manifest.json | 4 thunderbird-l10n/sv-SE/manifest.json | 4 thunderbird-l10n/th/manifest.json | 4 thunderbird-l10n/tr/manifest.json | 4 thunderbird-l10n/uk/manifest.json | 4 thunderbird-l10n/uz/manifest.json | 4 thunderbird-l10n/vi/manifest.json | 4 thunderbird-l10n/zh-CN/manifest.json | 4 thunderbird-l10n/zh-TW/manifest.json | 4 81 files changed, 276 insertions(+), 172 deletions(-) diff -Nru thunderbird-102.13.0/comm/mail/app/profile/all-thunderbird.js thunderbird-102.13.1/comm/mail/app/profile/all-thunderbird.js --- thunderbird-102.13.0/comm/mail/app/profile/all-thunderbird.js 2023-07-07 14:39:33.000000000 +0000 +++ thunderbird-102.13.1/comm/mail/app/profile/all-thunderbird.js 2023-07-24 19:14:29.000000000 +0000 @@ -1337,10 +1337,10 @@ // Enable Masonry Layout for AddressBook. pref("layout.css.grid-template-masonry-value.enabled", true); -// End of year donation appeal. -pref("app.donation.eoy.version", 1); +// Donation appeal. +pref("app.donation.eoy.version", 2); pref("app.donation.eoy.version.viewed", 0); -pref("app.donation.eoy.url", "https://www.thunderbird.net/thunderbird/102.0/eoy/"); +pref("app.donation.eoy.url", "https://www.thunderbird.net/thunderbird/115.0/appeal/"); // Beta appeal pref("app.beta_appeal.version", 1); diff -Nru thunderbird-102.13.0/comm/mail/config/version.txt thunderbird-102.13.1/comm/mail/config/version.txt --- thunderbird-102.13.0/comm/mail/config/version.txt 2023-07-07 14:39:33.000000000 +0000 +++ thunderbird-102.13.1/comm/mail/config/version.txt 2023-07-24 19:14:29.000000000 +0000 @@ -1 +1 @@ -102.13.0 +102.13.1 diff -Nru thunderbird-102.13.0/comm/mail/config/version_display.txt thunderbird-102.13.1/comm/mail/config/version_display.txt --- thunderbird-102.13.0/comm/mail/config/version_display.txt 2023-07-07 14:39:33.000000000 +0000 +++ thunderbird-102.13.1/comm/mail/config/version_display.txt 2023-07-24 19:14:29.000000000 +0000 @@ -1 +1 @@ -102.13.0 +102.13.1 diff -Nru thunderbird-102.13.0/comm/mail/test/browser/attachment/browser_attachment.js thunderbird-102.13.1/comm/mail/test/browser/attachment/browser_attachment.js --- thunderbird-102.13.0/comm/mail/test/browser/attachment/browser_attachment.js 2023-07-07 14:39:33.000000000 +0000 +++ thunderbird-102.13.1/comm/mail/test/browser/attachment/browser_attachment.js 2023-07-24 19:14:29.000000000 +0000 @@ -154,6 +154,16 @@ }, ], }, + // No texdir change in the filename please. + { + attachments: [ + { + body: textAttachment, + filename: "ABC\u202EE.txt.zip", + sanitizedFilename: "ABC.E.txt.zip", + }, + ], + }, ]; // Add another evilly-named attachment for Windows tests, to ensure that diff -Nru thunderbird-102.13.0/comm/mailnews/mime/emitters/nsMimeHtmlEmitter.cpp thunderbird-102.13.1/comm/mailnews/mime/emitters/nsMimeHtmlEmitter.cpp --- thunderbird-102.13.0/comm/mailnews/mime/emitters/nsMimeHtmlEmitter.cpp 2023-07-07 14:39:34.000000000 +0000 +++ thunderbird-102.13.1/comm/mailnews/mime/emitters/nsMimeHtmlEmitter.cpp 2023-07-24 19:14:29.000000000 +0000 @@ -358,37 +358,44 @@ const char* url, bool aIsExternalAttachment) { nsresult rv = NS_OK; - nsCOMPtr headerSink; - rv = GetHeaderSink(getter_AddRefs(headerSink)); + nsCString uriString; - if (NS_SUCCEEDED(rv) && headerSink) { - nsCString uriString; + nsCOMPtr msgurl(do_QueryInterface(mURL, &rv)); + if (NS_SUCCEEDED(rv)) { + // HACK: news urls require us to use the originalSpec. Everyone + // else uses GetURI to get the RDF resource which describes the message. + nsCOMPtr nntpUrl(do_QueryInterface(mURL, &rv)); + if (NS_SUCCEEDED(rv) && nntpUrl) + rv = msgurl->GetOriginalSpec(uriString); + else + rv = msgurl->GetUri(uriString); + } - nsCOMPtr msgurl(do_QueryInterface(mURL, &rv)); - if (NS_SUCCEEDED(rv)) { - // HACK: news urls require us to use the originalSpec. Everyone - // else uses GetURI to get the RDF resource which describes the message. - nsCOMPtr nntpUrl(do_QueryInterface(mURL, &rv)); - if (NS_SUCCEEDED(rv) && nntpUrl) - rv = msgurl->GetOriginalSpec(uriString); - else - rv = msgurl->GetUri(uriString); - } - - // we need to convert the attachment name from UTF-8 to unicode before - // we emit it. The attachment name has already been rfc2047 processed - // upstream of us. (Namely, mime_decode_filename has been called, deferring - // to nsIMimeHeaderParam.decodeParameter.) - nsString unicodeHeaderValue; - CopyUTF8toUTF16(name, unicodeHeaderValue); + // we need to convert the attachment name from UTF-8 to unicode before + // we emit it. The attachment name has already been rfc2047 processed + // upstream of us. (Namely, mime_decode_filename has been called, deferring + // to nsIMimeHeaderParam.decodeParameter.) + // But we'll send it through decoding ourselves as well, since we do some + // more adjustments, such as removing spoofy chars. + + nsCString decodedName(name); + nsCOMPtr mimeConverter = + do_GetService("@mozilla.org/messenger/mimeconverter;1", &rv); + if (NS_SUCCEEDED(rv)) { + mimeConverter->DecodeMimeHeaderToUTF8(name, nullptr, false, true, decodedName); + } + + nsCOMPtr headerSink; + rv = GetHeaderSink(getter_AddRefs(headerSink)); + if (NS_SUCCEEDED(rv) && headerSink) { headerSink->HandleAttachment( contentType, nsDependentCString(url) /* was escapedUrl */, - unicodeHeaderValue.get(), uriString, aIsExternalAttachment); + NS_ConvertUTF8toUTF16(decodedName).get(), uriString, aIsExternalAttachment); } // List the attachments for printing. - rv = StartAttachmentInBody(name, contentType, url); + rv = StartAttachmentInBody(decodedName, contentType, url); return rv; } diff -Nru thunderbird-102.13.0/comm/mailnews/mime/jsmime/jsmime.js thunderbird-102.13.1/comm/mailnews/mime/jsmime/jsmime.js --- thunderbird-102.13.0/comm/mailnews/mime/jsmime/jsmime.js 2023-07-07 14:39:34.000000000 +0000 +++ thunderbird-102.13.1/comm/mailnews/mime/jsmime/jsmime.js 2023-07-24 19:14:29.000000000 +0000 @@ -713,7 +713,7 @@ } catch (ex) {} } } - return headerValue; + return cleanToken(headerValue); } /** @@ -739,6 +739,7 @@ * Decode a single RFC 2047 token. This function is inline so that we can * easily close over the lastCharset/currentDecoder variables, needed for * handling bad RFC 2047 productions properly. + * E.g. =?iso-8859-1?q?this=20is=20some=20text?= */ function decode2047Token(token, isLastToken) { let tokenParts = token.split("?"); @@ -865,7 +866,7 @@ // After the for loop, we'll have a set of decoded strings. Concatenate them // together to make the return value. - return components.join(""); + return cleanToken(components.join("")); } // Structured field decoders @@ -1342,6 +1343,10 @@ } } + for (let [key, value] of values.entries()) { + values.set(key, cleanToken(value)); + } + // Finally, return the values computed above. values.preSemi = start; return values; diff -Nru thunderbird-102.13.0/comm/mailnews/mime/jsmime/test/unit/test_header.js thunderbird-102.13.1/comm/mailnews/mime/jsmime/test/unit/test_header.js --- thunderbird-102.13.0/comm/mailnews/mime/jsmime/test/unit/test_header.js 2023-07-07 14:39:34.000000000 +0000 +++ thunderbird-102.13.1/comm/mailnews/mime/jsmime/test/unit/test_header.js 2023-07-24 19:14:29.000000000 +0000 @@ -3,6 +3,17 @@ var headerparser = require("jsmime").headerparser; var assert = require("assert"); + function smartDeepEqual(actual, expected) { + assert.deepEqual(actual, expected); + // XXX: instanceof Map don't work for actual. Unclear why. + if ("entries" in actual && "entries" in expected) { + assert.deepEqual( + Array.from(actual.entries()), + Array.from(expected.entries()) + ); + } + } + function arrayTest(data, fn) { fn.toString = function() { let text = Function.prototype.toString.call(this); @@ -212,7 +223,7 @@ ], [ "attachment; filename=IT839\x04\xB5(m8)2.pdf;", - ["attachment", { filename: "IT839\u0004\u00b5(m8)2.pdf" }], + ["attachment", { filename: "IT839\u00b5(m8)2.pdf" }], ], ["attachment; filename*=utf-8''%41", ["attachment", { filename: "A" }]], // See bug 651185 and bug 703015 @@ -289,6 +300,11 @@ "-8''5987", ["attachment", { filename: "5987" }], ], + // ABC\u202Etxt.zip dir switch char in middle. + [ + "attachment; filename*=UTF-8''%41%42%43%E2%80%AE%2E%74%78%74%2E%7A%69%70", + ["attachment", { filename: "ABC .txt.zip" }], + ], ]; header_tests.forEach(function(data) { arrayTest(data, function() { @@ -297,7 +313,7 @@ testMap.set(key, data[1][1][key]); } testMap.preSemi = data[1][0]; - assert.deepEqual( + smartDeepEqual( headerparser.parseParameterHeader(data[0], true, true), testMap ); diff -Nru thunderbird-102.13.0/comm/taskcluster/ci/release-bouncer-aliases/kind.yml thunderbird-102.13.1/comm/taskcluster/ci/release-bouncer-aliases/kind.yml --- thunderbird-102.13.0/comm/taskcluster/ci/release-bouncer-aliases/kind.yml 2023-07-07 14:39:34.000000000 +0000 +++ thunderbird-102.13.1/comm/taskcluster/ci/release-bouncer-aliases/kind.yml 2023-07-24 19:14:29.000000000 +0000 @@ -40,7 +40,7 @@ thunderbird-beta-latest-ssl: installer-ssl thunderbird-beta-latest: installer thunderbird-beta-msi-latest-ssl: msi - comm-esr102: + comm-esr102-DISABLED: thunderbird-latest-ssl: installer-ssl thunderbird-latest: installer thunderbird-msi-latest-ssl: msi diff -Nru thunderbird-102.13.0/debian/changelog thunderbird-102.13.1/debian/changelog --- thunderbird-102.13.0/debian/changelog 2023-07-08 06:15:29.000000000 +0000 +++ thunderbird-102.13.1/debian/changelog 2023-07-28 14:02:28.000000000 +0000 @@ -1,3 +1,23 @@ +thunderbird (1:102.13.1-1~deb12u1) bookworm-security; urgency=medium + + * Rebuild for bookworm-security + + -- Carsten Schoenert Fri, 28 Jul 2023 16:02:28 +0200 + +thunderbird (1:102.13.1-1) unstable; urgency=medium + + * [e803b54] New upstream version 102.13.1 + Fixed CVE issues in upstream version 102.13.1 (MFSA 2023-28): + CVE-2023-3417: File Extension Spoofing using the Text Direction + Override Character + * [456ce20] Rebuild patch queue from patch-queue branch + Added patch: + fixes/gfx-Fix-inclusion-of-C-header.patch + fixes/toolkit-Fix-inclusion-of-C-header.patch + (Closes: #1037872) + + -- Carsten Schoenert Wed, 26 Jul 2023 19:48:59 +0200 + thunderbird (1:102.13.0-1~deb12u1) bookworm-security; urgency=medium * Rebuild for bookworm-security @@ -8,7 +28,7 @@ thunderbird (1:102.13.0-1) unstable; urgency=medium * [7168011] New upstream version 102.13.0 - Fixed CVE issues in upstream version 102.12 (MFSA 2023-24): + Fixed CVE issues in upstream version 102.13 (MFSA 2023-24): CVE-2023-37201: Use-after-free in WebRTC certificate generation CVE-2023-37202: Potential use-after-free from compartment mismatch in SpiderMonkey diff -Nru thunderbird-102.13.0/debian/patches/fixes/gfx-Fix-inclusion-of-C-header.patch thunderbird-102.13.1/debian/patches/fixes/gfx-Fix-inclusion-of-C-header.patch --- thunderbird-102.13.0/debian/patches/fixes/gfx-Fix-inclusion-of-C-header.patch 1970-01-01 00:00:00.000000000 +0000 +++ thunderbird-102.13.1/debian/patches/fixes/gfx-Fix-inclusion-of-C-header.patch 2023-07-28 14:00:51.000000000 +0000 @@ -0,0 +1,22 @@ +From: Carsten Schoenert +Date: Wed, 26 Jul 2023 19:43:43 +0200 +Subject: gfx: Fix inclusion of C++ header + + isn't included so the compilation with gcc13 will be broken. +Adding the needed header for C integer types in GFX submodul. +--- + gfx/2d/Rect.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/gfx/2d/Rect.h b/gfx/2d/Rect.h +index 4875ad6..46b5bf4 100644 +--- a/gfx/2d/Rect.h ++++ b/gfx/2d/Rect.h +@@ -14,6 +14,7 @@ + #include "Tools.h" + #include "mozilla/Maybe.h" + ++#include + #include + + namespace mozilla { diff -Nru thunderbird-102.13.0/debian/patches/fixes/toolkit-Fix-inclusion-of-C-header.patch thunderbird-102.13.1/debian/patches/fixes/toolkit-Fix-inclusion-of-C-header.patch --- thunderbird-102.13.0/debian/patches/fixes/toolkit-Fix-inclusion-of-C-header.patch 1970-01-01 00:00:00.000000000 +0000 +++ thunderbird-102.13.1/debian/patches/fixes/toolkit-Fix-inclusion-of-C-header.patch 2023-07-28 14:00:51.000000000 +0000 @@ -0,0 +1,22 @@ +From: Carsten Schoenert +Date: Wed, 26 Jul 2023 19:52:12 +0200 +Subject: toolkit: Fix inclusion of C++ header + + isn't included so the compilation with gcc13 will be broken. +Adding the needed header for C integer types in toolkit/ folder. +--- + toolkit/components/telemetry/pingsender/pingsender.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/toolkit/components/telemetry/pingsender/pingsender.cpp b/toolkit/components/telemetry/pingsender/pingsender.cpp +index 01fdb63..03b0c6d 100644 +--- a/toolkit/components/telemetry/pingsender/pingsender.cpp ++++ b/toolkit/components/telemetry/pingsender/pingsender.cpp +@@ -3,6 +3,7 @@ + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + ++#include + #include + #include + #include diff -Nru thunderbird-102.13.0/debian/patches/porting-kfreebsd-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch thunderbird-102.13.1/debian/patches/porting-kfreebsd-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch --- thunderbird-102.13.0/debian/patches/porting-kfreebsd-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch 2023-07-08 04:02:32.000000000 +0000 +++ thunderbird-102.13.1/debian/patches/porting-kfreebsd-hurd/FTBFS-hurd-fixing-unsupported-platform-Hurd.patch 2023-07-28 14:00:51.000000000 +0000 @@ -132,10 +132,10 @@ os_linux = 1 if CONFIG['OS_TARGET'] == 'Android': diff --git a/ipc/glue/GeckoChildProcessHost.cpp b/ipc/glue/GeckoChildProcessHost.cpp -index 377203d..5c31494 100644 +index 7a57948..61f23c8 100644 --- a/ipc/glue/GeckoChildProcessHost.cpp +++ b/ipc/glue/GeckoChildProcessHost.cpp -@@ -1103,12 +1103,31 @@ bool LinuxProcessLauncher::DoSetup() { +@@ -1115,12 +1115,31 @@ bool LinuxProcessLauncher::DoSetup() { } #endif // MOZ_WIDGET_GTK @@ -168,7 +168,7 @@ // XPCOM may not be initialized in some subprocesses. We don't want // to initialize XPCOM just for the directory service, especially // since LD_LIBRARY_PATH is already set correctly in subprocesses -@@ -1117,7 +1136,7 @@ bool PosixProcessLauncher::DoSetup() { +@@ -1129,7 +1148,7 @@ bool PosixProcessLauncher::DoSetup() { MOZ_ASSERT(gGREBinPath); nsCString path; NS_CopyUnicodeToNative(nsDependentString(gGREBinPath), path); @@ -177,7 +177,7 @@ const char* ld_library_path = PR_GetEnv("LD_LIBRARY_PATH"); nsCString new_ld_lib_path(path.get()); -@@ -1209,7 +1228,7 @@ bool PosixProcessLauncher::DoSetup() { +@@ -1221,7 +1240,7 @@ bool PosixProcessLauncher::DoSetup() { mChildArgv.push_back(mPidString); if (!CrashReporter::IsDummy()) { diff -Nru thunderbird-102.13.0/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch thunderbird-102.13.1/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch --- thunderbird-102.13.0/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch 2023-07-08 04:02:32.000000000 +0000 +++ thunderbird-102.13.1/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch 2023-07-28 14:00:51.000000000 +0000 @@ -7,7 +7,7 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comm/mail/app/profile/all-thunderbird.js b/comm/mail/app/profile/all-thunderbird.js -index b95a999..6b9ec9d 100644 +index c3287ff..4eb6033 100644 --- a/comm/mail/app/profile/all-thunderbird.js +++ b/comm/mail/app/profile/all-thunderbird.js @@ -149,7 +149,7 @@ pref("extensions.hotfix.certs.2.sha1Fingerprint", "39:E7:2B:7A:5B:CF:37:78:F9:5D diff -Nru thunderbird-102.13.0/debian/patches/prefs/Set-javascript.options.showInConsole.patch thunderbird-102.13.1/debian/patches/prefs/Set-javascript.options.showInConsole.patch --- thunderbird-102.13.0/debian/patches/prefs/Set-javascript.options.showInConsole.patch 2023-07-08 04:02:32.000000000 +0000 +++ thunderbird-102.13.1/debian/patches/prefs/Set-javascript.options.showInConsole.patch 2023-07-28 14:00:51.000000000 +0000 @@ -7,7 +7,7 @@ 1 file changed, 9 insertions(+) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js -index db545cd..a323687 100644 +index 6e0effe..dc3c72b 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -998,11 +998,20 @@ pref("javascript.options.throw_on_asmjs_validation_failure", false); diff -Nru thunderbird-102.13.0/debian/patches/series thunderbird-102.13.1/debian/patches/series --- thunderbird-102.13.0/debian/patches/series 2023-07-08 04:02:32.000000000 +0000 +++ thunderbird-102.13.1/debian/patches/series 2023-07-28 14:00:51.000000000 +0000 @@ -25,3 +25,5 @@ debian-hacks/Make-Thunderbird-build-reproducible.patch debian-hacks/Decrease-Cargo-minimal-version-to-1.46.0.patch debian-hacks/Fix-Floating-Point-Normalization-breakage-on-32bit-Linux.patch +fixes/gfx-Fix-inclusion-of-C-header.patch +fixes/toolkit-Fix-inclusion-of-C-header.patch diff -Nru thunderbird-102.13.0/sourcestamp.txt thunderbird-102.13.1/sourcestamp.txt --- thunderbird-102.13.0/sourcestamp.txt 2023-07-07 14:39:48.000000000 +0000 +++ thunderbird-102.13.1/sourcestamp.txt 2023-07-24 19:14:47.000000000 +0000 @@ -1,3 +1,3 @@ -20230704155023 -https://hg.mozilla.org/releases/comm-esr102/rev/2bf94c4d195694485df5d632f2453888cf4f6657 +20230724161345 +https://hg.mozilla.org/releases/comm-esr102/rev/c1181d5307e80c773d3d2781b18f7bdd2353d66d https://hg.mozilla.org/releases/mozilla-esr102/rev/3ba84f15ffa6092b5587de58f09dbc4240bcf8e2 diff -Nru thunderbird-102.13.0/thunderbird-l10n/af/manifest.json thunderbird-102.13.1/thunderbird-l10n/af/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/af/manifest.json 2023-07-07 19:42:14.600942100 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/af/manifest.json 2023-07-25 13:01:09.205788400 +0000 @@ -10,10 +10,10 @@ }, "name": "Afrikaans Language Pack", "description": "Language pack for Thunderbird for af", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "af": { - "version": "20230707144931", + "version": "20230724192249", "chrome_resources": { "alerts": "chrome/af/locale/af/alerts/", "autoconfig": "chrome/af/locale/af/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ar/manifest.json thunderbird-102.13.1/thunderbird-l10n/ar/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ar/manifest.json 2023-07-07 19:42:14.620943000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ar/manifest.json 2023-07-25 13:01:09.273788700 +0000 @@ -10,10 +10,10 @@ }, "name": "العربية Language Pack", "description": "Language pack for Thunderbird for ar", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ar": { - "version": "20230707145016", + "version": "20230724192335", "chrome_resources": { "alerts": "chrome/ar/locale/ar/alerts/", "autoconfig": "chrome/ar/locale/ar/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ast/manifest.json thunderbird-102.13.1/thunderbird-l10n/ast/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ast/manifest.json 2023-07-07 19:42:14.640944000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ast/manifest.json 2023-07-25 13:01:09.337789000 +0000 @@ -10,10 +10,10 @@ }, "name": "Asturianu Language Pack", "description": "Language pack for Thunderbird for ast", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ast": { - "version": "20230707145103", + "version": "20230724192421", "chrome_resources": { "alerts": "chrome/ast/locale/ast/alerts/", "autoconfig": "chrome/ast/locale/ast/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/be/manifest.json thunderbird-102.13.1/thunderbird-l10n/be/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/be/manifest.json 2023-07-07 19:42:14.660945000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/be/manifest.json 2023-07-25 13:01:09.401789400 +0000 @@ -10,10 +10,10 @@ }, "name": "Беларуская Language Pack", "description": "Language pack for Thunderbird for be", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "be": { - "version": "20230707145148", + "version": "20230724192507", "chrome_resources": { "alerts": "chrome/be/locale/be/alerts/", "autoconfig": "chrome/be/locale/be/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/bg/manifest.json thunderbird-102.13.1/thunderbird-l10n/bg/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/bg/manifest.json 2023-07-07 19:42:14.684946000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/bg/manifest.json 2023-07-25 13:01:09.473789700 +0000 @@ -10,10 +10,10 @@ }, "name": "Български Language Pack", "description": "Language pack for Thunderbird for bg", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "bg": { - "version": "20230707145234", + "version": "20230724192553", "chrome_resources": { "alerts": "chrome/bg/locale/bg/alerts/", "autoconfig": "chrome/bg/locale/bg/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/br/manifest.json thunderbird-102.13.1/thunderbird-l10n/br/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/br/manifest.json 2023-07-07 19:42:14.704946800 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/br/manifest.json 2023-07-25 13:01:09.537789800 +0000 @@ -10,10 +10,10 @@ }, "name": "Breton Language Pack", "description": "Language pack for Thunderbird for br", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "br": { - "version": "20230707144926", + "version": "20230724192251", "chrome_resources": { "alerts": "chrome/br/locale/br/alerts/", "autoconfig": "chrome/br/locale/br/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ca/manifest.json thunderbird-102.13.1/thunderbird-l10n/ca/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ca/manifest.json 2023-07-07 19:42:14.724947700 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ca/manifest.json 2023-07-25 13:01:09.605790100 +0000 @@ -10,10 +10,10 @@ }, "name": "Català Language Pack", "description": "Language pack for Thunderbird for ca", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ca": { - "version": "20230707145012", + "version": "20230724192334", "chrome_resources": { "alerts": "chrome/ca/locale/ca/alerts/", "autoconfig": "chrome/ca/locale/ca/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/cak/manifest.json thunderbird-102.13.1/thunderbird-l10n/cak/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/cak/manifest.json 2023-07-07 19:42:14.744948600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/cak/manifest.json 2023-07-25 13:01:09.669790500 +0000 @@ -10,10 +10,10 @@ }, "name": "Kaqchikel (Guatemala) Language Pack", "description": "Language pack for Thunderbird for cak", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "cak": { - "version": "20230707145058", + "version": "20230724192417", "chrome_resources": { "alerts": "chrome/cak/locale/cak/alerts/", "autoconfig": "chrome/cak/locale/cak/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/cs/manifest.json thunderbird-102.13.1/thunderbird-l10n/cs/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/cs/manifest.json 2023-07-07 19:42:14.764949600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/cs/manifest.json 2023-07-25 13:01:09.733790600 +0000 @@ -10,10 +10,10 @@ }, "name": "Czech (CZ) Language Pack", "description": "Language pack for Thunderbird for cs", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "cs": { - "version": "20230707145145", + "version": "20230724192501", "chrome_resources": { "alerts": "chrome/cs/locale/cs/alerts/", "autoconfig": "chrome/cs/locale/cs/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/cy/manifest.json thunderbird-102.13.1/thunderbird-l10n/cy/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/cy/manifest.json 2023-07-07 19:42:14.784950500 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/cy/manifest.json 2023-07-25 13:01:09.797791000 +0000 @@ -10,10 +10,10 @@ }, "name": "Cymraeg Language Pack", "description": "Language pack for Thunderbird for cy", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "cy": { - "version": "20230707145233", + "version": "20230724192544", "chrome_resources": { "alerts": "chrome/cy/locale/cy/alerts/", "autoconfig": "chrome/cy/locale/cy/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/da/manifest.json thunderbird-102.13.1/thunderbird-l10n/da/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/da/manifest.json 2023-07-07 19:42:14.800951200 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/da/manifest.json 2023-07-25 13:01:09.897791400 +0000 @@ -10,10 +10,10 @@ }, "name": "Dansk (da) Language Pack", "description": "Language pack for Thunderbird for da", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "da": { - "version": "20230707144905", + "version": "20230724192248", "chrome_resources": { "alerts": "chrome/da/locale/da/alerts/", "autoconfig": "chrome/da/locale/da/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/de/manifest.json thunderbird-102.13.1/thunderbird-l10n/de/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/de/manifest.json 2023-07-07 19:42:14.820952200 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/de/manifest.json 2023-07-25 13:01:09.965791700 +0000 @@ -10,10 +10,10 @@ }, "name": "Deutsch (DE) Language Pack", "description": "Language pack for Thunderbird for de", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "de": { - "version": "20230707144949", + "version": "20230724192336", "chrome_resources": { "alerts": "chrome/de/locale/de/alerts/", "autoconfig": "chrome/de/locale/de/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/dsb/manifest.json thunderbird-102.13.1/thunderbird-l10n/dsb/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/dsb/manifest.json 2023-07-07 19:42:14.840952900 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/dsb/manifest.json 2023-07-25 13:01:10.029792000 +0000 @@ -10,10 +10,10 @@ }, "name": "Dolnoserbšćina Language Pack", "description": "Language pack for Thunderbird for dsb", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "dsb": { - "version": "20230707145033", + "version": "20230724192423", "chrome_resources": { "alerts": "chrome/dsb/locale/dsb/alerts/", "autoconfig": "chrome/dsb/locale/dsb/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/el/manifest.json thunderbird-102.13.1/thunderbird-l10n/el/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/el/manifest.json 2023-07-07 19:42:14.864954000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/el/manifest.json 2023-07-25 13:01:10.097792100 +0000 @@ -10,10 +10,10 @@ }, "name": "Ελληνικά Language Pack", "description": "Language pack for Thunderbird for el", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "el": { - "version": "20230707145117", + "version": "20230724192512", "chrome_resources": { "alerts": "chrome/el/locale/el/alerts/", "autoconfig": "chrome/el/locale/el/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/en-CA/manifest.json thunderbird-102.13.1/thunderbird-l10n/en-CA/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/en-CA/manifest.json 2023-07-07 19:42:14.884955000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/en-CA/manifest.json 2023-07-25 13:01:10.201792700 +0000 @@ -10,10 +10,10 @@ }, "name": "English (CA) Language Pack", "description": "Language pack for Thunderbird for en-CA", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "en-CA": { - "version": "20230704220414", + "version": "20230724192601", "chrome_resources": { "alerts": "chrome/en-CA/locale/en-CA/alerts/", "autoconfig": "chrome/en-CA/locale/en-CA/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/en-GB/manifest.json thunderbird-102.13.1/thunderbird-l10n/en-GB/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/en-GB/manifest.json 2023-07-07 19:42:14.900955700 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/en-GB/manifest.json 2023-07-25 13:01:10.265792800 +0000 @@ -10,10 +10,10 @@ }, "name": "English (GB) Language Pack", "description": "Language pack for Thunderbird for en-GB", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "en-GB": { - "version": "20230704220137", + "version": "20230724192037", "chrome_resources": { "alerts": "chrome/en-GB/locale/en-GB/alerts/", "autoconfig": "chrome/en-GB/locale/en-GB/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/es-AR/manifest.json thunderbird-102.13.1/thunderbird-l10n/es-AR/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/es-AR/manifest.json 2023-07-07 19:42:14.916956400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/es-AR/manifest.json 2023-07-25 13:01:10.361793300 +0000 @@ -10,10 +10,10 @@ }, "name": "Español (AR) Language Pack", "description": "Language pack for Thunderbird for es-AR", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "es-AR": { - "version": "20230707144942", + "version": "20230724192121", "chrome_resources": { "alerts": "chrome/es-AR/locale/es-AR/alerts/", "autoconfig": "chrome/es-AR/locale/es-AR/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/es-ES/manifest.json thunderbird-102.13.1/thunderbird-l10n/es-ES/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/es-ES/manifest.json 2023-07-07 19:42:14.936957400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/es-ES/manifest.json 2023-07-25 13:01:10.457793700 +0000 @@ -10,10 +10,10 @@ }, "name": "Español (España) Language Pack", "description": "Language pack for Thunderbird for es-ES", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "es-ES": { - "version": "20230704220311", + "version": "20230724192206", "chrome_resources": { "alerts": "chrome/es-ES/locale/es-ES/alerts/", "autoconfig": "chrome/es-ES/locale/es-ES/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/es-MX/manifest.json thunderbird-102.13.1/thunderbird-l10n/es-MX/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/es-MX/manifest.json 2023-07-07 19:42:14.956958300 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/es-MX/manifest.json 2023-07-25 13:01:10.549794200 +0000 @@ -10,10 +10,10 @@ }, "name": "Español (México) Language Pack", "description": "Language pack for Thunderbird for es-MX", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "es-MX": { - "version": "20230707145108", + "version": "20230724192252", "chrome_resources": { "alerts": "chrome/es-MX/locale/es-MX/alerts/", "autoconfig": "chrome/es-MX/locale/es-MX/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/et/manifest.json thunderbird-102.13.1/thunderbird-l10n/et/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/et/manifest.json 2023-07-07 19:42:14.976959000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/et/manifest.json 2023-07-25 13:01:10.625794400 +0000 @@ -10,10 +10,10 @@ }, "name": "Estonian Language Pack", "description": "Language pack for Thunderbird for et", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "et": { - "version": "20230707145151", + "version": "20230724192337", "chrome_resources": { "alerts": "chrome/et/locale/et/alerts/", "autoconfig": "chrome/et/locale/et/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/eu/manifest.json thunderbird-102.13.1/thunderbird-l10n/eu/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/eu/manifest.json 2023-07-07 19:42:14.996960000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/eu/manifest.json 2023-07-25 13:01:10.697794700 +0000 @@ -10,10 +10,10 @@ }, "name": "Basque Language Pack", "description": "Language pack for Thunderbird for eu", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "eu": { - "version": "20230707144854", + "version": "20230724192214", "chrome_resources": { "alerts": "chrome/eu/locale/eu/alerts/", "autoconfig": "chrome/eu/locale/eu/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/fi/manifest.json thunderbird-102.13.1/thunderbird-l10n/fi/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/fi/manifest.json 2023-07-07 19:42:15.016960900 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/fi/manifest.json 2023-07-25 13:01:10.765795000 +0000 @@ -10,10 +10,10 @@ }, "name": "Finnish Language Pack", "description": "Language pack for Thunderbird for fi", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "fi": { - "version": "20230707144937", + "version": "20230724192258", "chrome_resources": { "alerts": "chrome/fi/locale/fi/alerts/", "autoconfig": "chrome/fi/locale/fi/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/fr/manifest.json thunderbird-102.13.1/thunderbird-l10n/fr/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/fr/manifest.json 2023-07-07 19:42:15.036961800 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/fr/manifest.json 2023-07-25 13:01:10.833795300 +0000 @@ -10,10 +10,10 @@ }, "name": "Français Language Pack", "description": "Language pack for Thunderbird for fr", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "fr": { - "version": "20230704220448", + "version": "20230724192343", "chrome_resources": { "alerts": "chrome/fr/locale/fr/alerts/", "autoconfig": "chrome/fr/locale/fr/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/fy-NL/manifest.json thunderbird-102.13.1/thunderbird-l10n/fy-NL/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/fy-NL/manifest.json 2023-07-07 19:42:15.056962700 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/fy-NL/manifest.json 2023-07-25 13:01:10.893795500 +0000 @@ -10,10 +10,10 @@ }, "name": "Frysk (fy) Language Pack", "description": "Language pack for Thunderbird for fy-NL", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "fy-NL": { - "version": "20230707145103", + "version": "20230724192428", "chrome_resources": { "alerts": "chrome/fy-NL/locale/fy-NL/alerts/", "autoconfig": "chrome/fy-NL/locale/fy-NL/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ga-IE/manifest.json thunderbird-102.13.1/thunderbird-l10n/ga-IE/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ga-IE/manifest.json 2023-07-07 19:42:15.076963700 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ga-IE/manifest.json 2023-07-25 13:01:10.957795900 +0000 @@ -10,10 +10,10 @@ }, "name": "Béarla (SAM) Language Pack", "description": "Language pack for Thunderbird for ga-IE", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ga-IE": { - "version": "20230707145147", + "version": "20230724192513", "chrome_resources": { "alerts": "chrome/ga-IE/locale/ga-IE/alerts/", "autoconfig": "chrome/ga-IE/locale/ga-IE/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/gd/manifest.json thunderbird-102.13.1/thunderbird-l10n/gd/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/gd/manifest.json 2023-07-07 19:42:15.096964600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/gd/manifest.json 2023-07-25 13:01:11.017796000 +0000 @@ -10,10 +10,10 @@ }, "name": "Gàidhlig Language Pack", "description": "Language pack for Thunderbird for gd", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "gd": { - "version": "20230707144857", + "version": "20230724192247", "chrome_resources": { "alerts": "chrome/gd/locale/gd/alerts/", "autoconfig": "chrome/gd/locale/gd/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/gl/manifest.json thunderbird-102.13.1/thunderbird-l10n/gl/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/gl/manifest.json 2023-07-07 19:42:15.116965300 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/gl/manifest.json 2023-07-25 13:01:11.077796500 +0000 @@ -10,10 +10,10 @@ }, "name": "Galego (España) Language Pack", "description": "Language pack for Thunderbird for gl", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "gl": { - "version": "20230707144941", + "version": "20230724192333", "chrome_resources": { "alerts": "chrome/gl/locale/gl/alerts/", "autoconfig": "chrome/gl/locale/gl/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/he/manifest.json thunderbird-102.13.1/thunderbird-l10n/he/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/he/manifest.json 2023-07-07 19:42:15.136966200 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/he/manifest.json 2023-07-25 13:01:11.137796600 +0000 @@ -10,10 +10,10 @@ }, "name": "Hebrew (IL) Language Pack", "description": "Language pack for Thunderbird for he", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "he": { - "version": "20230707145025", + "version": "20230724192420", "chrome_resources": { "alerts": "chrome/he/locale/he/alerts/", "autoconfig": "chrome/he/locale/he/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/hr/manifest.json thunderbird-102.13.1/thunderbird-l10n/hr/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/hr/manifest.json 2023-07-07 19:42:15.156967200 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/hr/manifest.json 2023-07-25 13:01:11.201797000 +0000 @@ -10,10 +10,10 @@ }, "name": "Hrvatski (HR) Language Pack", "description": "Language pack for Thunderbird for hr", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "hr": { - "version": "20230707145110", + "version": "20230724192507", "chrome_resources": { "alerts": "chrome/hr/locale/hr/alerts/", "autoconfig": "chrome/hr/locale/hr/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/hsb/manifest.json thunderbird-102.13.1/thunderbird-l10n/hsb/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/hsb/manifest.json 2023-07-07 19:42:15.192968800 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/hsb/manifest.json 2023-07-25 13:01:11.269797000 +0000 @@ -10,10 +10,10 @@ }, "name": "Hornjoserbšćina Language Pack", "description": "Language pack for Thunderbird for hsb", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "hsb": { - "version": "20230704222506", + "version": "20230724192554", "chrome_resources": { "alerts": "chrome/hsb/locale/hsb/alerts/", "autoconfig": "chrome/hsb/locale/hsb/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/hu/manifest.json thunderbird-102.13.1/thunderbird-l10n/hu/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/hu/manifest.json 2023-07-07 19:42:15.216970000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/hu/manifest.json 2023-07-25 13:01:11.329797500 +0000 @@ -10,10 +10,10 @@ }, "name": "Magyar (HU) Language Pack", "description": "Language pack for Thunderbird for hu", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "hu": { - "version": "20230707144724", + "version": "20230724192023", "chrome_resources": { "alerts": "chrome/hu/locale/hu/alerts/", "autoconfig": "chrome/hu/locale/hu/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/hy-AM/manifest.json thunderbird-102.13.1/thunderbird-l10n/hy-AM/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/hy-AM/manifest.json 2023-07-07 19:42:15.236971000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/hy-AM/manifest.json 2023-07-25 13:01:11.393797600 +0000 @@ -10,10 +10,10 @@ }, "name": "Armenian (AM) Language Pack", "description": "Language pack for Thunderbird for hy-AM", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "hy-AM": { - "version": "20230707144807", + "version": "20230724192105", "chrome_resources": { "alerts": "chrome/hy-AM/locale/hy-AM/alerts/", "autoconfig": "chrome/hy-AM/locale/hy-AM/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/id/manifest.json thunderbird-102.13.1/thunderbird-l10n/id/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/id/manifest.json 2023-07-07 19:42:15.256971800 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/id/manifest.json 2023-07-25 13:01:11.453798000 +0000 @@ -10,10 +10,10 @@ }, "name": "Bahasa Indonesia (ID) Language Pack", "description": "Language pack for Thunderbird for id", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "id": { - "version": "20230707144852", + "version": "20230724192148", "chrome_resources": { "alerts": "chrome/id/locale/id/alerts/", "autoconfig": "chrome/id/locale/id/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/is/manifest.json thunderbird-102.13.1/thunderbird-l10n/is/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/is/manifest.json 2023-07-07 19:42:15.276972500 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/is/manifest.json 2023-07-25 13:01:11.517798200 +0000 @@ -10,10 +10,10 @@ }, "name": "Icelandic (IS) Language Pack", "description": "Language pack for Thunderbird for is", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "is": { - "version": "20230707144936", + "version": "20230724192231", "chrome_resources": { "alerts": "chrome/is/locale/is/alerts/", "autoconfig": "chrome/is/locale/is/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/it/manifest.json thunderbird-102.13.1/thunderbird-l10n/it/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/it/manifest.json 2023-07-07 19:42:15.300973700 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/it/manifest.json 2023-07-25 13:01:11.597798600 +0000 @@ -10,10 +10,10 @@ }, "name": "Italiano (IT) Language Pack", "description": "Language pack for Thunderbird for it", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "it": { - "version": "20230704220532", + "version": "20230724192314", "chrome_resources": { "alerts": "chrome/it/locale/it/alerts/", "autoconfig": "chrome/it/locale/it/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ja/manifest.json thunderbird-102.13.1/thunderbird-l10n/ja/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ja/manifest.json 2023-07-07 19:42:15.320974600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ja/manifest.json 2023-07-25 13:01:11.661798700 +0000 @@ -10,10 +10,10 @@ }, "name": "Japanese Language Pack", "description": "Language pack for Thunderbird for ja", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ja": { - "version": "20230707144931", + "version": "20230724191833", "chrome_resources": { "alerts": "chrome/ja/locale/ja/alerts/", "autoconfig": "chrome/ja/locale/ja/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ka/manifest.json thunderbird-102.13.1/thunderbird-l10n/ka/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ka/manifest.json 2023-07-07 19:42:15.344975700 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ka/manifest.json 2023-07-25 13:01:11.725799000 +0000 @@ -10,10 +10,10 @@ }, "name": "Georgian (ქართული) Language Pack", "description": "Language pack for Thunderbird for ka", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ka": { - "version": "20230707145018", + "version": "20230724191915", "chrome_resources": { "alerts": "chrome/ka/locale/ka/alerts/", "autoconfig": "chrome/ka/locale/ka/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/kab/manifest.json thunderbird-102.13.1/thunderbird-l10n/kab/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/kab/manifest.json 2023-07-07 19:42:15.364976600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/kab/manifest.json 2023-07-25 13:01:11.785799300 +0000 @@ -10,10 +10,10 @@ }, "name": "Taqbaylit Language Pack", "description": "Language pack for Thunderbird for kab", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "kab": { - "version": "20230707145104", + "version": "20230724191958", "chrome_resources": { "alerts": "chrome/kab/locale/kab/alerts/", "autoconfig": "chrome/kab/locale/kab/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/kk/manifest.json thunderbird-102.13.1/thunderbird-l10n/kk/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/kk/manifest.json 2023-07-07 19:42:15.388977800 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/kk/manifest.json 2023-07-25 13:01:11.897799700 +0000 @@ -10,10 +10,10 @@ }, "name": "Kazakh (KZ) Language Pack", "description": "Language pack for Thunderbird for kk", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "kk": { - "version": "20230707145151", + "version": "20230724192041", "chrome_resources": { "alerts": "chrome/kk/locale/kk/alerts/", "autoconfig": "chrome/kk/locale/kk/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ko/manifest.json thunderbird-102.13.1/thunderbird-l10n/ko/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ko/manifest.json 2023-07-07 19:42:15.408978500 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ko/manifest.json 2023-07-25 13:01:11.965800000 +0000 @@ -10,10 +10,10 @@ }, "name": "Korean (KR) Language Pack", "description": "Language pack for Thunderbird for ko", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ko": { - "version": "20230707145237", + "version": "20230724192124", "chrome_resources": { "alerts": "chrome/ko/locale/ko/alerts/", "autoconfig": "chrome/ko/locale/ko/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/lt/manifest.json thunderbird-102.13.1/thunderbird-l10n/lt/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/lt/manifest.json 2023-07-07 19:42:15.428979400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/lt/manifest.json 2023-07-25 13:01:12.037800300 +0000 @@ -10,10 +10,10 @@ }, "name": "Lietuvių Language Pack", "description": "Language pack for Thunderbird for lt", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "lt": { - "version": "20230707144949", + "version": "20230724192246", "chrome_resources": { "alerts": "chrome/lt/locale/lt/alerts/", "autoconfig": "chrome/lt/locale/lt/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/lv/manifest.json thunderbird-102.13.1/thunderbird-l10n/lv/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/lv/manifest.json 2023-07-07 19:42:15.448980300 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/lv/manifest.json 2023-07-25 13:01:12.101800700 +0000 @@ -10,10 +10,10 @@ }, "name": "Latviešu (LV) Language Pack", "description": "Language pack for Thunderbird for lv", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "lv": { - "version": "20230707145036", + "version": "20230724192332", "chrome_resources": { "alerts": "chrome/lv/locale/lv/alerts/", "autoconfig": "chrome/lv/locale/lv/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ms/manifest.json thunderbird-102.13.1/thunderbird-l10n/ms/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ms/manifest.json 2023-07-07 19:42:15.468981300 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ms/manifest.json 2023-07-25 13:01:12.169801000 +0000 @@ -10,10 +10,10 @@ }, "name": "Bahasa Melayu (ms) Language Pack", "description": "Language pack for Thunderbird for ms", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ms": { - "version": "20230707145124", + "version": "20230724192419", "chrome_resources": { "alerts": "chrome/ms/locale/ms/alerts/", "autoconfig": "chrome/ms/locale/ms/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/nb-NO/manifest.json thunderbird-102.13.1/thunderbird-l10n/nb-NO/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/nb-NO/manifest.json 2023-07-07 19:42:15.504983000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/nb-NO/manifest.json 2023-07-25 13:01:12.233801100 +0000 @@ -10,10 +10,10 @@ }, "name": "Norsk (bokmål) Language Pack", "description": "Language pack for Thunderbird for nb-NO", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "nb-NO": { - "version": "20230704220616", + "version": "20230724192506", "chrome_resources": { "alerts": "chrome/nb-NO/locale/nb-NO/alerts/", "autoconfig": "chrome/nb-NO/locale/nb-NO/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/nl/manifest.json thunderbird-102.13.1/thunderbird-l10n/nl/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/nl/manifest.json 2023-07-07 19:42:15.524984000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/nl/manifest.json 2023-07-25 13:01:12.297801500 +0000 @@ -10,10 +10,10 @@ }, "name": "Nederlands (NL) Language Pack", "description": "Language pack for Thunderbird for nl", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "nl": { - "version": "20230707145259", + "version": "20230724192555", "chrome_resources": { "alerts": "chrome/nl/locale/nl/alerts/", "autoconfig": "chrome/nl/locale/nl/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/nn-NO/manifest.json thunderbird-102.13.1/thunderbird-l10n/nn-NO/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/nn-NO/manifest.json 2023-07-07 19:42:15.544984600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/nn-NO/manifest.json 2023-07-25 13:01:12.381801800 +0000 @@ -10,10 +10,10 @@ }, "name": "Norsk (nynorsk) Language Pack", "description": "Language pack for Thunderbird for nn-NO", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "nn-NO": { - "version": "20230707144845", + "version": "20230724192225", "chrome_resources": { "alerts": "chrome/nn-NO/locale/nn-NO/alerts/", "autoconfig": "chrome/nn-NO/locale/nn-NO/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/pa-IN/manifest.json thunderbird-102.13.1/thunderbird-l10n/pa-IN/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/pa-IN/manifest.json 2023-07-07 19:42:15.564985500 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/pa-IN/manifest.json 2023-07-25 13:01:12.461802200 +0000 @@ -10,10 +10,10 @@ }, "name": "Punjabi (Gurmukhi) Language Pack", "description": "Language pack for Thunderbird for pa-IN", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "pa-IN": { - "version": "20230707144927", + "version": "20230724192308", "chrome_resources": { "alerts": "chrome/pa-IN/locale/pa-IN/alerts/", "autoconfig": "chrome/pa-IN/locale/pa-IN/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/pl/manifest.json thunderbird-102.13.1/thunderbird-l10n/pl/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/pl/manifest.json 2023-07-07 19:42:15.584986400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/pl/manifest.json 2023-07-25 13:01:12.533802500 +0000 @@ -10,10 +10,10 @@ }, "name": "Polski Language Pack", "description": "Language pack for Thunderbird for pl", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "pl": { - "version": "20230707145010", + "version": "20230724192350", "chrome_resources": { "alerts": "chrome/pl/locale/pl/alerts/", "autoconfig": "chrome/pl/locale/pl/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/pt-BR/manifest.json thunderbird-102.13.1/thunderbird-l10n/pt-BR/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/pt-BR/manifest.json 2023-07-07 19:42:15.604987400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/pt-BR/manifest.json 2023-07-25 13:01:12.597802900 +0000 @@ -10,10 +10,10 @@ }, "name": "Português (pt-BR) Language Pack", "description": "Language pack for Thunderbird for pt-BR", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "pt-BR": { - "version": "20230707145054", + "version": "20230724192433", "chrome_resources": { "alerts": "chrome/pt-BR/locale/pt-BR/alerts/", "autoconfig": "chrome/pt-BR/locale/pt-BR/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/pt-PT/manifest.json thunderbird-102.13.1/thunderbird-l10n/pt-PT/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/pt-PT/manifest.json 2023-07-07 19:42:15.624988300 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/pt-PT/manifest.json 2023-07-25 13:01:12.657803000 +0000 @@ -10,10 +10,10 @@ }, "name": "Português (Europeu) Language Pack", "description": "Language pack for Thunderbird for pt-PT", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "pt-PT": { - "version": "20230707145137", + "version": "20230724192516", "chrome_resources": { "alerts": "chrome/pt-PT/locale/pt-PT/alerts/", "autoconfig": "chrome/pt-PT/locale/pt-PT/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/rm/manifest.json thunderbird-102.13.1/thunderbird-l10n/rm/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/rm/manifest.json 2023-07-07 19:42:15.660990000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/rm/manifest.json 2023-07-25 13:01:12.721803200 +0000 @@ -10,10 +10,10 @@ }, "name": "Rumantsch Language Pack", "description": "Language pack for Thunderbird for rm", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "rm": { - "version": "20230704220344", + "version": "20230724192151", "chrome_resources": { "alerts": "chrome/rm/locale/rm/alerts/", "autoconfig": "chrome/rm/locale/rm/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ro/manifest.json thunderbird-102.13.1/thunderbird-l10n/ro/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ro/manifest.json 2023-07-07 19:42:15.684991000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ro/manifest.json 2023-07-25 13:01:12.781803600 +0000 @@ -10,10 +10,10 @@ }, "name": "Română (România) Language Pack", "description": "Language pack for Thunderbird for ro", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ro": { - "version": "20230707144617", + "version": "20230724192234", "chrome_resources": { "alerts": "chrome/ro/locale/ro/alerts/", "autoconfig": "chrome/ro/locale/ro/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/ru/manifest.json thunderbird-102.13.1/thunderbird-l10n/ru/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/ru/manifest.json 2023-07-07 19:42:15.700991600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/ru/manifest.json 2023-07-25 13:01:12.845803700 +0000 @@ -10,10 +10,10 @@ }, "name": "Russian (RU) Language Pack", "description": "Language pack for Thunderbird for ru", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "ru": { - "version": "20230707144703", + "version": "20230724192318", "chrome_resources": { "alerts": "chrome/ru/locale/ru/alerts/", "autoconfig": "chrome/ru/locale/ru/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/sk/manifest.json thunderbird-102.13.1/thunderbird-l10n/sk/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/sk/manifest.json 2023-07-07 19:42:15.720992600 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/sk/manifest.json 2023-07-25 13:01:12.909804000 +0000 @@ -10,10 +10,10 @@ }, "name": "Slovak (SK) Language Pack", "description": "Language pack for Thunderbird for sk", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "sk": { - "version": "20230707144752", + "version": "20230724192403", "chrome_resources": { "alerts": "chrome/sk/locale/sk/alerts/", "autoconfig": "chrome/sk/locale/sk/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/sl/manifest.json thunderbird-102.13.1/thunderbird-l10n/sl/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/sl/manifest.json 2023-07-07 19:42:15.740993500 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/sl/manifest.json 2023-07-25 13:01:12.969804300 +0000 @@ -10,10 +10,10 @@ }, "name": "Slovenski jezik Language Pack", "description": "Language pack for Thunderbird for sl", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "sl": { - "version": "20230704220659", + "version": "20230724192449", "chrome_resources": { "alerts": "chrome/sl/locale/sl/alerts/", "autoconfig": "chrome/sl/locale/sl/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/sq/manifest.json thunderbird-102.13.1/thunderbird-l10n/sq/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/sq/manifest.json 2023-07-07 19:42:15.760994400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/sq/manifest.json 2023-07-25 13:01:13.033804700 +0000 @@ -10,10 +10,10 @@ }, "name": "Shqip Language Pack", "description": "Language pack for Thunderbird for sq", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "sq": { - "version": "20230707144711", + "version": "20230724192250", "chrome_resources": { "alerts": "chrome/sq/locale/sq/alerts/", "autoconfig": "chrome/sq/locale/sq/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/sr/manifest.json thunderbird-102.13.1/thunderbird-l10n/sr/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/sr/manifest.json 2023-07-07 19:42:15.780995400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/sr/manifest.json 2023-07-25 13:01:13.097804800 +0000 @@ -10,10 +10,10 @@ }, "name": "српски (sr) Language Pack", "description": "Language pack for Thunderbird for sr", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "sr": { - "version": "20230707144754", + "version": "20230724192336", "chrome_resources": { "alerts": "chrome/sr/locale/sr/alerts/", "autoconfig": "chrome/sr/locale/sr/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/sv-SE/manifest.json thunderbird-102.13.1/thunderbird-l10n/sv-SE/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/sv-SE/manifest.json 2023-07-07 19:42:15.800996300 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/sv-SE/manifest.json 2023-07-25 13:01:13.205805300 +0000 @@ -10,10 +10,10 @@ }, "name": "Svenska (SE) Language Pack", "description": "Language pack for Thunderbird for sv-SE", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "sv-SE": { - "version": "20230707144837", + "version": "20230724192425", "chrome_resources": { "alerts": "chrome/sv-SE/locale/sv-SE/alerts/", "autoconfig": "chrome/sv-SE/locale/sv-SE/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/th/manifest.json thunderbird-102.13.1/thunderbird-l10n/th/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/th/manifest.json 2023-07-07 19:42:15.820997000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/th/manifest.json 2023-07-25 13:01:13.349805800 +0000 @@ -10,10 +10,10 @@ }, "name": "ไทย Language Pack", "description": "Language pack for Thunderbird for th", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "th": { - "version": "20230707144920", + "version": "20230724192513", "chrome_resources": { "alerts": "chrome/th/locale/th/alerts/", "autoconfig": "chrome/th/locale/th/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/tr/manifest.json thunderbird-102.13.1/thunderbird-l10n/tr/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/tr/manifest.json 2023-07-07 19:42:15.840998000 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/tr/manifest.json 2023-07-25 13:01:13.417806100 +0000 @@ -10,10 +10,10 @@ }, "name": "Türkçe (TR) Language Pack", "description": "Language pack for Thunderbird for tr", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "tr": { - "version": "20230707145004", + "version": "20230724192602", "chrome_resources": { "alerts": "chrome/tr/locale/tr/alerts/", "autoconfig": "chrome/tr/locale/tr/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/uk/manifest.json thunderbird-102.13.1/thunderbird-l10n/uk/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/uk/manifest.json 2023-07-07 19:42:15.860998900 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/uk/manifest.json 2023-07-25 13:01:13.481806500 +0000 @@ -10,10 +10,10 @@ }, "name": "Ukrainian (UA) Language Pack", "description": "Language pack for Thunderbird for uk", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "uk": { - "version": "20230707144742", + "version": "20230724192209", "chrome_resources": { "alerts": "chrome/uk/locale/uk/alerts/", "autoconfig": "chrome/uk/locale/uk/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/uz/manifest.json thunderbird-102.13.1/thunderbird-l10n/uz/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/uz/manifest.json 2023-07-07 19:42:15.880999800 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/uz/manifest.json 2023-07-25 13:01:13.541806700 +0000 @@ -10,10 +10,10 @@ }, "name": "Uzbek Language Pack", "description": "Language pack for Thunderbird for uz", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "uz": { - "version": "20230707144830", + "version": "20230724192252", "chrome_resources": { "alerts": "chrome/uz/locale/uz/alerts/", "autoconfig": "chrome/uz/locale/uz/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/vi/manifest.json thunderbird-102.13.1/thunderbird-l10n/vi/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/vi/manifest.json 2023-07-07 19:42:15.901000700 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/vi/manifest.json 2023-07-25 13:01:13.613807000 +0000 @@ -10,10 +10,10 @@ }, "name": "Tiếng Việt Language Pack", "description": "Language pack for Thunderbird for vi", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "vi": { - "version": "20230707144917", + "version": "20230724192334", "chrome_resources": { "alerts": "chrome/vi/locale/vi/alerts/", "autoconfig": "chrome/vi/locale/vi/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/zh-CN/manifest.json thunderbird-102.13.1/thunderbird-l10n/zh-CN/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/zh-CN/manifest.json 2023-07-07 19:42:15.917001500 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/zh-CN/manifest.json 2023-07-25 13:01:13.681807300 +0000 @@ -10,10 +10,10 @@ }, "name": "Chinese Simplified (zh-CN) Language Pack", "description": "Language pack for Thunderbird for zh-CN", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "zh-CN": { - "version": "20230707145004", + "version": "20230724192417", "chrome_resources": { "alerts": "chrome/zh-CN/locale/zh-CN/alerts/", "autoconfig": "chrome/zh-CN/locale/zh-CN/autoconfig/", diff -Nru thunderbird-102.13.0/thunderbird-l10n/zh-TW/manifest.json thunderbird-102.13.1/thunderbird-l10n/zh-TW/manifest.json --- thunderbird-102.13.0/thunderbird-l10n/zh-TW/manifest.json 2023-07-07 19:42:15.937002400 +0000 +++ thunderbird-102.13.1/thunderbird-l10n/zh-TW/manifest.json 2023-07-25 13:01:13.761807700 +0000 @@ -10,10 +10,10 @@ }, "name": "Traditional Chinese (zh-TW) Language Pack", "description": "Language pack for Thunderbird for zh-TW", - "version": "102.13.0buildid20230704.155023", + "version": "102.13.1buildid20230724.161345", "languages": { "zh-TW": { - "version": "20230707145052", + "version": "20230724192500", "chrome_resources": { "alerts": "chrome/zh-TW/locale/zh-TW/alerts/", "autoconfig": "chrome/zh-TW/locale/zh-TW/autoconfig/",