diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 5b9074af56e..6ae80593926 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -7,7 +7,7 @@ COMMENT-mysql= freeradius mysql rlm addon COMMENT-pgsql= freeradius pgsql rlm addon COMMENT-python3= freeradius python3 rlm addon -V= 3.2.9 +V= 3.2.10 DISTNAME= freeradius-server-$V EXTRACT_SUFX= .tar.bz2 diff --git a/net/freeradius/distinfo b/net/freeradius/distinfo index 4b05feb8ed3..dfb16bd1dc3 100644 --- a/net/freeradius/distinfo +++ b/net/freeradius/distinfo @@ -1,2 +1,2 @@ -SHA256 (freeradius-server-3.2.9.tar.bz2) = SQTLZWfwdfhmSnEXPouEyI479WVJNcvNtZJ6mblV9EY= -SIZE (freeradius-server-3.2.9.tar.bz2) = 3722656 +SHA256 (freeradius-server-3.2.10.tar.bz2) = 4wzksHGtS0jn6ww0xmMkoywlSM/AZ5AJQakPAX3BdOM= +SIZE (freeradius-server-3.2.10.tar.bz2) = 3727834 diff --git a/net/freeradius/patches/patch-raddb_radiusd_conf_in b/net/freeradius/patches/patch-raddb_radiusd_conf_in index cf37b183ae9..d129a0e14ea 100644 --- a/net/freeradius/patches/patch-raddb_radiusd_conf_in +++ b/net/freeradius/patches/patch-raddb_radiusd_conf_in @@ -10,7 +10,7 @@ Index: raddb/radiusd.conf.in # pidfile: Where to place the PID of the RADIUS server. # -@@ -606,8 +606,8 @@ security { +@@ -657,8 +657,8 @@ security { # member. This can allow for some finer-grained access # controls. # diff --git a/net/freeradius/patches/patch-src_main_listen_c b/net/freeradius/patches/patch-src_main_listen_c index f25e457c527..3cac444dcb7 100644 --- a/net/freeradius/patches/patch-src_main_listen_c +++ b/net/freeradius/patches/patch-src_main_listen_c @@ -1,7 +1,7 @@ Index: src/main/listen.c --- src/main/listen.c.orig +++ src/main/listen.c -@@ -59,7 +59,7 @@ RCSID("$Id: patch-src_main_listen_c,v 1.5 2026/06/03 09:18:46 sthen Exp $ +@@ -59,7 +59,7 @@ RCSID("$Id: patch-src_main_listen_c,v 1.6 2026/06/07 12:35:39 sthen Exp $ #ifdef WITH_TLS #include