Accepting request 256558 from mozilla:Factory
- update to Thunderbird 31.2.0 (bnc#900941) * MFSA 2014-74/CVE-2014-1574 Miscellaneous memory safety hazards * MFSA 2014-75/CVE-2014-1576 (bmo#1041512) Buffer overflow during CSS manipulation * MFSA 2014-76/CVE-2014-1577 (bmo#1012609) Web Audio memory corruption issues with custom waveforms * MFSA 2014-77/CVE-2014-1578 (bmo#1063327) Out-of-bounds write with WebM video * MFSA 2014-79/CVE-2014-1581 (bmo#1068218) Use-after-free interacting with text directionality * MFSA 2014-81/CVE-2014-1585/CVE-2014-1586 (bmo#1062876, bmo#1062981) Inconsistent video sharing within iframe - added basic appdata definition - update to Thunderbird 31.1.2 OBS-URL: https://build.opensuse.org/request/show/256558 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=138
This commit is contained in:
commit
bfc496d781
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 22:47:42 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
- update to Thunderbird 31.2.0 (bnc#900941)
|
||||
* MFSA 2014-74/CVE-2014-1574
|
||||
Miscellaneous memory safety hazards
|
||||
* MFSA 2014-75/CVE-2014-1576 (bmo#1041512)
|
||||
Buffer overflow during CSS manipulation
|
||||
* MFSA 2014-76/CVE-2014-1577 (bmo#1012609)
|
||||
Web Audio memory corruption issues with custom waveforms
|
||||
* MFSA 2014-77/CVE-2014-1578 (bmo#1063327)
|
||||
Out-of-bounds write with WebM video
|
||||
* MFSA 2014-79/CVE-2014-1581 (bmo#1068218)
|
||||
Use-after-free interacting with text directionality
|
||||
* MFSA 2014-81/CVE-2014-1585/CVE-2014-1586 (bmo#1062876, bmo#1062981)
|
||||
Inconsistent video sharing within iframe
|
||||
- added basic appdata definition
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 09:15:02 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
- update to Thunderbird 31.1.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 12:53:41 UTC 2014 - wolfgang@rosenauer.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define mainversion 31.1.1
|
||||
%define mainversion 31.2.0
|
||||
%define update_channel release
|
||||
|
||||
%if %suse_version > 1210
|
||||
@ -43,7 +43,7 @@ BuildRequires: libgnomeui-devel
|
||||
BuildRequires: libidl-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: mozilla-nspr-devel >= 4.10.6
|
||||
BuildRequires: mozilla-nss-devel >= 3.16.2
|
||||
BuildRequires: mozilla-nss-devel >= 3.16.5
|
||||
BuildRequires: nss-shared-helper-devel
|
||||
BuildRequires: python
|
||||
BuildRequires: startup-notification-devel
|
||||
@ -70,7 +70,7 @@ Recommends: gstreamer-0_10-plugins-ffmpeg
|
||||
%endif
|
||||
Version: %{mainversion}
|
||||
Release: 0
|
||||
%define releasedate 2014090900
|
||||
%define releasedate 2014101200
|
||||
Provides: thunderbird = %{version}
|
||||
%if %{with_kde}
|
||||
# this is needed to match this package with the kde4 helper package without the main package
|
||||
@ -91,6 +91,7 @@ Source4: l10n-%{version}.tar.xz
|
||||
Source6: suse-default-prefs.js
|
||||
Source7: find-external-requires.sh
|
||||
Source8: thunderbird-rpmlintrc
|
||||
Source9: thunderbird.appdata.xml
|
||||
Source10: create-tar.sh
|
||||
Source11: compare-locales.tar.xz
|
||||
Source12: kde.js
|
||||
@ -351,6 +352,9 @@ install -m 644 %{SOURCE1} \
|
||||
sed "s:%%PROGDIR:%{progdir}:g" \
|
||||
%{SOURCE2} > $RPM_BUILD_ROOT%{progdir}/add-plugins.sh
|
||||
chmod 755 $RPM_BUILD_ROOT%{progdir}/add-plugins.sh
|
||||
# appdata
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||
cp %{SOURCE9} $RPM_BUILD_ROOT%{_datadir}/appdata/%{desktop_file_name}.appdata.xml
|
||||
# apply SUSE defaults
|
||||
sed -e 's,RPM_VERSION,%{mainversion},g
|
||||
s,GSSAPI,%{libgssapi},g' \
|
||||
@ -490,6 +494,7 @@ exit 0
|
||||
%{progdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
|
||||
%{progdir}/isp/
|
||||
%{progdir}/searchplugins/
|
||||
%{_datadir}/appdata/
|
||||
%{_datadir}/applications/%{desktop_file_name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{progname}.png
|
||||
%{_bindir}/%{progname}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2ae50611ed0530bf6812ab6cdde22cea428adb9e28270f681d19e585f349241
|
||||
size 27908
|
||||
oid sha256:2b10731386db6c9d1cadea28b7949d6f582a92dcc9f4832a7a609acfbfadf3de
|
||||
size 28392
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
CHANNEL="esr31"
|
||||
BRANCH="releases/comm-$CHANNEL"
|
||||
RELEASE_TAG="THUNDERBIRD_31_1_1_RELEASE"
|
||||
VERSION="31.1.1"
|
||||
RELEASE_TAG="THUNDERBIRD_31_2_0_RELEASE"
|
||||
VERSION="31.2.0"
|
||||
|
||||
echo "cloning $BRANCH..."
|
||||
hg clone http://hg.mozilla.org/$BRANCH thunderbird
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:574cce62ed1324c31afa6c22e1dc4d0510c10ad53c053125ea74cbab301a627c
|
||||
size 19981552
|
3
l10n-31.2.0.tar.xz
Normal file
3
l10n-31.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55249f17605c558bd7b31df6df1135a5904286fb04e608f723d152b7f2d9236f
|
||||
size 20747412
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:767f47f379816ba3c89adf7ffbaa02d3204c9e6cde0773b4566c8f2e1f935d9c
|
||||
size 142765436
|
3
thunderbird-31.2.0-source.tar.xz
Normal file
3
thunderbird-31.2.0-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5ad20be1a95741c8b2bba8ec51ac0cde36846d8e387f8555c1ebd4080e5211b
|
||||
size 144772772
|
38
thunderbird.appdata.xml
Normal file
38
thunderbird.appdata.xml
Normal file
@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
||||
|
||||
<!-- HOUSEKEEPING, REMOVE THIS COMMENT WHEN THIS GOES UPSTREAM
|
||||
BugReportURL: https://bugzilla.mozilla.org/show_bug.cgi?id=1071065
|
||||
SentUpstream: 2014-09-22
|
||||
-->
|
||||
|
||||
<application>
|
||||
<id type="desktop">thunderbird.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<description>
|
||||
<p>
|
||||
Thunderbird is an email client that allows you to read, write and organise all
|
||||
of your email messages. It is compatible with most email accounts, including the
|
||||
most popular webmail services.
|
||||
</p>
|
||||
<p>
|
||||
Thunderbird is designed by Mozilla, a global community working together to make
|
||||
the Internet better. Mozilla believe that the Internet should be open, public,
|
||||
and accessible to everyone without any restrictions.
|
||||
</p>
|
||||
<ul>
|
||||
<li>Easier than ever to set up a new e-mail account</li>
|
||||
<li>Awesome search allows you to find your messages fast</li>
|
||||
<li>Thousands of add-ons give you the freedom to make Thunderbird your own</li>
|
||||
</ul>
|
||||
</description>
|
||||
<url type="homepage">http://www.mozilla.org/thunderbird/</url>
|
||||
<!--
|
||||
<screenshots>
|
||||
<screenshot type="default">FIXME</screenshot>
|
||||
</screenshots>
|
||||
-->
|
||||
<!-- FIXME: change this to an upstream email address for spec updates
|
||||
<updatecontact>someone_who_cares@upstream_project.org</updatecontact>
|
||||
-->
|
||||
</application>
|
Loading…
Reference in New Issue
Block a user