Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2021-04-15 16:56:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Thu Apr 15 16:56:41 2021 rev:252 rq:884316 version:78.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2021-04-06 17:29:52.263129840 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.12324/MozillaThunderbird.changes
 2021-04-15 16:56:48.254616095 +0200
@@ -1,0 +2,19 @@
+Sat Apr 10 11:39:37 UTC 2021 - Wolfgang Rosenauer <w...@rosenauer.org>
+
+- Mozilla Thunderbird 78.9.1
+  * Support recipient aliases for OpenPGP encryption
+  * The key and signature parts of the message security popup on a
+    received message could not be selected for copy/paste
+  * Various UX and theme improvements
+  MFSA 2021-13
+  * CVE-2021-23991 (bmo#1673240)
+    An attacker may use Thunderbird's OpenPGP key refresh mechanism
+    to poison an existing key
+  * MOZ-2021-23992 (bmo#1666236)
+    A crafted OpenPGP key with an invalid user ID could be used to
+    confuse the user
+  * CVE-2021-23993 (bmo#1666360)
+    Inability to send encrypted OpenPGP email after importing a
+    crafted OpenPGP key
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.H0Kc7W/_old  2021-04-15 16:57:01.774637488 +0200
+++ /var/tmp/diff_new_pack.H0Kc7W/_new  2021-04-15 16:57:01.778637494 +0200
@@ -26,8 +26,8 @@
 # major 69
 # mainver %major.99
 %define major          78
-%define mainver        %major.9.0
-%define orig_version   78.9.0
+%define mainver        %major.9.1
+%define orig_version   78.9.1
 %define orig_suffix    %{nil}
 %define update_channel release
 %define source_prefix  thunderbird-%{orig_version}
@@ -61,12 +61,13 @@
 %define __requires_exclude 
^(libmoz.*|liblgpllibs.*|libxul.*|libldap.*|libldif.*|libprldap.*)$
 %define localize 1
 %define crashreporter 0
-%if 0%{?sle_version} > 150100
-# pipewire is too old on Leap <=15.1
-# Activate only on everything newer
 %define with_pipewire0_3 1
-%else
+%define wayland_supported 1
+%if 0%{?sle_version} > 0 && 0%{?sle_version} < 150200
+# pipewire is too old on Leap <=15.1
 %define with_pipewire0_3 0
+# Wayland is too old on Leap <=15.1 as well
+%define wayland_supported 0
 %endif
 
 Name:           %{pkgname}
@@ -399,10 +400,10 @@
 ac_add_options --includedir=%{_includedir}
 ac_add_options --enable-application=comm/mail
 ac_add_options --enable-release
-%if 0%{?sle_version} < 150200
-ac_add_options --enable-default-toolkit=cairo-gtk3
-%else
+%if 0%{wayland_supported}
 ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
+%else
+ac_add_options --enable-default-toolkit=cairo-gtk3
 %endif
 # bmo#1441155 - Disable the generation of Rust debug symbols on Linux32
 %ifarch %ix86 %arm
@@ -555,6 +556,7 @@
 sed "s:%%PREFIX:%{_prefix}:g
 s:%%PROGDIR:%{progdir}:g
 s:%%APPNAME:%{progname}:g
+s:%%WAYLAND_SUPPORTED:%{wayland_supported}:g
 s:%%PROFILE:.thunderbird:g" \
   %{SOURCE3} > %{buildroot}%{progdir}/%{progname}.sh
 chmod 755 %{buildroot}%{progdir}/%{progname}.sh

++++++ l10n-78.9.0.tar.xz -> l10n-78.9.1.tar.xz ++++++

++++++ mozilla.sh.in ++++++
--- /var/tmp/diff_new_pack.H0Kc7W/_old  2021-04-15 16:57:01.974637804 +0200
+++ /var/tmp/diff_new_pack.H0Kc7W/_new  2021-04-15 16:57:01.974637804 +0200
@@ -81,8 +81,12 @@
 # disable Gnome crash dialog (doesn't make sense anyway)
 export GNOME_DISABLE_CRASH_DIALOG=1
 
+# Wayland
+# Only supported on newer systems
+WAYLAND_SUPPORTED=%WAYLAND_SUPPORTED
+
 # $XDG_SESSION_TYPE should contain either x11 or wayland
-if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
+if [ $WAYLAND_SUPPORTED -eq 1 ] && [ "$XDG_SESSION_TYPE" = "wayland" ]; then
   export MOZ_ENABLE_WAYLAND=1
 fi
 

++++++ tar_stamps ++++++
--- /var/tmp/diff_new_pack.H0Kc7W/_old  2021-04-15 16:57:02.010637861 +0200
+++ /var/tmp/diff_new_pack.H0Kc7W/_new  2021-04-15 16:57:02.014637868 +0200
@@ -1,10 +1,10 @@
 PRODUCT="thunderbird"
 CHANNEL="esr78"
-VERSION="78.9.0"
+VERSION="78.9.1"
 VERSION_SUFFIX=""
-PREV_VERSION="78.8.1"
+PREV_VERSION="78.9.0"
 PREV_VERSION_SUFFIX=""
 #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
 RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr78";
-RELEASE_TAG="1a5cd2aa11de609116f258b413afcf113ed72f3a"
-RELEASE_TIMESTAMP="20210322094744"
+RELEASE_TAG="f3f1f4a0e32abbc74dfac8c697044c10d0d25cad"
+RELEASE_TIMESTAMP="20210406220621"

++++++ thunderbird-78.9.0.source.tar.xz -> thunderbird-78.9.1.source.tar.xz 
++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-78.9.0.source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new.12324/thunderbird-78.9.1.source.tar.xz
 differ: char 15, line 1

Reply via email to