From 69df40c46d254f04d7c6c0be48dbb0da8a68ac7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2013 07:00:39 +0100 Subject: Thunderbird 24.1 --- thunderbird.sh.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'thunderbird.sh.in') 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 -- cgit