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-06 17:29:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old) and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MozillaThunderbird" Tue Apr 6 17:29:06 2021 rev:251 rq:881213 version:78.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes 2021-03-12 13:31:44.342192810 +0100 +++ /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401/MozillaThunderbird.changes 2021-04-06 17:29:52.263129840 +0200 @@ -1,0 +2,21 @@ +Sat Mar 20 09:20:00 UTC 2021 - Wolfgang Rosenauer <w...@rosenauer.org> + +- Mozilla Thunderbird 78.9.0 + * bugfixes: + https://www.thunderbird.net/en-US/thunderbird/78.9.0/releasenotes + MFSA 2021-12 (boo#1183942) + * CVE-2021-23981 (bmo#1692832) + Texture upload into an unbound backing buffer resulted in an + out-of-bound read + * MOZ-2021-0002 (bmo#1691547) + Angle graphics library out of date + * CVE-2021-23982 (bmo#1677046) + Internal network hosts could have been probed by a malicious + webpage + * CVE-2021-23984 (bmo#1693664) + Malicious extensions could have spoofed popup information + * CVE-2021-23987 (bmo#1513519, bmo#1683439, bmo#1690169, bmo#1690718) + Memory safety bugs fixed in Firefox 87 and Firefox ESR 78.9 +- cleaned up and fixed mozilla.sh.in for wayland (boo#1177542) + +------------------------------------------------------------------- Old: ---- l10n-78.8.1.tar.xz thunderbird-78.8.1.source.tar.xz thunderbird-78.8.1.source.tar.xz.asc New: ---- l10n-78.9.0.tar.xz thunderbird-78.9.0.source.tar.xz thunderbird-78.9.0.source.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaThunderbird.spec ++++++ --- /var/tmp/diff_new_pack.gK9KgX/_old 2021-04-06 17:30:31.695174436 +0200 +++ /var/tmp/diff_new_pack.gK9KgX/_new 2021-04-06 17:30:31.695174436 +0200 @@ -26,8 +26,8 @@ # major 69 # mainver %major.99 %define major 78 -%define mainver %major.8.1 -%define orig_version 78.8.1 +%define mainver %major.9.0 +%define orig_version 78.9.0 %define orig_suffix %{nil} %define update_channel release %define source_prefix thunderbird-%{orig_version} @@ -62,13 +62,11 @@ %define localize 1 %define crashreporter 0 %if 0%{?sle_version} > 150100 -# pipewire and wayland is too old on Leap <=15.1 +# pipewire is too old on Leap <=15.1 # Activate only on everything newer %define with_pipewire0_3 1 -%define wayland_supported 1 %else %define with_pipewire0_3 0 -%define wayland_supported 0 %endif Name: %{pkgname} @@ -401,7 +399,7 @@ ac_add_options --includedir=%{_includedir} ac_add_options --enable-application=comm/mail ac_add_options --enable-release -%if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000 +%if 0%{?sle_version} < 150200 ac_add_options --enable-default-toolkit=cairo-gtk3 %else ac_add_options --enable-default-toolkit=cairo-gtk3-wayland @@ -557,7 +555,6 @@ 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.8.1.tar.xz -> l10n-78.9.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-78.8.1.tar.xz /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401/l10n-78.9.0.tar.xz differ: char 26, line 1 ++++++ mozilla.sh.in ++++++ --- /var/tmp/diff_new_pack.gK9KgX/_old 2021-04-06 17:30:31.931174703 +0200 +++ /var/tmp/diff_new_pack.gK9KgX/_new 2021-04-06 17:30:31.931174703 +0200 @@ -70,15 +70,6 @@ export MOZ_APP_LAUNCHER="/usr/bin/$MOZ_APPNAME" fi -mozilla_lib=`file $MOZ_PROGRAM` -LIB=lib -echo $mozilla_lib | grep -q -E 'ELF.64-bit.*(x86-64|S/390|PowerPC)' && LIB=lib64 - -BROWSER_PLUGIN_DIR=/usr/$LIB/browser-plugins -if [ ! -d $BROWSER_PLUGIN_DIR ]; then - BROWSER_PLUGIN_DIR=/opt/netscape/plugins -fi - MOZILLA_FIVE_HOME="$MOZ_DIST_LIB" export MOZILLA_FIVE_HOME LD_LIBRARY_PATH=$MOZ_DIST_LIB${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} @@ -90,26 +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 [ $WAYLAND_SUPPORTED -eq 1 ] && [ "$XDG_SESSION_TYPE" = "wayland" ]; then +if [ "$XDG_SESSION_TYPE" = "wayland" ]; then export MOZ_ENABLE_WAYLAND=1 fi ## -if [ -z "$MOZ_PLUGIN_PATH" ]; then - export MOZ_PLUGIN_PATH=$BROWSER_PLUGIN_DIR -else - # make sure that BROWSER_PLUGIN_DIR is in MOZ_PLUGIN_PATH - echo "$MOZ_PLUGIN_PATH" | grep "$BROWSER_PLUGIN_DIR" 2>&1 >/dev/null - _retval=$? - if [ ${_retval} -ne 0 ]; then - export MOZ_PLUGIN_PATH=$MOZ_PLUGIN_PATH:$BROWSER_PLUGIN_DIR - fi -fi moz_debug=0 script_args="" ++++++ tar_stamps ++++++ --- /var/tmp/diff_new_pack.gK9KgX/_old 2021-04-06 17:30:31.971174749 +0200 +++ /var/tmp/diff_new_pack.gK9KgX/_new 2021-04-06 17:30:31.971174749 +0200 @@ -1,10 +1,10 @@ PRODUCT="thunderbird" CHANNEL="esr78" -VERSION="78.8.1" +VERSION="78.9.0" VERSION_SUFFIX="" -PREV_VERSION="78.8.0" +PREV_VERSION="78.8.1" PREV_VERSION_SUFFIX="" #SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation RELEASE_REPO="https://hg.mozilla.org/releases/comm-esr78" -RELEASE_TAG="41dfa822c6c0b3cfda385548a394ae42d01249a4" -RELEASE_TIMESTAMP="20210304234616" +RELEASE_TAG="1a5cd2aa11de609116f258b413afcf113ed72f3a" +RELEASE_TIMESTAMP="20210322094744" ++++++ thunderbird-78.8.1.source.tar.xz -> thunderbird-78.9.0.source.tar.xz ++++++ /work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-78.8.1.source.tar.xz /work/SRC/openSUSE:Factory/.MozillaThunderbird.new.2401/thunderbird-78.9.0.source.tar.xz differ: char 15, line 1