www/nextcloud-impersonate: new port
Enable administrators to impersonate other users on the Nextcloud server.
This is especially useful for debugging issues reported by users.
audio/pipewire-spa-oss-ng: Update to 0.9.9
Improve playback timing and OSS event handling: avoid locked polling on
audio cycles, use enriched kqueue events for wakeups (with an optional
timer-based path), retain partial writes, retune without inserting
silence, and keep queued playback across Pause.
Generate format-correct PCM silence and harden host input and reentrant
event handling on the device and node paths.
devel/cminpack: Update to 1.3.13
ChangeLog: https://github.com/devernay/cminpack/releases/tag/v1.3.13
* Fix a division by zero in covar1 when the Jacobian rank equals the number of
residuals (m == rank, e.g. square full-rank problems), which produced Inf/NaN
throughout the covariance matrix.
* Make the banded finite-difference branch of fdjac1 call the user function
with iflag=2, like the dense branch, fdjac2 and the FORTRAN version.
* Fix the USE_BLAS Newton correction in lmpar to use all n components (it was
truncated to the original Jacobian rank, giving a wrong step for
rank-deficient problems).
* Fix the jpvt memset size in the USE_LAPACK qrfac, and make the work-array
size checks in hybrd, hybrj, hybrd1, hybrj1 and lmdif1 overflow-safe (also in
the f2c versions).
* Guard a harmless transient infinity in dogleg for rank-deficient Jacobians
(also in the f2c version).
ChangeLog: https://github.com/devernay/cminpack/releases/tag/v1.3.12
[16 lines not shown]
cad/openvsp: Update to 3.51.1
Features:
* AI assisted, profile guided optimization in several areas.
* Refactor HumanGeom math to store less data and do less math.
www/gatus: Add newsyslog.conf(5) file for log rotation
* To implement log rotation, daemon(8) is configured to accept the
SIGHUP signal in order to reopen the log file, and the PID of the
daemon(8) process is recorded in its own PID file so that
newsyslog(8) can rotate the log.
* Change `-t "${desc}"` to `-t "${name}: ${desc}"` to be more
descriptive.
PR: 296710
Reported by: yds at Necessitu.de