Accepting request 545445 from mozilla:Factory
- update to Thunderbird 52.5.0 (bsc#1068101) * Better support for Charter/Spectrum IMAP: Thunderbird will now detect Charter's IMAP service and send an additional IMAP select command to the server. Check the various preferences ending in "force_select" to see whether auto-detection has discovered this case. * In search folders spanning multiple base folders clicking on a message sometimes marked another message as read * IMAP alerts have been corrected and now show the correct server name in case of connection problems * POP alerts have been corrected and now indicate connection problems in case the configured POP server cannot be found MFSA 2017-26 * CVE-2017-7828 (bmo#1406750. bmo#1412252) Use-after-free of PressShell while restyling layout * CVE-2017-7830 (bmo#1408990) Cross-origin URL information leak through Resource Timing API * CVE-2017-7826 Memory safety bugs fixed in Firefox 57 and Firefox ESR 52.5 - Drop obsolete libgnomeui-devel BuildRequires: No longer needed. - Add explicit pkgconfig(gconf-2.0), pkgconfig(gobject-2.0), pkgconfig(gtk+-2.0), pkgconfig(gtk+-unix-print-2.0), pkgconfig(glib-2.0), pkgconfig(gobject-2.0) and pkgconfig(gdk-x11-2.0) BuildRequires: Previously pulled in by libgnomeui-devel, and is what configure really checks for. OBS-URL: https://build.opensuse.org/request/show/545445 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=185
This commit is contained in:
commit
85f67ddf70
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 22 10:02:35 UTC 2017 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to Thunderbird 52.5.0 (bsc#1068101)
|
||||||
|
* Better support for Charter/Spectrum IMAP: Thunderbird will now
|
||||||
|
detect Charter's IMAP service and send an additional IMAP select
|
||||||
|
command to the server. Check the various preferences ending in
|
||||||
|
"force_select" to see whether auto-detection has discovered this case.
|
||||||
|
* In search folders spanning multiple base folders clicking on a
|
||||||
|
message sometimes marked another message as read
|
||||||
|
* IMAP alerts have been corrected and now show the correct server
|
||||||
|
name in case of connection problems
|
||||||
|
* POP alerts have been corrected and now indicate connection problems
|
||||||
|
in case the configured POP server cannot be found
|
||||||
|
MFSA 2017-26
|
||||||
|
* CVE-2017-7828 (bmo#1406750. bmo#1412252)
|
||||||
|
Use-after-free of PressShell while restyling layout
|
||||||
|
* CVE-2017-7830 (bmo#1408990)
|
||||||
|
Cross-origin URL information leak through Resource Timing API
|
||||||
|
* CVE-2017-7826
|
||||||
|
Memory safety bugs fixed in Firefox 57 and Firefox ESR 52.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 10 22:12:18 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Drop obsolete libgnomeui-devel BuildRequires: No longer needed.
|
||||||
|
- Add explicit pkgconfig(gconf-2.0), pkgconfig(gobject-2.0),
|
||||||
|
pkgconfig(gtk+-2.0), pkgconfig(gtk+-unix-print-2.0),
|
||||||
|
pkgconfig(glib-2.0), pkgconfig(gobject-2.0) and
|
||||||
|
pkgconfig(gdk-x11-2.0) BuildRequires: Previously pulled in by
|
||||||
|
libgnomeui-devel, and is what configure really checks for.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 09:18:39 UTC 2017 - astieger@suse.com
|
Wed Oct 4 09:18:39 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mainversion 52.4.0
|
%define mainversion 52.5.0
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define releasedate 201710040000
|
%define releasedate 201711210000
|
||||||
|
|
||||||
%bcond_without mozilla_tb_kde4
|
%bcond_without mozilla_tb_kde4
|
||||||
%bcond_with mozilla_tb_valgrind
|
%bcond_with mozilla_tb_valgrind
|
||||||
@ -39,7 +39,6 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: hunspell-devel
|
BuildRequires: hunspell-devel
|
||||||
BuildRequires: libXcomposite-devel
|
BuildRequires: libXcomposite-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libgnomeui-devel
|
|
||||||
BuildRequires: libidl-devel
|
BuildRequires: libidl-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: mozilla-nspr-devel >= 4.13.1
|
BuildRequires: mozilla-nspr-devel >= 4.13.1
|
||||||
@ -52,6 +51,13 @@ BuildRequires: xorg-x11-libXt-devel
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
|
BuildRequires: pkgconfig(gconf-2.0) >= 1.2.1
|
||||||
|
BuildRequires: pkgconfig(gdk-x11-2.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.22
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0
|
||||||
|
BuildRequires: pkgconfig(gtk+-unix-print-2.0)
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(libpulse)
|
||||||
%if %{with mozilla_tb_valgrind}
|
%if %{with mozilla_tb_valgrind}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ff8e61e8497eedc3c4526d40bac0a1ef00621cebc68ef0bbd652c26edca0071d
|
oid sha256:1b49c2014db3bd6fc015c950f5f1b7dba25e99d89ac7646658514f6129976ae6
|
||||||
size 28372
|
size 28388
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
CHANNEL="esr52"
|
CHANNEL="esr52"
|
||||||
BRANCH="releases/comm-$CHANNEL"
|
BRANCH="releases/comm-$CHANNEL"
|
||||||
RELEASE_TAG="THUNDERBIRD_52_4_0_RELEASE"
|
RELEASE_TAG="THUNDERBIRD_52_5_0_RELEASE"
|
||||||
VERSION="52.4.0"
|
VERSION="52.5.0"
|
||||||
|
|
||||||
echo "cloning $BRANCH..."
|
echo "cloning $BRANCH..."
|
||||||
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:636948bdb506cf2a31cac5a0398166eb26ad119d7a0850b4dc648339ff0abb8b
|
|
||||||
size 26197408
|
|
3
l10n-52.5.0.tar.xz
Normal file
3
l10n-52.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a924cf19c3ecd601d2004ba0166b9b28f331153355ef5478358605aeb3650d0
|
||||||
|
size 26215464
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e89f460319d4671b86d99815300c27523d7a07a3952374f6ccfdc028cd59dc30
|
|
||||||
size 240372488
|
|
3
thunderbird-52.5.0-source.tar.xz
Normal file
3
thunderbird-52.5.0-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57246e6a6a3ae40f3ed21a2f43ee6589b2c77383af9f0d238ead262d0612a236
|
||||||
|
size 242215136
|
Loading…
Reference in New Issue
Block a user