Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2023-06-11 19:54:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Sun Jun 11 19:54:52 2023 rev:311 rq:1091973 version:102.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2023-05-27 20:38:50.067086049 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.15902/MozillaThunderbird.changes
 2023-06-11 19:57:40.600026783 +0200
@@ -1,0 +2,19 @@
+Sun Jun  4 08:22:58 UTC 2023 - Wolfgang Rosenauer <[email protected]>
+
+- Mozilla Thunderbird 102.12.0:
+  MFSA 2023-21 (bsc#1211922)
+  * CVE-2023-34414 (bmo#1695986)
+    Click-jacking certificate exceptions through rendering lag
+  * CVE-2023-34416 (bmo#1752703, bmo#1818394, bmo#1826875,
+    bmo#1827340, bmo#1827655, bmo#1828065, bmo#1830190,
+    bmo#1830206, bmo#1830795, bmo#1833339)
+    Memory safety bugs fixed in Thunderbird 102.12
+  * fixed: "Searching the directory for recipients certificates"
+    popup could block compose window when "S/MIME reminder" was
+    enabled and using an LDAP address book (bmo#1833651)
+  * fixed: Some elements still used animations with "prefers-
+    reduced-motion" set (bmo#1833353)
+  * fixed: Visual and theme improvements
+    (bmo#1832943,bmo#1832990)
+
+-------------------------------------------------------------------
@@ -5,4 +24,15 @@
-  * fixed POP3 regressions ins 102.11.1
-  * https://www.thunderbird.net/en-US/thunderbird/102.11.2/releasenotes/
-  Thunderbird 102.11.1
-  * https://www.thunderbird.net/en-US/thunderbird/102.11.1/releasenotes/
+  * fixed: Thunderbird 102.11.1 contained POP3 client regressions
+    with offline mode and TLS certificate overrides
+    (bmo#1801286,bmo#1816596,bmo#1798785)
+- Includes changes from Thunderbird 102.11.1
+  * fixed: POP message retrieval stopped after a network error
+    occurred and connectivity was restored (bmo#1798785)
+  * fixed: Reused SMTP connections sometimes silently
+    disconnected, causing timeouts (bmo#1766382)
+  * fixed: Thunderbird could freeze if saving a sent message to
+    IMAP failed (bmo#1745130)
+  * fixed: Creating OpenPGP keys with no expiration was not
+    possible (bmo#1830094)
+  * fixed: News reader did not always issue GROUP command after
+    authentication with remote server, preventing Thundebird from
+    displaying or refreshing news from the server (bmo#1824377)

Old:
----
  l10n-102.11.2.tar.xz
  thunderbird-102.11.2.source.tar.xz
  thunderbird-102.11.2.source.tar.xz.asc

New:
----
  l10n-102.12.0.tar.xz
  thunderbird-102.12.0.source.tar.xz
  thunderbird-102.12.0.source.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.5USlm1/_old  2023-06-11 19:57:48.664075412 +0200
+++ /var/tmp/diff_new_pack.5USlm1/_new  2023-06-11 19:57:48.668075435 +0200
@@ -29,8 +29,8 @@
 # major 69
 # mainver %major.99
 %define major          102
-%define mainver        %major.11.2
-%define orig_version   102.11.2
+%define mainver        %major.12.0
+%define orig_version   102.12.0
 %define orig_suffix    %{nil}
 %define update_channel release
 %define source_prefix  thunderbird-%{orig_version}

++++++ l10n-102.11.2.tar.xz -> l10n-102.12.0.tar.xz ++++++

++++++ mozilla-llvm16.patch ++++++
--- /var/tmp/diff_new_pack.5USlm1/_old  2023-06-11 19:57:48.852076545 +0200
+++ /var/tmp/diff_new_pack.5USlm1/_new  2023-06-11 19:57:48.856076569 +0200
@@ -14,44 +14,6 @@
 
 Co-Authored-by: Patrick Walton <[email protected]>
 
-From c03b37697a1e117995ea76203e5c0ce7d6696c4e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= <[email protected]>
-Date: Wed, 9 Nov 2022 13:33:19 +0100
-Subject: [PATCH] ir: Don't crash with built-in unexposed types from libclang.
-
-This fixes #2325.
-
-The issue is that `__bf16` is not exposed at all by libclang, which
-causes us to crash. It's a bit of a shame libclang doesn't expose it but
-there's no rust equivalent I think, so this should be ok for now.
-
-Unfortunately no test because the header crashes older clang versions.
-
-diff --git a/Cargo.lock b/Cargo.lock
-index 163674ec5d..28456ee0ba 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -394,8 +394,6 @@ dependencies = [
- [[package]]
- name = "bindgen"
- version = "0.56.0"
--source = "registry+https://github.com/rust-lang/crates.io-index";
--checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
- dependencies = [
-  "bitflags",
-  "cexpr",
-diff --git a/Cargo.toml b/Cargo.toml
-index d918adae95..dddd1298f7 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -117,6 +117,7 @@ packed_simd = { package = "packed_simd_2", git = 
"https://github.com/hsivonen/pa
- midir = { git = "https://github.com/mozilla/midir.git";, rev = 
"4c11f0ffb5d6a10de4aff40a7b81218b33b94e6f" }
- minidump_writer_linux = { git = 
"https://github.com/rust-minidump/minidump-writer.git";, rev = 
"75ada456c92a429704691a85e1cb42fef8cafc0d" }
- glslopt = { path = "third_party/rust/glslopt/" }
-+bindgen = { path = "third_party/rust/bindgen/" }
- 
- # Patch mio 0.6 to use winapi 0.3 and miow 0.3, getting rid of winapi 0.2.
- # There is not going to be new version of mio 0.6, mio now being >= 0.7.11.
 diff --git a/third_party/rust/bindgen/src/clang.rs 
b/third_party/rust/bindgen/src/clang.rs
 index 488660c434..ef74ac08c2 100644
 --- a/third_party/rust/bindgen/src/clang.rs

++++++ tar_stamps ++++++
--- /var/tmp/diff_new_pack.5USlm1/_old  2023-06-11 19:57:48.948077124 +0200
+++ /var/tmp/diff_new_pack.5USlm1/_new  2023-06-11 19:57:48.952077148 +0200
@@ -1,11 +1,11 @@
 PRODUCT="thunderbird"
 CHANNEL="esr102"
-VERSION="102.11.2"
+VERSION="102.12.0"
 VERSION_SUFFIX=""
-PREV_VERSION="102.11.0"
+PREV_VERSION="102.11.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="c406f857789ca8a8943b895f4cadfc61921860ab"
-RELEASE_TIMESTAMP="20230526152851"
+RELEASE_TAG="9d42734e12597ccdb59fee178bf369d8c328dcad"
+RELEASE_TIMESTAMP="20230604001933"
 

++++++ thunderbird-102.11.2.source.tar.xz -> thunderbird-102.12.0.source.tar.xz 
++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-102.11.2.source.tar.xz
 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.15902/thunderbird-102.12.0.source.tar.xz
 differ: char 15, line 1

Reply via email to