Bug 295841 - net/freeradius3: Update: 3.2.8 => 3.2.10
Summary: net/freeradius3: Update: 3.2.8 => 3.2.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-04 06:18 UTC by Marek Zarychta
Modified: 2026-06-04 15:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (zi)


Attachments
0001-net-freeradius3-Update-2.2.8-2.2.10.patch (5.00 KB, patch)
2026-06-04 06:18 UTC, Marek Zarychta
no flags Details | Diff
0001-net-freeradius3-Update-2.2.8-2.2.10.patch (5.00 KB, patch)
2026-06-04 06:20 UTC, Marek Zarychta
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Zarychta 2026-06-04 06:18:24 UTC
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.
Comment 1 Marek Zarychta 2026-06-04 06:20:40 UTC
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!
Comment 2 Marek Zarychta 2026-06-04 06:25:18 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-06-04 15:10:11 UTC
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(-)
Comment 4 Ryan Steinmetz freebsd_committer freebsd_triage 2026-06-04 15:24:04 UTC
Thanks!