CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/03/24 15:11:37
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches: patch-browser_installer_Makefile_in
patch-extensions_auth_nsAuthGSSAPI_cpp
patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp
patch-toolkit_components_downloads_nsDownloadManager_cpp
www/mozilla-firefox/pkg: PLIST
www/firefox-i18n: Makefile.inc distinfo
Added files:
www/mozilla-firefox/files: all-openbsd.js
Removed files:
www/mozilla-firefox/patches:
patch-browser_app_profile_firefox_js
patch-js_src_ctypes_libffi_configure
patch-js_src_ctypes_libffi_src_mips_ffi_c
patch-js_src_ctypes_libffi_src_mips_ffitarget_h
patch-js_src_ctypes_libffi_src_x86_freebsd_S
Log message:
Update to firefox 28.0.
- See http://www.mozilla.org/en-US/firefox/28.0/releasenotes/
- Fixes MFSA 2014-15->32
- add an all-openbsd.js file to modify default preferences instead of
patching browser/app/profile/firefox.js like pigs. Install it in
browser/defaults/preferences/ so that it is effective by default for
newer profiles. Currently, we only use it to disable safebrowsing
feature..
- remove libffi patches, were merged upstream in #928390 and #928381