CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/06/28 07:13:15
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches:
patch-gfx_webrender_bindings_webrender_ffi_h
patch-third_party_libwebrtc_common_audio_third_party_ooura_fft_size_128_gn_moz_build
patch-toolkit_components_downloads_DownloadIntegration_jsm
www/mozilla-firefox/pkg: PLIST
www/firefox-i18n: Makefile.inc distinfo
Added files:
www/mozilla-firefox/files: pledge.utility
pledge.utility-audioDecoder
unveil.utility
unveil.utility-audioDecoder
www/mozilla-firefox/patches:
patch-toolkit_components_processtools_ProcInfo_linux_cpp
patch-toolkit_xre_glxtest_cpp
Log message:
www/mozilla-firefox: update to 102.0.
see https://www.mozilla.org/en-US/firefox/102.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-24/
- add pledge/unveil configs for the new 'audioDecoder' subprocess.
- add patch from gkoehler@ implementing about:processes (#1772090)
- add patch from #1776713 to silence gfx hw lookup via libpci.so we
don't have, resulting in msgs on stderr:
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci
missing (t=0.795265) [GFX1-]: glxtest: libpci missing
as a side effect, somehow improves amdgpu situation when in some
circumstances we the gpu is now properly detected instead of going
through llvmpipe/software rendering. No regression on intel.