Commits


Drop -Werror to let this build with clang 19


mjpegtools: fix build with llvm 19; from FreeBSD


eduke32: pull in part of a libdivide commit to fix build with llvm 19


Update SQLite to 3.48.0. Release notes: https://sqlite.org/releaselog/3_48_0.html ok landry@


sync


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@


Reserve UID/GID for dhcpd_leases_exporter.


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


Update lnav to 0.12.3 to fix bulid with llvm 19 ok sthen


update to traccar-6.6, from Renaud Allard (maintainer)


mate/settings-daemon: spell -export-dynamic correctly ok mbalmer^Wrobert (the new coupon donor)


Update to aisleriot-3.22.35.


Update to gnome-text-editor-47.3.


update to 132.0.6834.159


doxygen-gui: sync gunzip.hh with doxygen to fix build with llvm 19


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)


libzim: set -Wno-deprecated-declarations to fix build with llvm 19


osrm-backend: pull in upstream build fix for llvm 19


+genei-latin


math/lean: fix build with llvm 19 I should really figure out how to update this to lean 4...


initial import: Japanese latin-style TrueType fonts ok sthen@


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


ruby-passenger: fix build with llvm 19; from upstream