CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/07 08:10:49
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/pkg: PLIST README
www/firefox-i18n: Makefile.inc distinfo
Added files:
www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp
patch-media_libvpx_moz_build
Log message:
Update to firefox 75.0.
See https://www.mozilla.org/en-US/firefox/75.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-12/
- headsup: now pledge/unveil config files are @sampled by default in
/etc/firefox, this way it's easier for end users to customize them at
will. yeah, everyone can change his mind..
- add a note in the README that WebRTC screen sharing requires disabling
pledge as it relies on shmget() (reported by Andrea Biscuola, thanks!)
- stop linking against systemwide sqlite library, the possibility was
removed in #1611386
- add a patch from tb@ to fix broken sandboxing when pledge/unveil
config files werent found in /etc/firefox (#1623086)
- add a patch from jbeich@freebsd to fix libvpx build on i386 (#1622013)
tested by tb@ and naddy@, thanks!