firefox115: remove package
As proposed on pkgsrc-users. No objections or known users that can't
move to a newer ESR (this version having just gone EOL).
MaybeSubMake: ignore line beining with any of [@+-]
The control chars [@+-] can be interspersed with white-space
so use [ \t@+-]
PR: 60016
Reviewed by:
net/mosquitto: Update to 2.1.2
2.1.2 - 2026-02-09
==================
Broker:
- Forbid running with `persistence true` and with a persistence plugin at the
same time.
Build:
- Build fixes for OpenBSD. Closes #3474.
- Add missing libedit to docker builds. Closes #3476.
- Fix static/shared linking of libwebsockets under cmake.
Update security/py-trezor to 0.20.0
## [0.20.0] (2026-02-10)
[0.20.0]: https://github.com/trezor/trezor-firmware/compare/python/v0.20.0-dev0...python/v0.20.0
Version 0.20.0 introduces a set of **major breaking API changes**. All user code must be upgraded.
As announced, the API has changed significantly since the pre-release version 0.20.0-dev.
### Incompatible changes
- Refactor trezorlib session-based API. [#6273]
### Added
- Use keyring package for storing THP keys and credentials. [#6273]
### Removed
- Deprecate uploading language blob during firmware update. [#6103]
- debuglink: Remove vestigial memory_write/read/erase methods. [#6273]
- Deprecated `@expect` decorator was removed. [#6273]
[86 lines not shown]
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]
Add test case for sockets and fifos through null mounts.
I would also add a test case of sending and receiving a datagram, but
nc(1) doesn't seem to have a way to send or receive _one_ datagram;
as far as I can tell, it just loops forever on datagram sockets, with
no stopping point because there's no concept of FIN/shutdown().
PR kern/51963: sockets in chroot sandbox via null-mounts don't work
lang/ocaml; Update to 4.14.3
Addresses some security issues but NEWS lacks CVE refs.
Successfully built 10 ocaml-foo and unison, on NetBSD 10 amd64.
OCaml 4.14.3 (17 February 2026)
------------------------------
### Bug fixes:
- #12070, #12075, #13209: auto-detect whether `ar` support @FILE arguments at
configure-time to avoid using this feature with toolchains that do not support
it (eg FreeBSD/Darwin); backport from 5.3.
(backport by Boris Dobroslavov, original fix by Nicolás Ojeda Bär, review by
Xavier Leroy, David Allsopp, Javier Chávarri, Anil Madhavapeddy)
- #12207, #12222: Make closure computation linear in the number of recursive
[28 lines not shown]
yt-dlp-ejs: update to 0.5.0
- Dev and runtime improvements
- fix: sig extraction in main variant of player
- Fix sig solving for tce and es6 player variants