- tweak COMMENT
- ensure BDEP on rust 1.43 (#1648343)
- drop useless/duplicated SUBST_VARS addition
- stop installing a mozilla-firefox symlink to firefox, i doubt anyone
uses the old command anymore - ditto, drop the mozilla-firefox.1 link
- consistently use ${MOZILLA_PROJECT} in PLIST to reduce differences
with firefox-esr
See https://www.mozilla.org/en-US/firefox/78.1.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-32/
More or less a copy of what was in www/mozilla-firefox before the 79.0
upgrade, including:
- enable unveil integration
- move to /etc/firefox-esr/{pledge,unveil}.{main,gpu,content}
instead of about:config knobs (maybe warrants current.html entry ?)
- bring in the jumbo patch fixing 'open with' mime handling
- stop building with systemwide sqlite3, unsupported upstream
- ditch old patches merged upstream in the 68->78 cycles
- use the shipped desktop file instead of our own
- sync README
briefly tested opening a pdf, an flv file and an archive with an
external handler, and accessed webcam with webrtc.
See https://www.mozilla.org/en-US/firefox/79.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-30/
add a jumbo patch trying to fix the 'open with' MIME handling mess,
broken since glib 2.64 upgrade - gio-launch-desktop has been replaced by
/bin/sh (see https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1362/)
which is not unveiled. xdg-open calls gio which calls
g_app_info_launch_uris() which now fails.
Try to replace this fragile contraption with simpler (?) plain glib
code directly spawning a previously unveiled mime handler. Rewrite
README section wrt this new handling.
WORKSFORME, havent got much feedback on the patch sadly, and the
developer who wrote the unveil() integration is MIA...
The port wants to know what version of TLS it is using and asserts that
it knows. Unsurprisingly, the mechanism depends on TLS1_3_VERSION being
defined to the correct value. We cannot define this publicly in libssl
yet since this would result in a lot of breakage in other ports, so use
a local define in the build environment.
Reported and tested by Martin (martingot () protonmail com)
ok gonzalo (maintainer), kn
upgrade notes:
- if you have an old .urlwatch/lib/hooks.py you will need to either
update or remove it (new-style configurations with filters in urls.yaml
don't generally use this file, but you may have an old one lying around)
- simple filter definitions like this:
+----
| kind: url
| url: http://example.org/foo
| filter: html2text
+----
are deprecated and should be converted to this style to avoid urlwatch
whining about them::
+----
| kind: url
| url: http://example.org/foo
| filter:
| - html2text
+----
Changelog:
tpl/crypto: Add hmac
Remove some old release notes
Create robots.txt in the domain root directory #5160#4193
Make GroupByParamDate work with string params #3983
Add GroupByLastmod #7408
Rename taxonomy kinds from taxonomy to term, taxonomyTerm to
taxonomy #6911#7395
Add genDocsHelper mage target
Regenerate templates
Beautify HTML generated by pagination template #7199
Add a nested data dir test
Use os.PathError in RootMappingFs.doLstat
Remove credit (#7347)
Allow hook template per section/type #7349
Fix bad rounding in NumFmt #7116
Fix aliases with path in baseURL
Fix server data race/nil pointer in withMaps #7392
Fix order of GetTerms #7213
Fix aliases with uglyURLs
Fix crash for closing shortcode with no .Inner set #6857#7330
Fix aliases with relativeURLs
Fix URL rewrites vs fast render server mode #7357
MODGO_MODULES generated with new `portgen go` from abieber@
ok abieber@ rsadowski@ jca@