Created attachment 271467 [details] 0001-net-freeradius3-Update-2.2.8-2.2.10.patch FreeRADDIUS 3.2.10 was released last night, just after the buggy 3.2.9 release was prepared. Let's jump from 3.2.8 to 3.2.10 in our ports. Software builds fine in poudirere, except RUBY option, which was disabled some time ago. It was also runtime tested and seems to work fine.
Created attachment 271468 [details] 0001-net-freeradius3-Update-2.2.8-2.2.10.patch The same patch, updated the commit message to point to the right PR #. Please commit. Thanks in advance!
While here, a few header files were reordered in pkg-plist to improve consistency. Plaese skip if it really is against the good practice of minimal updates. @@ -81,12 +90,14 @@ include/freeradius/rfc8559.h include/freeradius/sha1.h include/freeradius/stats.h include/freeradius/sysutmp.h +include/freeradius/tcp.h include/freeradius/threads.h -include/freeradius/token.h include/freeradius/tls.h -include/freeradius/tcp.h +include/freeradius/tmpl.h +include/freeradius/token.h include/freeradius/udpfromto.h include/freeradius/vqp.h +include/freeradius/xlat.h %%LIBDIR%%/libfreeradius-dhcp.a %%LIBDIR%%/libfreeradius-dhcp.la %%LIBDIR%%/libfreeradius-dhcp.so @@ -526,6 +537,7 @@ sbin/radmin Cheers Marek
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=841f7f0459090aa184424b61b3071e7f8611fe80 commit 841f7f0459090aa184424b61b3071e7f8611fe80 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2026-06-04 15:08:01 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2026-06-04 15:08:01 +0000 net/freeradius3: Update to 3.2.10 PR: 295841 Submitted by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> net/freeradius3/Makefile | 2 +- net/freeradius3/distinfo | 6 +++--- net/freeradius3/pkg-plist | 19 ++++++++++++++++--- 3 files changed, 20 insertions(+), 7 deletions(-)
Thanks!