Accepting request 205266 from mozilla:Factory
- update to Thunderbird 24.1.0 (bnc#847708) * requires NSS 3.15.2 or above * MFSA 2013-93/CVE-2013-5590/CVE-2013-5591/CVE-2013-5592 Miscellaneous memory safety hazards * MFSA 2013-94/CVE-2013-5593 (bmo#868327) Spoofing addressbar through SELECT element * MFSA 2013-95/CVE-2013-5604 (bmo#914017) Access violation with XSLT and uninitialized data * MFSA 2013-96/CVE-2013-5595 (bmo#916580) Improperly initialized memory and overflows in some JavaScript functions * MFSA 2013-97/CVE-2013-5596 (bmo#910881) Writing to cycle collected object during image decoding * MFSA 2013-98/CVE-2013-5597 (bmo#918864) Use-after-free when updating offline cache * MFSA 2013-100/CVE-2013-5599/CVE-2013-5600/CVE-2013-5601 (bmo#915210, bmo#915576, bmo#916685) Miscellaneous use-after-free issues found through ASAN fuzzing * MFSA 2013-101/CVE-2013-5602 (bmo#897678) Memory corruption in workers * MFSA 2013-102/CVE-2013-5603 (bmo#916404) Use-after-free in HTML document templates OBS-URL: https://build.opensuse.org/request/show/205266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=125
This commit is contained in:
commit
780b4bcb59
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 17:18:23 UTC 2013 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- update to Thunderbird 24.1.0 (bnc#847708)
|
||||||
|
* requires NSS 3.15.2 or above
|
||||||
|
* MFSA 2013-93/CVE-2013-5590/CVE-2013-5591/CVE-2013-5592
|
||||||
|
Miscellaneous memory safety hazards
|
||||||
|
* MFSA 2013-94/CVE-2013-5593 (bmo#868327)
|
||||||
|
Spoofing addressbar through SELECT element
|
||||||
|
* MFSA 2013-95/CVE-2013-5604 (bmo#914017)
|
||||||
|
Access violation with XSLT and uninitialized data
|
||||||
|
* MFSA 2013-96/CVE-2013-5595 (bmo#916580)
|
||||||
|
Improperly initialized memory and overflows in some JavaScript
|
||||||
|
functions
|
||||||
|
* MFSA 2013-97/CVE-2013-5596 (bmo#910881)
|
||||||
|
Writing to cycle collected object during image decoding
|
||||||
|
* MFSA 2013-98/CVE-2013-5597 (bmo#918864)
|
||||||
|
Use-after-free when updating offline cache
|
||||||
|
* MFSA 2013-100/CVE-2013-5599/CVE-2013-5600/CVE-2013-5601
|
||||||
|
(bmo#915210, bmo#915576, bmo#916685)
|
||||||
|
Miscellaneous use-after-free issues found through ASAN fuzzing
|
||||||
|
* MFSA 2013-101/CVE-2013-5602 (bmo#897678)
|
||||||
|
Memory corruption in workers
|
||||||
|
* MFSA 2013-102/CVE-2013-5603 (bmo#916404)
|
||||||
|
Use-after-free in HTML document templates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 10 14:43:22 UTC 2013 - wr@rosenauer.org
|
Thu Oct 10 14:43:22 UTC 2013 - wr@rosenauer.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define mainversion 24.0.1
|
%define mainversion 24.1.0
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define gstreamer_ver 0.10
|
%define gstreamer_ver 0.10
|
||||||
%define with_kde 1
|
%define with_kde 1
|
||||||
@ -34,7 +34,7 @@ BuildRequires: libgnomeui-devel
|
|||||||
BuildRequires: libidl-devel
|
BuildRequires: libidl-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: mozilla-nspr-devel >= 4.10
|
BuildRequires: mozilla-nspr-devel >= 4.10
|
||||||
BuildRequires: mozilla-nss-devel >= 3.15.1
|
BuildRequires: mozilla-nss-devel >= 3.15.2
|
||||||
BuildRequires: nss-shared-helper-devel
|
BuildRequires: nss-shared-helper-devel
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
@ -50,7 +50,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
|
|||||||
%endif
|
%endif
|
||||||
Version: %{mainversion}
|
Version: %{mainversion}
|
||||||
Release: 0
|
Release: 0
|
||||||
%define releasedate 2013101000
|
%define releasedate 2013102400
|
||||||
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
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<size unit="G">9</size>
|
<size unit="G">9</size>
|
||||||
</disk>
|
</disk>
|
||||||
<memory>
|
<memory>
|
||||||
<size unit="M">3000</size>
|
<size unit="M">3500</size>
|
||||||
</memory>
|
</memory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:02a2655e062dff2649d2a3742de577a5a1e7ab0d68481b3c92403ae500c72edc
|
oid sha256:e6bbce3fd05986864a222ffd049afa9dd1b61254963a17327e6665e010207a88
|
||||||
size 29906
|
size 29912
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
CHANNEL="esr24"
|
CHANNEL="esr24"
|
||||||
BRANCH="releases/comm-$CHANNEL"
|
BRANCH="releases/comm-$CHANNEL"
|
||||||
RELEASE_TAG="THUNDERBIRD_24_0_1_RELEASE"
|
RELEASE_TAG="THUNDERBIRD_24_1_0_RELEASE"
|
||||||
VERSION="24.0.1"
|
VERSION="24.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:762a4c5d0233f816eeab2969f6f95294b13dfc9573fcd77df688dd7aaebc81aa
|
|
||||||
size 27937701
|
|
3
l10n-24.1.0.tar.bz2
Normal file
3
l10n-24.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c53204340619e5f86f745e92c9197495f41673f2b8fc10c6dabc3b06d899530
|
||||||
|
size 27959149
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:439505840f9775c090927051616e77c61aaf8c0ae8145643c6e6114166dc5078
|
|
||||||
size 142430472
|
|
3
thunderbird-24.1.0-source.tar.bz2
Normal file
3
thunderbird-24.1.0-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5265dd997c69a654872cf91bc1ce2561cfe494be7dc471e18533ec0594f0134
|
||||||
|
size 142424085
|
Loading…
Reference in New Issue
Block a user