diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-10-31 07:00:39 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-10-31 07:00:39 +0100 | 
| commit | 69df40c46d254f04d7c6c0be48dbb0da8a68ac7c (patch) | |
| tree | 9244f37a27cfc0a59f64e441f6d247976c737c55 | |
| parent | 8ec1ea7a6a0717343f101cd6173d36922cdc1cc3 (diff) | |
Thunderbird 24.1
| -rw-r--r-- | thunderbird.sh.in | 4 | ||||
| -rw-r--r-- | thunderbird.spec | 17 | 
2 files changed, 19 insertions, 2 deletions
diff --git a/thunderbird.sh.in b/thunderbird.sh.in index 8c92010..badc70e 100644 --- a/thunderbird.sh.in +++ b/thunderbird.sh.in @@ -118,6 +118,10 @@ if [ $MOZILLA_DOWN -ne 0 ]; then      create_langpack_link $SHORTMOZLOCALE || create_langpack_link $MOZLOCALE || true  fi +# BEAST fix (rhbz#1005611) +NSS_SSL_CBC_RANDOM_IV=${NSS_SSL_CBC_RANDOM_IV-1} +export NSS_SSL_CBC_RANDOM_IV +  # Prepare command line arguments  script_args=""  pass_arg_count=0 diff --git a/thunderbird.spec b/thunderbird.spec index 8d3d77b..b7656ae 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -68,14 +68,14 @@  Summary:        Mozilla Thunderbird mail/newsgroup client  Name:           thunderbird -Version:        24.0 +Version:        24.1.0  Release:        1%{?dist}  URL:            http://www.mozilla.org/projects/thunderbird/  License:        MPLv1.1 or GPLv2+ or LGPLv2+  Group:          Applications/Internet  Source0:        ftp://ftp.mozilla.org/pub/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.bz2  %if %{build_langpacks} -Source1:        thunderbird-langpacks-%{version}-20130916.tar.xz +Source1:        thunderbird-langpacks-%{version}-20131030.tar.xz  %endif  Source10:       thunderbird-mozconfig  Source11:       thunderbird-mozconfig-branded @@ -156,6 +156,7 @@ BuildRequires:  libvpx-devel >= %{libvpx_version}  %endif  %if 0%{?rhel} == 6  BuildRequires:   python27 +BuildRequires:   devtoolset-2-toolchain  %endif  Requires:       mozilla-filesystem @@ -299,6 +300,7 @@ echo "ac_add_options --disable-webrtc" >> .mozconfig  %build  %if 0%{?rhel} == 6  . /opt/rh/python27/enable +. /opt/rh/devtoolset-2/enable  %endif  cd %{tarballdir} @@ -351,6 +353,7 @@ make -C objdir buildsymbols  %install  %if 0%{?rhel} == 6  . /opt/rh/python27/enable +. /opt/rh/devtoolset-2/enable  %endif  cd %{tarballdir}/objdir @@ -535,6 +538,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :  #===============================================================================  %changelog +* Wed Oct 30 2013 Remi Collet <RPMS@FamilleCollet.com> - 24.1.0-1 +- sync with rawhide, update to 24.1.0 +- enable python27 and devtoolset-2 (gcc 4.8) for EL-6 + +* Wed Oct 30 2013 Jan Horak <jhorak@redhat.com> - 24.1.0-1 +- Update to 24.1.0 + +* Thu Oct 17 2013 Martin Stransky <stransky@redhat.com> - 24.0-4 +- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox +  * Wed Sep 18 2013 Remi Collet <RPMS@FamilleCollet.com> - 24.0-1  - Update to 24.0, sync with rawhide  | 
