Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2c29b5a3 | 2026-06-07 12:35:39 | update to freeradius-3.2.10 | ||
| fc3d86fc | 2026-06-03 09:18:46 | update to freeradius-3.2.9 | ||
| 235ebb15 | 2026-05-25 21:08:27 | missed cvs add in previous | ||
| 86b4bd14 | 2026-05-21 16:22:28 | disable building radsniff, it didn't work properly anyway here (bpf_timeval issues) | ||
| eb875ab5 | 2026-02-11 12:51:18 | update to freeradius-3.2.8 | ||
| 8f22e2f2 | 2026-02-10 18:39:19 | switch SITES, newer versions moved to github | ||
| a4770540 | 2024-12-21 11:38:32 | handle py3.12 switchover in net | ||
| 6546c06f | 2024-08-29 17:04:03 | update to freeradius-3.2.6 | ||
| b424d9f1 | 2024-08-20 10:07:10 | fix plist, reported by aja | ||
| 960304cb | 2024-08-18 10:33:09 | update to freeradius-3.2.5, has various fixes but the most important one relates to the "blastradius" protocol vulnerability, which only affects authentication (not accounting) traffic, using PAP/CHAP/MSCHAP directly over UDP RADIUS. https://www.freeradius.org/release_notes/ https://www.freeradius.org/security/ Notably, RADIUS servers only doing EAP authentication (as is the case where they're providing auth for WPA-Enterprise wifi APs) aren't affected by "blastradius". This cannot be backported to 7.5-stable as other changes in the software require libcrypto and libssl APIs that have only been added to libressl after 7.5 release. |