CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/09/11 11:02:56
Modified files:
www/mozilla-firefox: Tag: OPENBSD_7_3 Makefile
www/mozilla-firefox/files: Tag: OPENBSD_7_3 unveil.content
unveil.main
Log message:
www/mozilla-firefox: MFC unveil configs fixes
merges unveil.content r1.11 from gkoehler@:
Unveil /etc/localtime r in firefox's content process
This fixes dst (daylight saving time, summer time) in JavaScript.
Firefox turns off dst in libc, then applies its dst rules. It fails
to apply dst if it can't realpath(3) /etc/localtime. This failure
might cause local times to be off by an hour.
merges unveil.main r1.17 from kn@:
Unveil AT SPI2 path to enable screen readers
In there is a D-Bus socket used to communicate with tools like orca(1), e.g.
'orca -s' and ticking the 'Speak object under mouse' box would read out text
and elements in programs except our pledged+unveiled browsers.
/etc/localtime issue on 7.3-stable reported by John Kaiser who also
confirmed that the unveil addition fixed the problem for him.