From 47ff8451c21a97c5224cb1a7e7c6e5ff9f536e95893f78e4b1ab89f7794f0262 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 5 Dec 2018 21:18:03 +0000 Subject: [PATCH] - Mozilla Thunderbird 60.3.3 * Thunderbird 60 will migrate security databases (key3.db, cert8.db to key4.db, cert9.db). Thunderbird 60.3.2 and earlier contained a fault that potentially deleted saved passwords and private certificate keys for users using a master password. Version 60.3.3 will prevent the loss of data; affected users who have already upgraded to version 60.3.2 or earlier can restore the deleted key3.db file from backup to complete the migration. * Address book search and auto-complete slowness introduced in Thunderbird 60.3.2 * Plain text markup with * for bold, / for italics, _ for underline and | for code did not work when the enclosed text contained non-ASCII characters * While composing a message, a link not removed when link location was removed in the link properties panel OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=445 --- MozillaThunderbird.changes | 19 +++++++++++++++++++ MozillaThunderbird.spec | 4 ++-- compare-locales.tar.xz | 4 ++-- create-tar.sh | 6 +++--- l10n-60.3.2.tar.xz | 3 --- l10n-60.3.3.tar.xz | 3 +++ thunderbird-60.3.2.source.tar.xz | 3 --- thunderbird-60.3.2.source.tar.xz.asc | 17 ----------------- thunderbird-60.3.3.source.tar.xz | 3 +++ thunderbird-60.3.3.source.tar.xz.asc | 17 +++++++++++++++++ 10 files changed, 49 insertions(+), 30 deletions(-) delete mode 100644 l10n-60.3.2.tar.xz create mode 100644 l10n-60.3.3.tar.xz delete mode 100644 thunderbird-60.3.2.source.tar.xz delete mode 100644 thunderbird-60.3.2.source.tar.xz.asc create mode 100644 thunderbird-60.3.3.source.tar.xz create mode 100644 thunderbird-60.3.3.source.tar.xz.asc diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index c3ffe2b..c1ebceb 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Dec 4 21:04:50 UTC 2018 - Wolfgang Rosenauer + +- Mozilla Thunderbird 60.3.3 + * Thunderbird 60 will migrate security databases (key3.db, cert8.db + to key4.db, cert9.db). Thunderbird 60.3.2 and earlier contained a + fault that potentially deleted saved passwords and private certificate + keys for users using a master password. Version 60.3.3 will prevent + the loss of data; affected users who have already upgraded to version + 60.3.2 or earlier can restore the deleted key3.db file from backup + to complete the migration. + * Address book search and auto-complete slowness introduced in + Thunderbird 60.3.2 + * Plain text markup with * for bold, / for italics, _ for underline + and | for code did not work when the enclosed text contained + non-ASCII characters + * While composing a message, a link not removed when link location + was removed in the link properties panel + ------------------------------------------------------------------- Mon Dec 3 12:57:01 UTC 2018 - astieger@suse.com diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index ca31026..4d7f19d 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -17,9 +17,9 @@ # -%define mainversion 60.3.2 +%define mainversion 60.3.3 %define update_channel release -%define releasedate 20181128113928 +%define releasedate 20181204174145 %bcond_without mozilla_tb_kde4 %bcond_with mozilla_tb_valgrind diff --git a/compare-locales.tar.xz b/compare-locales.tar.xz index f3d457f..14ddf65 100644 --- a/compare-locales.tar.xz +++ b/compare-locales.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a4e36384c79a539118bcefe53099d228270a348c1abe67bf0f1eb351d3c69a1 -size 28388 +oid sha256:c1def6e57707bc9149fd9a825c3264a8330dfd5dcc4564cd40d53347d53827cf +size 28400 diff --git a/create-tar.sh b/create-tar.sh index b4e6729..c8c85af 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -2,9 +2,9 @@ CHANNEL="esr60" BRANCH="releases/comm-$CHANNEL" -RELEASE_TAG="0ba73c30a3d9f213323766057d2176cd253efdd3" -MOZ_RELEASE_TAG="9f4280a52132bd8335d4833304e4bb7ee4d7c07d" -VERSION="60.3.2" +RELEASE_TAG="e4d520b5dc17" +MOZ_RELEASE_TAG="f0bcd8dbddfb8aa6c8992cf505501834a128e50a" +VERSION="60.3.3" VERSION_SUFFIX="" LOCALE_FILE="thunderbird-$VERSION/comm/mail/locales/l10n-changesets.json" diff --git a/l10n-60.3.2.tar.xz b/l10n-60.3.2.tar.xz deleted file mode 100644 index 0074d0e..0000000 --- a/l10n-60.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ef82fdb5f81b3a3595c2001068883b41c531746a2a07ca1e6b5313fcdd8c7b -size 27472480 diff --git a/l10n-60.3.3.tar.xz b/l10n-60.3.3.tar.xz new file mode 100644 index 0000000..9736019 --- /dev/null +++ b/l10n-60.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042e3ed77f9f98ecc1f9bd960071b6abfc5ac770b2e5c9392f90fe6fa7482812 +size 27451576 diff --git a/thunderbird-60.3.2.source.tar.xz b/thunderbird-60.3.2.source.tar.xz deleted file mode 100644 index 9ce936f..0000000 --- a/thunderbird-60.3.2.source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:979707651662ed3654a327e9c568dac5894e73a40d2776bb94ed2950dab4e041 -size 286027944 diff --git a/thunderbird-60.3.2.source.tar.xz.asc b/thunderbird-60.3.2.source.tar.xz.asc deleted file mode 100644 index 05eeb04..0000000 --- a/thunderbird-60.3.2.source.tar.xz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iQIcBAABCAAGBQJb/ycgAAoJELu+vbskxvNV2qAP/3tvhNVQAwI8/sCucQ9EHprI -uX9rTRYy5t8bk5k8N3X5DpDcf8Cgsd2KyqXIy2/QVdHVi1Bh01VDyD4zrhVMLtuO -2ZwkdhKKulA87MCkX8toeOVS0gcqizaJexUMvVHvQA3W/nCEeMJXBJelOYKb9IzR -qw58uFDlkKpomIeXm7XHS0eqGVAj3EiKvcRR22yPbaAu92TiGwS9kZo1Wr/fYPt1 -W9E8eZdmB2cZUTIBd24fAQ9uGKReoL8WTCocIC+nKfujz1HnOw+aqi2F9o+Obx+e -J4B2fUt6YurD7lGbXFnCI7iVfj41xngx6EjpRPXW6Mpd79A9ldCbszGzhBw0+OsM -m2RVpcFVvi4xOL2kaQvPRvyMTI8QHkoa6w9eKhzevajmnM7DqCHdwCpOG6rBLjnm -Y9R4+E9f6kW7AhscIzKtvhUH5e1nxtzk/d7T33lejpUn1i88GmGmfisVze4ZhBzr -y9u1baZGxMu+MVfouFHiQY9s8vDRVJ2M3MM8g7KiEiMD2YKymyA0Sqbil/BEZNHS -hlOwOgWfkvdyhZk2IBx58sx8EcXy7TjIR4j3/85WdTvsY0wQ4Rg8nU+l9IhqTojL -yvQJ3E/0z5Cblcjs3lUiR5OP8YsbWne2mpFpf6pVzWo+9ffCIhcPrQKqxrZ4A5kI -Dwn1n7Ztn/uZysiIhXF6 -=fCYj ------END PGP SIGNATURE----- diff --git a/thunderbird-60.3.3.source.tar.xz b/thunderbird-60.3.3.source.tar.xz new file mode 100644 index 0000000..5417448 --- /dev/null +++ b/thunderbird-60.3.3.source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8524dd3f2b78b639fdebcf91170c3c2d8ec812ba7c407cae636c3e88ddc4b196 +size 283847516 diff --git a/thunderbird-60.3.3.source.tar.xz.asc b/thunderbird-60.3.3.source.tar.xz.asc new file mode 100644 index 0000000..b82aff3 --- /dev/null +++ b/thunderbird-60.3.3.source.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iQIcBAABCAAGBQJcBwsTAAoJELu+vbskxvNVGcsQAIsqir9CvB5yskwBEuF7RC05 +jD0XtASKlWs6qaYfWVRTpz3c+47tAQ1F/JDK4L8FicooX7SPZ3JYv2mPVeO1Rbml +PsbymooMVHnHmZGg99h7xMTa/CVcDYvzCVmkyWKNOhwh3Uj2h0F8FwqM2lVnNVFO +89fSjtQasGEZH9duKPNMlgsHidFuevgwewde5I781EMuCB3xN3d6p2OQ4F6Xh3L3 +PGQhRezNyY4FpWs6hlI7atR934oY3lXqf503PpQJsQkrC/a5LgbetXcwGhQdeKtJ +kUNP0RPvFoShc9sSIf522jRggNK7bX8Yd1Xud4tW9qMIQ9LWwNiOuJ0YxX7sc8DS +mEjz/qrgGIPW1szdph5ro+SHvctfiiGJn7shXQ7ptddR5NR7A9zPb+G2x4LHYdlX +xoR/XvsuTaHtQrfj+YZEAXN9N9cSFPNLIytsHGOWaGibWgp3ZuhxTrXYUm8/gLjl +1Q7O5mwAVUzgaxizbUpITQoffItYLUUa7308j4vsqdrx/LAfgcZwvNrK4phGWTW6 +wcmAyz7t4MeWpquGRQ1oXnuYhWmLnfPYIFSlj63MmYHEzILL6mLCq02gRdinHvsr +6v9YhB1PWAOR6I0+J8R0yycuWO242s959AIZFJQamEy0Saq1BCu3eEjJiRY8Esym +zfVySsvs2aenFPX4Xcfk +=tRoh +-----END PGP SIGNATURE-----