[thunderbird] Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox

Martin Stransky stransky at fedoraproject.org
Thu Oct 17 10:34:40 UTC 2013


commit 2e63d723e553e33bc2c6400a08048a79a8d2e8cb
Author: Martin Stransky <stransky at redhat.com>
Date:   Thu Oct 17 12:34:31 2013 +0200

     Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox

 thunderbird.sh.in |    4 ++++
 thunderbird.spec  |    5 ++++-
 2 files changed, 8 insertions(+), 1 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 86ceed0..45e4721 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -54,7 +54,7 @@
 Summary:        Mozilla Thunderbird mail/newsgroup client
 Name:           thunderbird
 Version:        24.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 URL:            http://www.mozilla.org/projects/thunderbird/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -443,6 +443,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #===============================================================================
 
 %changelog
+* Thu Oct 17 2013 Martin Stransky <stransky at redhat.com> - 24.0-4
+- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
+
 * Wed Sep 25 2013 Jan Horak <jhorak at redhat.com> - 24.0-3
 - Update to 24.0
 


More information about the scm-commits mailing list