forked from pool/MozillaThunderbird
- update to Thunderbird 38.1.0 (bnc#935979)
* MFSA 2015-59/CVE-2015-2724/CVE-2015-2725 Miscellaneous memory safety hazards * MFSA 2015-60/CVE-2015-2727 (bmo#1163422) Local files or privileged URLs in pages can be opened into new tabs * MFSA 2015-61/CVE-2015-2728 (bmo#1142210) Type confusion in Indexed Database Manager * MFSA 2015-62/CVE-2015-2729 (bmo#1122218) Out-of-bound read while computing an oscillator rendering range in Web Audio * MFSA 2015-63/CVE-2015-2731 (bmo#1149891) Use-after-free in Content Policy due to microtask execution error * MFSA 2015-64/CVE-2015-2730 (bmo#1125025) ECDSA signature validation fails to handle some signatures correctly (this fix is shipped by NSS 3.19.1 externally) * MFSA 2015-65/CVE-2015-2722/CVE-2015-2733 (bmo#1166924, bmo#1169867) Use-after-free in workers while using XMLHttpRequest * MFSA 2015-66/CVE-2015-2734/CVE-2015-2735/CVE-2015-2736/CVE-2015-2737 CVE-2015-2738/CVE-2015-2739/CVE-2015-2740 Vulnerabilities found through code inspection * MFSA 2015-67/CVE-2015-2741 (bmo#1147497) Key pinning is ignored when overridable errors are encountered * MFSA 2015-69/CVE-2015-2743 (bmo#1163109) Privilege escalation in PDF.js * MFSA 2015-70/CVE-2015-4000 (bmo#1138554) NSS accepts export-length DHE keys with regular DHE cipher suites (this fix is shipped by NSS 3.19.1 externally) * MFSA 2015-71/CVE-2015-2721 (bmo#1086145) NSS incorrectly permits skipping of ServerKeyExchange (this fix is shipped by NSS 3.19.1 externally) - requires NSS 3.19.2 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=287
This commit is contained in:
parent
c16dd81a2f
commit
ee16cb9334
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 8 07:10:59 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to Thunderbird 38.1.0 (bnc#935979)
|
||||||
|
* MFSA 2015-59/CVE-2015-2724/CVE-2015-2725
|
||||||
|
Miscellaneous memory safety hazards
|
||||||
|
* MFSA 2015-60/CVE-2015-2727 (bmo#1163422)
|
||||||
|
Local files or privileged URLs in pages can be opened into new tabs
|
||||||
|
* MFSA 2015-61/CVE-2015-2728 (bmo#1142210)
|
||||||
|
Type confusion in Indexed Database Manager
|
||||||
|
* MFSA 2015-62/CVE-2015-2729 (bmo#1122218)
|
||||||
|
Out-of-bound read while computing an oscillator rendering range in Web Audio
|
||||||
|
* MFSA 2015-63/CVE-2015-2731 (bmo#1149891)
|
||||||
|
Use-after-free in Content Policy due to microtask execution error
|
||||||
|
* MFSA 2015-64/CVE-2015-2730 (bmo#1125025)
|
||||||
|
ECDSA signature validation fails to handle some signatures correctly
|
||||||
|
(this fix is shipped by NSS 3.19.1 externally)
|
||||||
|
* MFSA 2015-65/CVE-2015-2722/CVE-2015-2733 (bmo#1166924, bmo#1169867)
|
||||||
|
Use-after-free in workers while using XMLHttpRequest
|
||||||
|
* MFSA 2015-66/CVE-2015-2734/CVE-2015-2735/CVE-2015-2736/CVE-2015-2737
|
||||||
|
CVE-2015-2738/CVE-2015-2739/CVE-2015-2740
|
||||||
|
Vulnerabilities found through code inspection
|
||||||
|
* MFSA 2015-67/CVE-2015-2741 (bmo#1147497)
|
||||||
|
Key pinning is ignored when overridable errors are encountered
|
||||||
|
* MFSA 2015-69/CVE-2015-2743 (bmo#1163109)
|
||||||
|
Privilege escalation in PDF.js
|
||||||
|
* MFSA 2015-70/CVE-2015-4000 (bmo#1138554)
|
||||||
|
NSS accepts export-length DHE keys with regular DHE cipher suites
|
||||||
|
(this fix is shipped by NSS 3.19.1 externally)
|
||||||
|
* MFSA 2015-71/CVE-2015-2721 (bmo#1086145)
|
||||||
|
NSS incorrectly permits skipping of ServerKeyExchange
|
||||||
|
(this fix is shipped by NSS 3.19.1 externally)
|
||||||
|
- requires NSS 3.19.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 19 17:00:11 UTC 2015 - wr@rosenauer.org
|
Fri Jun 19 17:00:11 UTC 2015 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mainversion 38.0.1
|
%define mainversion 38.1.0
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
|
|
||||||
%if %suse_version > 1210
|
%if %suse_version > 1210
|
||||||
@ -43,7 +43,7 @@ BuildRequires: libgnomeui-devel
|
|||||||
BuildRequires: libidl-devel
|
BuildRequires: libidl-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: mozilla-nspr-devel >= 4.10.8
|
BuildRequires: mozilla-nspr-devel >= 4.10.8
|
||||||
BuildRequires: mozilla-nss-devel >= 3.18.1
|
BuildRequires: mozilla-nss-devel >= 3.19.2
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@ -69,7 +69,7 @@ Recommends: gstreamer-0_10-plugins-ffmpeg
|
|||||||
%endif
|
%endif
|
||||||
Version: %{mainversion}
|
Version: %{mainversion}
|
||||||
Release: 0
|
Release: 0
|
||||||
%define releasedate 2015061900
|
%define releasedate 2015070700
|
||||||
Provides: thunderbird = %{version}
|
Provides: thunderbird = %{version}
|
||||||
%if %{with_kde}
|
%if %{with_kde}
|
||||||
# this is needed to match this package with the kde4 helper package without the main package
|
# this is needed to match this package with the kde4 helper package without the main package
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d2e2c1c42bb7cb5ace5335714f1ac3e757079d93c5da1f9651b9ac48b6159799
|
oid sha256:d0e19e29cbbb7a54129b8ead00b863f5339301cac0821a7a0fe651323b3f880d
|
||||||
size 28424
|
size 28444
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
CHANNEL="esr38"
|
CHANNEL="esr38"
|
||||||
BRANCH="releases/comm-$CHANNEL"
|
BRANCH="releases/comm-$CHANNEL"
|
||||||
RELEASE_TAG="THUNDERBIRD_38_0_1_RELEASE"
|
RELEASE_TAG="THUNDERBIRD_38_1_0_RELEASE"
|
||||||
VERSION="38.0.1"
|
VERSION="38.1.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:e322189e9ba4fe5e4ce644707f8b8405ac2a52bdadd9e7c9a9a82a3301f36f7d
|
|
||||||
size 21419620
|
|
3
l10n-38.1.0.tar.xz
Normal file
3
l10n-38.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1092145e62e70bafce2aa31a4663e42dd0f8a738c630fe8f02f9bd81a8cfeeb
|
||||||
|
size 21427456
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ac1ad9858ffc032c1114781425008d867e86d297f8a98ebf6fa79de631d801c3
|
|
||||||
size 173829896
|
|
3
thunderbird-38.1.0-source.tar.xz
Normal file
3
thunderbird-38.1.0-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3901dc5137800f657f22525d7d97b04fe08cec12e89e42de0beaad5fd0cdf73
|
||||||
|
size 174150344
|
Loading…
Reference in New Issue
Block a user