Commit Briefs
This exporter consumes the dhcpd.leases file which is periodically
written by the dameon. It has two collectors: The Stats collector counts the number of leases PER UNIQUE IP found in dhcpd.leases. This means that if an IP was leased to client X, but is now leased to client Y, there will be only one entry counted (the most recent one). This is in line with how dhcpd reads the file. The Leases collector will create a vector gague for each client with an active DHCP lease found in dhcpd.leases. Because this collector may produce tons of short-lived vectors depending on how busy DHCPD is, it is disabled by default one nit and ok semarie@
sysutils/lnav tweaks:
- fix printf format strings and add casts for 64-bit time_t, ok tb - fix sscanf for 64-bit time_t, following a suggestion from tb - set word size/byte-order for sparc64, possibly unbreaking build there
update to isc-bind-9.20.5
https://downloads.isc.org/isc/bind9/9.20.5/doc/arm/html/notes.html#notes-for-bind-9-20-5
mate/settings-daemon: spell -export-dynamic correctly
ok mbalmer^Wrobert (the new coupon donor)
graphics/pcl: pull in upstream fix for build with llvm 19.
While there, also remove an outdated comment on inconsistent test results per maintainer's request. tested/ok Johannes Thyssen Tishman (maintainer)
math/lean: fix build with llvm 19
I should really figure out how to update this to lean 4...
update to openal-1.24.2 and patch to fix 32-bit archs, from Brad, ok
David Carlier (maintainer)
net/synapse: update to 1.123.0, from maintainer Renaud Allard
see https://github.com/element-hq/synapse/releases/tag/v1.123.0