From 4431bfb10b6f822e676a9b79c98f2c2648f194e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Oct 2013 19:24:17 +0100 Subject: Xulrunner / Firefox 25.0 --- firefox.sh.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index db9f6f3..7964d3a 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -187,7 +187,7 @@ if [ $MOZILLA_DOWN -ne 0 ]; then CURRENT_LOCALE=$LC_ALL CURRENT_LOCALE=${CURRENT_LOCALE:-$LC_MESSAGES} CURRENT_LOCALE=${CURRENT_LOCALE:-$LANG} - + # Try with a local variant first, then without a local variant SHORTMOZLOCALE=`echo $CURRENT_LOCALE | sed "s|_\([^.]*\).*||g"` MOZLOCALE=`echo $CURRENT_LOCALE | sed "s|_\([^.]*\).*|-\1|g"` @@ -213,6 +213,10 @@ if [ $MOZILLA_DOWN -ne 0 ]; then create_langpack_link $MOZLOCALE || create_langpack_link $SHORTMOZLOCALE || 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