Commit Briefs

186e612e14 jca

Drop -Werror to let this build with clang 19 (master)




951831e458 jturner

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

ok landry@


96181f325b pascal

sync


3b60cc3ace pascal

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@


a247435980 pascal

Reserve UID/GID for dhcpd_leases_exporter.


43f9c6b70c sthen

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


ec1374efb7 sthen

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


66d21f27ae tb

Update lnav to 0.12.3 to fix bulid with llvm 19

ok sthen


Branches

Tags

This repository contains no tags

Tree

.cvsignorecommits | blame
.gitignorecommits | blame
Makefilecommits | blame
READMEcommits | blame
archivers/
astro/
audio/
benchmarks/
biology/
books/
cad/
chinese/
comms/
converters/
databases/
devel/
editors/
education/
emulators/
fonts/
games/
geo/
graphics/
infrastructure/
inputmethods/
japanese/
java/
korean/
lang/
mail/
math/
meta/
misc/
multimedia/
net/
news/
plan9/
print/
productivity/
security/
shells/
sysutils/
telephony/
tests/
textproc/
wayland/
www/
x11/

README

Documentation for the ports tree includes:

ports(7)		https://man.openbsd.org/ports.7
packages(7)		https://man.openbsd.org/packages.7
mirroring-ports(7)	https://man.openbsd.org/mirroring-ports.7
library-specs(7)	https://man.openbsd.org/library-specs.7
bsd.port.mk(5)		https://man.openbsd.org/bsd.port.mk.5
bsd.port.arch.mk(5)	https://man.openbsd.org/bsd.port.arch.mk.5
port-modules(5)		https://man.openbsd.org/port-modules.5

And for bulk builds:

dpb(1)			https://man.openbsd.org/dpb.1
bulk(8)			https://man.openbsd.org/bulk.8
proot(1)		https://man.openbsd.org/proot.1

Also see the OpenBSD Porter's Handbook
https://www.openbsd.org/faq/ports/