Accepting request 1005289 from mozilla:Factory
- Mozilla Thunderbird 102.3.0 https://www.thunderbird.net/en-US/thunderbird/102.3.0/releasenotes/ * Thunderbird will no longer attempt to import account passwords when importing from another Thunderbird profile in order to prevent profile corruption and permanent data loss. (bmo#1790605) * Devtools performance profile will use Thunderbird presets instead of Web Developer presets (bmo#1785954) * Thunderbird startup performance improvements (bmo#1785967) * Saving email source and images failed (bmo#1777323, bmo#1778804) * Error message was shown repeatedly when temporary disk space was full (bmo#1788580) * Attaching OpenPGP keys without a set size to non-encrypted messages briefly displayed a size of zero bytes (bmo#1788952) * Global Search entry box initially contained "undefined" (bmo#1780963) * Delete from POP Server mail filter rule intermittently failed to trigger (bmo#1789418) * Connections to POP3 servers without UIDL support failed (bmo#1789314) * Pop accounts with "Fetch headers only" set downloaded complete messages if server did not advertise TOP capability (bmo#1789356) * "File -> New -> Address Book Contact" from Compose window did not work (bmo#1782418) * Attach "My vCard" option in compose window was not available (bmo#1787614) * Improved performance of matching a contact to an email address (bmo#1782725) * Address book only recognized a contact's first two email addresses (bmo#1777156) * Address book search and autocomplete failed if a contact vCard could not be parsed (bmo#1789793) * Downloading NNTP messages for offline use failed (bmo#1785773) OBS-URL: https://build.opensuse.org/request/show/1005289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=289
This commit is contained in:
commit
1f09b0b77d
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 08:17:49 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- Mozilla Thunderbird 102.3.0
|
||||
https://www.thunderbird.net/en-US/thunderbird/102.3.0/releasenotes/
|
||||
* Thunderbird will no longer attempt to import account passwords
|
||||
when importing from another Thunderbird profile in order to
|
||||
prevent profile corruption and permanent data loss. (bmo#1790605)
|
||||
* Devtools performance profile will use Thunderbird presets
|
||||
instead of Web Developer presets (bmo#1785954)
|
||||
* Thunderbird startup performance improvements (bmo#1785967)
|
||||
* Saving email source and images failed (bmo#1777323, bmo#1778804)
|
||||
* Error message was shown repeatedly when temporary disk
|
||||
space was full (bmo#1788580)
|
||||
* Attaching OpenPGP keys without a set size to non-encrypted
|
||||
messages briefly displayed a size of zero bytes (bmo#1788952)
|
||||
* Global Search entry box initially contained "undefined" (bmo#1780963)
|
||||
* Delete from POP Server mail filter rule intermittently
|
||||
failed to trigger (bmo#1789418)
|
||||
* Connections to POP3 servers without UIDL support failed (bmo#1789314)
|
||||
* Pop accounts with "Fetch headers only" set downloaded complete
|
||||
messages if server did not advertise TOP capability (bmo#1789356)
|
||||
* "File -> New -> Address Book Contact" from Compose window did
|
||||
not work (bmo#1782418)
|
||||
* Attach "My vCard" option in compose window was not available
|
||||
(bmo#1787614)
|
||||
* Improved performance of matching a contact to an email address
|
||||
(bmo#1782725)
|
||||
* Address book only recognized a contact's first two email
|
||||
addresses (bmo#1777156)
|
||||
* Address book search and autocomplete failed if a contact vCard
|
||||
could not be parsed (bmo#1789793)
|
||||
* Downloading NNTP messages for offline use failed (bmo#1785773)
|
||||
* NNTP client became stuck when connecting to Public-Inbox servers
|
||||
(bmo#1786203, boo#1203554)
|
||||
* Various visual and UX improvements (bmo#1782235, bmo#1787448,
|
||||
bmo#1788725, bmo#1790324)
|
||||
* unresolved: No dedicated "Department" field in address book
|
||||
(bmo#1777780)
|
||||
MFSA 2022-42 (bsc#1203477)
|
||||
* CVE-2022-40959 (bmo#1782211)
|
||||
Bypassing FeaturePolicy restrictions on transient pages
|
||||
* CVE-2022-40960 (bmo#1787633)
|
||||
Data-race when parsing non-UTF-8 URLs in threads
|
||||
* CVE-2022-40958 (bmo#1779993)
|
||||
Bypassing Secure Context restriction for cookies with __Host
|
||||
and __Secure prefix
|
||||
* CVE-2022-40956 (bmo#1770094)
|
||||
Content-Security-Policy base-uri bypass
|
||||
* CVE-2022-40957 (bmo#1777604)
|
||||
Incoherent instruction cache when building WASM on ARM64
|
||||
* CVE-2022-3155 (bmo#1789061)
|
||||
Attachment files saved to disk on macOS could be executed
|
||||
without warning
|
||||
* CVE-2022-40962 (bmo#1767360, bmo#1776655, bmo#1777574, bmo#1784835,
|
||||
bmo#1785109, bmo#1786502, bmo#1789440)
|
||||
Memory safety bugs fixed in Thunderbird 102.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 06:31:58 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- Mozilla Thunderbird 102.2.2
|
||||
https://www.thunderbird.net/en-US/thunderbird/102.2.2/releasenotes/
|
||||
* Setting added to change Calendar event double-click action to
|
||||
open Edit Event dialog rather than view only;
|
||||
Set calendar.events.defaultActionEdit to true
|
||||
* Running Compact Folders on maildir folders caused a redownload
|
||||
of all messages in the folder
|
||||
* Accessing mail folders in profiles with many folders was slow
|
||||
* SMTP servers were not always properly initialized, and were not
|
||||
listed in Account Settings
|
||||
* APOP authentication unsupported when connecting to POP3 server
|
||||
* OpenPGP key discovery failed
|
||||
* POP accounts hosted by AOL were not able to authenticate using OAuth2
|
||||
* Unable to open context menu in newsgroups header for groups
|
||||
that are not subscribed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 06:31:58 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
||||
# major 69
|
||||
# mainver %major.99
|
||||
%define major 102
|
||||
%define mainver %major.2.2
|
||||
%define orig_version 102.2.2
|
||||
%define mainver %major.3.0
|
||||
%define orig_version 102.3.0
|
||||
%define orig_suffix %{nil}
|
||||
%define update_channel release
|
||||
%define source_prefix thunderbird-%{orig_version}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,10 @@
|
||||
PRODUCT="thunderbird"
|
||||
CHANNEL="esr102"
|
||||
VERSION="102.2.2"
|
||||
VERSION="102.3.0"
|
||||
VERSION_SUFFIX=""
|
||||
PREV_VERSION="102.2.1"
|
||||
PREV_VERSION="102.2.2"
|
||||
PREV_VERSION_SUFFIX=""
|
||||
#SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
|
||||
RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr102"
|
||||
RELEASE_TAG="d7b8d9ca8221e879d452d70e04116fda72538604"
|
||||
RELEASE_TIMESTAMP="20220906224751"
|
||||
RELEASE_TAG="04f60827c1b53ab86121c7d122d3a8216219ff9f"
|
||||
RELEASE_TIMESTAMP="20220914215727"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d5f327ea450572ef2a135e5c849b3f38f7d54e897f41a1dec5223e184558f2b
|
||||
size 504122840
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEQ2D+IQnEl2MYb44h6+QekPbxL20FAmMYEYAACgkQ6+QekPbx
|
||||
L20bJA/8CSC06OLfJsHx/2oz1rTWISA2uX53iCLfBAyUdo0+p5bVtHfwipSlQK1N
|
||||
IffqptyQowF/2/C/emjHcMcy0cbv2GNwhrzKBPVcetViOlUiu6MymrQqCmyf71xz
|
||||
bAsajBbGYVluwY3HknsNVyfpAdPPW9QRi/YPyy1JZZB8q1OY4MjE445DrbxLeRuW
|
||||
pKcgvMOTWBESaOhFb9IdNkUziEJRGVvJ/5IbOptyFJBIlMPcsVp5l7neDUeoB7e8
|
||||
x++ZXiqx2VdEIZho08bvkykWWkqb7FMGtUC8ixnZIAS+kqpoYrMiLU63ODFBxI/v
|
||||
QpkO9vg6Fg1AqHZSmA18yTSkCGKip3TrRUHIn5kbLb+5tZ7ia++D0Bagw4iyKVWi
|
||||
64c1VSZEa0PfaubWM16DWs/uj/DXp5lc6CY4j0jRYK7PUIbN0xD5SORM+BZaaeXF
|
||||
sr1VsPxZ4vUN7X55PI+eZI/N+tsLcsteZpaj2hFXlKBDDfNjNMUt16FHZAbW1UQY
|
||||
xtB1X1i14iR/50zlwiBkVm92ffvPYvp0/MLYRTx34uRVvYFM32Cj8tfmNSCh46Vy
|
||||
uyzNSWpOHbj1Rco6VA6iqItuLs7j7KXXeBUNYhNz9U5HZiziZ21OuCtWaaxjDLHy
|
||||
SNDwI0LqFr+GPgyHdrCcEtKsK+jfa/u2vN1CvDr+onUwqVNoUFI=
|
||||
=cCGR
|
||||
-----END PGP SIGNATURE-----
|
3
thunderbird-102.3.0.source.tar.xz
Normal file
3
thunderbird-102.3.0.source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36b57710ff7e502c6f68dca78c87958fa588a08494194b75dd52c17f6ca6f89d
|
||||
size 515366928
|
16
thunderbird-102.3.0.source.tar.xz.asc
Normal file
16
thunderbird-102.3.0.source.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEQ2D+IQnEl2MYb44h6+QekPbxL20FAmMjNCoACgkQ6+QekPbx
|
||||
L20tvxAAr4LsjzZ4KCeC7TPz+qKcVH1msZvsTShdcLZxEoAJidAJZGkxwVllUI1G
|
||||
7RSTZZLeYyxcs+GDTvVDCMNp20xeZvmGMWjtIH78TBRou0CBp/hfvj7VZPtoi+Ym
|
||||
h3a/Ir6ZcJvVReabEJtaJkLUXgLLuDAN0mH02MNVCYhu7xboWyPDpvDn7RSLcIkq
|
||||
ZOfWA6m+G3D3Ux8DoeDACYFoldNscA87C4iJXm2Iz0gcMJuSF2rqs9iSo0QMAOMD
|
||||
VR5znQlMNP3tWbKn92LAHH6G9kgKuc5Jg/jTdbCJd49ET08cp6bMHHYk8U+BzdQC
|
||||
WthaLHJfDNre3XQ+/aFmqVltPFN4BJ3bluPUPVlHXBojB212QTFht2e/QPJoNLVS
|
||||
VVQ2eX/gPPPOIhp+cLIy1bsHJiOnEIc1tmKkz0X6lfk1OoQLuYNNz6ot2W/TSLVh
|
||||
N3j1aGXRjaiIhMPmywNcKyvppVVKRrbThY96q+nJKoZb+M0GpFjs2OUnLKifnexM
|
||||
RsWehtWJ1L09LSO2JB+Q32FK5ZVFCJ3QXr86dVpuxvNCqrbJ/+o7NLj+HkQsqdCd
|
||||
y6ZlA87Qz4rN4uSOBv7WA2FBjemLrVLhndVFC3aYZ9zhTAYJjh3h7jq9I1vs+Wk1
|
||||
8PKeYCcjWhlQEO2AFEKY0fiKe9hRdnZBIJdHS+5TFPR52KrmxnQ=
|
||||
=14wZ
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user