devel/libthai: Bump PORTREVISION to force package rebuild
Force package rebuild after devel/libdatrie change.
Reported by: Frank Bartels <knarf at knarf.de>
ip6: Add explicit lock order information to catch LOR
Over the past several years, we have had sporadic reports of a lock
order reversal between the tcphash lock and the in6_ifaddr_lock.
These seems to be hard to reproduce reliably, and the WITNESS backtrace
points to code which uses the correct locking order.
This commit adds the correct lock order explicitly to help us detect
the call stack which uses the incorrect locking order.
PR: 289184
Reported by: bz, gbe
Reviewed by: bz, glebius
Differential Revision: https://reviews.freebsd.org/D54088
graphics/converseen: Update to 0.15.1.3
ChangeLog: https://converseen.fasterland.net/
* Added a detailed instruction tooltip for the "Maintain aspect ratio" feature
* Updated Turkish translation
* Updated Italian translation
* Various Bugfixes
filesystems/py-libzfs: fix the build on FreeBSD 15
There were two problems:
* Needed to backport a newer py-libzfs PR due to a libzfs API change
* Since 15.0 is now released, its OSVERSION reset to 1500000
PR: 291393
Sponsored by: ConnectWise
Approved by: Goran Mekić <meka at tilda.center> (maintainer)
MFH: 2025Q4
sndctl(8): Do not free and re-open device
There was a reason for this, but it does not apply anymore.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54031