py-weewx: Update to 5.3.0
Upstream NEWS, less bugfixes and some minor improvements:
Added Astronomical Units as a unit of length. Added local_djd as a
unit of *local* time. PR #998
<https://github.com/weewx/weewx/pull/998>. Thanks to user Karen!
Moved database-specific code into the weedb module. This is in
anticipation of allowing new databases to be installed as an
extension.
New action weectl database rebuild-daily NAME was added to allow the
selective rebuilding of the daily summaries. Addresses Issue #1035
<https://github.com/weewx/weewx/issues/1035>.
New action weectl station list-drivers was added to allow the
listing of all available device drivers. Fixes Issue #1050
<https://github.com/weewx/weewx/issues/1060>.
[12 lines not shown]
cyclone{,-bootstrap}: fix patch for detecting open_memstream
The second argument for open_memstream is of type (size_t*),
not int. This fixes the detection of open_memstream.
terraform-provider-*: Remove likely not needed UNLIMIT_RESOURCES
This was cargo-culted from net/terraform-provider-aws and probably not
needed.
net/terraform-provider-aws3 is the only Go package that has that.
Keep it for terraform-provider-aws3 for avoiding possible regressions.
(We should investigate though and G/C there too if no longer relevant.)
terraform-provider-aws3: Add SUPERSEDES
It is intended to replace net/terraform-provider-aws and also coexists
with other terraform-provider-aws* in order to have multiple versions of
aws provider installed at the same time.
qgis: Adjust \todo in Makefile and TODO
The only significant change is a decision to create a default-off
option for qtwebengine, because it's beastly and I don't understand
how qgis with it does anything more useful.
bind920: update to BIND version 9.20.20:
Pkgsrc changes:
* Version bump + checksums.
Upstream changes:
Notes for BIND 9.20.20
----------------------
Security Fixes
~~~~~~~~~~~~~~
- Fix a use-after-free error in ``dns_client_resolve()`` triggered by a
DNAME response.
This issue only affected the :iscman:`delv` tool and it has now been
fixed.
[75 lines not shown]
zino: update to version 2.4.1.
Pkgsrc changes:
* version-bump + checksums.
Upstream changes:
- `zinoconv` now skips BFD session state and BFD events by default.
Use `--include-bfd` to opt in.
- Run all scheduled jobs on the event loop instead of in worker
threads, preventing concurrent modification of shared state.