Re: [FreeRADIUS/freeradius-server] Release release_3_2_5 - 3.2.5
Hi Matthew, Just FYI – on a RHEL 9 box (using the Rocky 9 repo), FR v3.2.4 appears to be the last in the metadata, although the binary is in the repo. A 'yum update' says 'Nothing to do'. I can manually install using: yum install https://packages.networkradius.com/freeradius-3.2/rocky/9/freeradius-3.2.5-1... (or 9Server for that matter) Just thought I'd let you know… Kind regards Stefan Paetow Federated Roaming Technical Specialist eduroam(UK), Jisc email/teams: stefan.paetow@jisc.ac.uk gpg: 0x3FCE5142 For eduroam support, please contact the eduroam team via help@jisc.ac.uk and mark it for eduroam’s attention. On Wednesdays and Fridays, I am not available between 12:00 and 15:00 London time (UTC in winter, UTC+0100 in summer). jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: 4 Portwall Lane, Bristol, BS1 6NB Tel: 020 3697 5800. From: Matthew Newton <notifications@github.com> Reply to: "noreply@github.com" <noreply@github.com> Date: Tuesday 9 July 2024 at 13:35 To: FreeRADIUS/freeradius-server <freeradius-server@noreply.github.com> Cc: Subscribed <subscribed@noreply.github.com> Subject: [FreeRADIUS/freeradius-server] Release release_3_2_5 - 3.2.5 3.2.5<https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_5> Repository: FreeRADIUS/freeradius-server<https://github.com/FreeRADIUS/freeradius-server> · Tag: release_3_2_5<https://github.com/FreeRADIUS/freeradius-server/tree/release_3_2_5> · Commit: a7acce8<https://github.com/FreeRADIUS/freeradius-server/commit/a7acce80f5ba2271d9aeb737a4a91a5bf8317f31> · Released by: mcnewton<https://github.com/mcnewton> Configuration changes * BlastRADIUS mitigations have been added to the "security" section. See require_message_authenticator and also limit_proxy_state. * BlastRADIUS mitigations have been added to radclient. See man radclient, and the -b option. Feature improvements * TOTP now supports TOTP-Time-Offset for tokens with times that are out of sync. See mods-available/totp. * radclient now supports forcing the Request Authenticator and ID for Access-Request packets. * Update dictionary.3gpp. * Update advice on shared secrets, including suggesting a secure method for generating useful secrets. Bug fixes * Allow proxying by pool / home server name to work with auth+acct servers * Fix OpenSSL API usage which sometimes caused crash in MS-CHAP. Previously it would either always crash immediately, or never crash. * Fix packet statistics. Stop double counting some packets, and track packet statistics even if a socket is closed. * Reverted patch in TTLS which broke compatibility with some systems. * Don't crash in debug mode when multiple intermediate certs are used Patch from Alexander Chernikov. — This release has 6 assets: * freeradius-server-3.2.5.tar.bz2 * freeradius-server-3.2.5.tar.bz2.sig * freeradius-server-3.2.5.tar.gz * freeradius-server-3.2.5.tar.gz.sig * Source code (zip) * Source code (tar.gz) Visit the release page<https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_5> to download them. — You are receiving this because you are watching this repository. View it on GitHub<https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_5> or unsubscribe<https://github.com/FreeRADIUS/freeradius-server/unsubscribe_via_email/ABGAMTJS5T5EDXVTAOHVWSTZLPKJ3ANCNFSM3C2B> from all notifications for this repository.
Hi Stefan, On 09/07/2024 23:09, Stefan Paetow via Freeradius-Devel wrote:
Just FYI – on a RHEL 9 box (using the Rocky 9 repo), FR v3.2.4 appears to be the last in the metadata, although the binary is in the repo. A 'yum update' says 'Nothing to do'.
Thanks. Not sure what's up here. I've checked the repodata file and it contains 3.2.5, then set up in a rockylinux:9 Docker container and all works fine. Our backend servers all have the same copy so not an issue there. Some local web cache that needs purging? Can't think what else.
yum install https://packages.networkradius.com/freeradius-3.2/rocky/9/freeradius-3.2.5-1...
(or 9Server for that matter)
9Server is just a symlink to 9. Probably not needed, it was an issue on RHEL6 or 7 IIRC, so we create it just in case. -- Matthew
participants (2)
-
Matthew Newton -
Stefan Paetow