See https://www.mozilla.org/en-US/firefox/90.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-28/
most of the added patches are already upstreamed and will go away in 91:
- build forkserver (#1713742, not enabled by default upstream yet, but
decreases memory usage, enable with dom.ipc.forkserver.enable)
- enable the remote data decoder process, and sandbox it (#1713745) -
tested with a wide variety of video/audio files.
- sandbox the new socket process (#1713999). Not enabled by default
upstream yet, but at least can be tested.
- add pledge/unveil config files for rdd & socket processes
- drop /dev/drm0 from unveil config files
- drop the Gtk2 lib/dependency
- amend README wrt debug-firefox package
tested by at least tb@ & naddy@, thanks !
- bump dependency to nss 3.68/nspr 4.32, those will be required for
91ESR
- define MOZILLA_MAJOR_VERSION and only add the Gtk+2 dependency for
gecko < 90, as upstream finally dropped the dependency (#1377445)
- shuffle WANTLIB around
Changelog:
https://github.com/msharov/snownews/releases
Major highlights:
- Atom feeds are now supported, and so are HTTPS and UTF-8 display
- The feeds list is now in the OPML format, configuration files have moved to
~/.config/snownews and cache files to ~/.local/share/snownews. The migration
will be automatically done during the first run, with the notable exception
of the 'exec:ftp -Vo-' invocations you may have used for HTTPS; they are not
removed but still work.
Extra testing (thanks!) by:
nathanael <nathanael () dalliard ! ch>
Tim Meunier <trondd () kagu-tsuchi ! com>
OK bcallah@
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.
lang/ghc bits look ok to gnezdo@
ok sthen@ on the rest