summaryrefslogtreecommitdiffstats
path: root/thunderbird.sh.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-31 07:00:39 +0100
committerRemi Collet <fedora@famillecollet.com>2013-10-31 07:00:39 +0100
commit69df40c46d254f04d7c6c0be48dbb0da8a68ac7c (patch)
tree9244f37a27cfc0a59f64e441f6d247976c737c55 /thunderbird.sh.in
parent8ec1ea7a6a0717343f101cd6173d36922cdc1cc3 (diff)
Thunderbird 24.1
Diffstat (limited to 'thunderbird.sh.in')
-rw-r--r--thunderbird.sh.in4
1 files changed, 4 insertions, 0 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