[orc-rt] Add sys::strError, replacing strerror. (#219666)
strerror may return a pointer to a static buffer, so it isn't safe to
call from more than one thread, and the memory operations using it are
exactly those that run concurrently.
www/py-dj60-social-auth-app-django: Set PORTSCOUT
* The only consumer, net-mgmt/netbox, is currently incompatible with
newer versions due to breaking changes.
Therefore, set PORTSCOUT temporarily until net-mgmt/netbox has been
updated to the upcoming 4.7.x release.
x11-fonts/aporetic: Improve port
* Only extract files that are required and install only hinted files
PR: 296928
Approved by: maintainer timeout, 1+ month
security/openconnect-gui: Deprecate and set expiration date to 2026-09-30
Outdated and depends on legacy QT5
PR: 290498
Approved by: maintainer timeout, 10+ months
devel/etcd: Deprecate and set expiration date to 2026-09-30
Obsolete and unsupported upstream, redirect users to 3.x series
PR: 292160
Approved by: maintainer timeout, 8+ months
www/dtse: Deprecate and set expiration date to 2026-09-30
Unmaintained upstream
PR: 297581
Reviewed by: Douglas Thrift <douglas at douglasthrift.net> (maintainer)
databases/pgbarman: update to 3.20.0
* Switch to PEP517 build using uv_build backend
* Consequently require python 3.12 or above
* Move replacement of the %%PREFIX%% token we introduce using
patching to the `pre-build` step, so that `make makepatch`
generates results still including that token.
Changes: https://github.com/EnterpriseDB/barman/blob/release/3.20.0/RELNOTES.md
Reported by: portscout
tty: gracefully handle proctree_lock locking
Instead of relocking tty to get the proctree_lock and experiencing the
race due to the relock, take the proctree_lock in advance for ioctl
commands that need it. The affected commands, TIOCNOTTY, TIOCSCTTY,
and TIOCSPGRP, must not be overridden by the specific tty drivers,
so the common handling is cleaner.
Reviewed by: kevans (previous version), markj
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D59132
relayctl: rework show output and add -v flag
- Added -v flag for more detailed output.
- Replaced tab separators with space-padded, truncated columns (%.Ns) for
stable alignment.
- Added a new "Checks" column for host checks (N/N), replacing the total: N/N
checks sub-line.
- Shortened redirect to rdr in the Type column to stay under 80 columns.
- Without -v: compact status (down); with -v: error inlined (down (tcp connect
timeout)).
- Table status shows host count (N hosts) only with -v.
- retries sub-line only appears with show hosts -v.
- show hosts no longer lists tables; use show summary for that.
OK kirill@