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@
to retrieve includes/ldflags, so that e.g. setting MODPY_VERSION=3.8 uses the
correct lookup. ok fcambus@
(py 3.8 still fails because it also needs --embed as well as --libs but
that's a separate issue and fixing is messy until the py3 default is switched
to 3.8)
- bump dep to nss 3.54, technically only needed for 79
- drop --disable-gconf, was the default anyway, and the option was
removed upstream
- use plain --with-system-zlib, doesnt take a path anymore