Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
This commit is contained in:
parent
45b29d071a
commit
c6c7068dae
@ -196,7 +196,7 @@ if [ $MOZILLA_DOWN -ne 0 ]; then
|
|||||||
CURRENT_LOCALE=$LC_ALL
|
CURRENT_LOCALE=$LC_ALL
|
||||||
CURRENT_LOCALE=${CURRENT_LOCALE:-$LC_MESSAGES}
|
CURRENT_LOCALE=${CURRENT_LOCALE:-$LC_MESSAGES}
|
||||||
CURRENT_LOCALE=${CURRENT_LOCALE:-$LANG}
|
CURRENT_LOCALE=${CURRENT_LOCALE:-$LANG}
|
||||||
|
|
||||||
# Try with a local variant first, then without a local variant
|
# Try with a local variant first, then without a local variant
|
||||||
SHORTMOZLOCALE=`echo $CURRENT_LOCALE | sed "s|_\([^.]*\).*||g"`
|
SHORTMOZLOCALE=`echo $CURRENT_LOCALE | sed "s|_\([^.]*\).*||g"`
|
||||||
MOZLOCALE=`echo $CURRENT_LOCALE | sed "s|_\([^.]*\).*|-\1|g"`
|
MOZLOCALE=`echo $CURRENT_LOCALE | sed "s|_\([^.]*\).*|-\1|g"`
|
||||||
@ -222,6 +222,10 @@ if [ $MOZILLA_DOWN -ne 0 ]; then
|
|||||||
create_langpack_link $MOZLOCALE || create_langpack_link $SHORTMOZLOCALE || true
|
create_langpack_link $MOZLOCALE || create_langpack_link $SHORTMOZLOCALE || true
|
||||||
fi
|
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
|
# Prepare command line arguments
|
||||||
script_args=""
|
script_args=""
|
||||||
pass_arg_count=0
|
pass_arg_count=0
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 24.0
|
Version: 24.0
|
||||||
Release: 1%{?pre_tag}%{?dist}
|
Release: 2%{?pre_tag}%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -443,6 +443,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 17 2013 Martin Stransky <stransky@redhat.com> - 24.0-2
|
||||||
|
- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
|
||||||
|
|
||||||
* Fri Sep 13 2013 Martin Stransky <stransky@redhat.com> - 24.0-1
|
* Fri Sep 13 2013 Martin Stransky <stransky@redhat.com> - 24.0-1
|
||||||
- Update to 24.0
|
- Update to 24.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user