devel/llvm23: 23.1.0 Release
See the announcement for changes since RC3:
https://discourse.llvm.org/t/llvm-23-1-0-released/91654
Drop support for the GOLD option as gold linker is going away soon.
Sponsored by: Innovate UK
netpfil tests: Make divapp packet loop handling opt-in
This generalizes the divapp logic and makes it usable for other test
scenarios such as diverted TCP connections.
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D59067
net/samba424: fix building of ctdb
When using some option, the ctdb doesn't build because of
non existant ENODATA on FreeBSD.
PR: 294595
Reported by: Vladimir Druzenko
Approved by: samba (kiwi)
Sponsored by: Klara, Inc.
www/py-dj60-djangorestframework: Set PORTSCOUT
* The only consumer, net-mgmt/netbox, isn't fully compatible with newer
versions, thus set PORTSCOUT temporarily until net-mgmt/netbox has
been updated to the upcoming 4.7.x release.
www/py-dj60-django-tables2: Set PORTSCOUT
* The only consumer, net-mgmt/netbox, is currently incompatible with
newer versions due to breaking changes.
Therefore, set PORTSCOUT temporarily until net-mgmt/netbox has been
updated to the upcoming 4.7.x release.
www/code-server: Update to 4.134.0
Update to code-server 4.134.0, which bundles VS Code 1.134.0.
Changelog: https://github.com/coder/code-server/releases
Sponsored by: Netzkommune GmbH
LinuxKPI: 802.11: assert wiphy lock for lkpi_bss_info_change() and MO
Finish reviewing all callers for lkpi_80211_mo_link_info_changed() and
lkpi_80211_mo_bss_info_changed(), which are called from
lkpi_bss_info_change() only. Add the lockdep_assert_wiphy() to
lkpi_bss_info_change() and make sure all callers are holding the
wiphy lock.
PR: 297228
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
security/py-biscuit-auth: Convert build to use PEP 517 and rename to PyPI name
* Rename port to PyPI name according to Python policy
* Move build completely to PEP 517
* Bump consumers: www/bunkerweb/Makefile
* Simplify Python discovery; the build frontend will pass the interpreter
New name: security/py-biscuit-python
Co-authored-by: Jochen Neumeister <joneum at FreeBSD.org>
PR: 297823
Approved by: joneum (maintainer)
Differential Revision: https://reviews.freebsd.org/D59133