wip/mattermost-server -- update to v11.5.1
The package does not currently build on NetBSD because several modules
(see TODO) do not 'build' (whatever that means in golang).
Since I don't Go, I'll punt.
py-homeassistant: Rototill for NetBSD 10
and abandon NetBSD9 9. (If you are on 9 and trying to run HA, you
should update.)
Switch to py314, because HA has.
prometheus-lts: Complete the build
go-module.mk redefine EXTRACT_ONLY and so the PROMETHEUS_WEB_UI was
never extracted. Define EXTRACT_ONLY to address that.
terraform-provider-vultr: update to 2.30.1
v2.30.1 (2026-03-04)
Bug Fixes
* resource/kubernetes_node_pool: Remove len check on node pool state
migration
v2.30.0 (2026-02-26)
Enhancements
* resource/instance: Mark KVM URLs fields as sensitive
* data source/instance: Mark KVM URLs fields as sensitive
* data source/block_storage: Add OS, attached and other bootable
instance-related fields
* resource/block_storage: Add OS, attached and other bootable
instance-related fields
[17 lines not shown]
q-dns: update to 0.19.12
* Add HTTPS as a default RR type
* Merge pull request #144 from racpast/fix/cli-arg-parsing
* Merge pull request #145 from racpast/fix/idna-underscore
* Merge pull request #149 from ryankoski/rk/update_default_rr
* Merge pull request #155 from racpast/fix/quic-nil-pointer
* Merge pull request #156 from racpast/feat/mdns-support
* Merge pull request #157 from racpast/feat/config-file
* chore: bump deps
* feat: add mDNS support by relaxing source IP verification
* feat: add support for loading options from ~/.qrc
* fix: duplicate sections
* fix: ede test
* fix: panic on empty argument in SetFalseBooleans
* fix: prevent panic on nil QUIC connection close
* fix: resolve issue with combining short flags and equal signs
* fix: tests
* fix: use lax IDNA profile to support underscores in domains