net/freeradius: wrap up version

This commit is contained in:
Franco Fichtner 2026-02-03 15:30:08 +01:00
parent 93c1989036
commit 0fe62ae500
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= freeradius PLUGIN_NAME= freeradius
PLUGIN_VERSION= 1.10 PLUGIN_VERSION= 1.10.1
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
PLUGIN_DEPENDS= freeradius3 PLUGIN_DEPENDS= freeradius3
PLUGIN_MAINTAINER= m.muenz@gmail.com PLUGIN_MAINTAINER= m.muenz@gmail.com

View file

@ -2,16 +2,17 @@ FreeRADIUS includes a RADIUS server, a BSD licensed client library, a
PAM library, and an Apache module. In most cases, the word FreeRADIUS PAM library, and an Apache module. In most cases, the word FreeRADIUS
refers to the RADIUS server. refers to the RADIUS server.
FreeRADIUS is the most widely deployed RADIUS server in the world. It
is the basis for multiple commercial offerings. It supplies the AAA
needs of many Fortune-500 companies and Tier 1 ISPs.
It is also widely used for Enterprise Wi-Fi and IEEE 802.1X network It is also widely used for Enterprise Wi-Fi and IEEE 802.1X network
security, particularly in the academic community, including eduroam. security, particularly in the academic community, including eduroam.
Plugin Changelog Plugin Changelog
================ ================
1.10.1
* Add TLS maximum version setting for EAP (contributed by Kota Shiratsuka)
1.10 1.10
* Change max TLS version to 1.3 and allow min TLS version 1.3 (contributed by Joerg Werner) * Change max TLS version to 1.3 and allow min TLS version 1.3 (contributed by Joerg Werner)

View file

@ -1,7 +1,7 @@
<model> <model>
<mount>//OPNsense/freeradius/eap</mount> <mount>//OPNsense/freeradius/eap</mount>
<description>EAP configuration</description> <description>EAP configuration</description>
<version>1.9.18</version> <version>1.10.0</version>
<items> <items>
<default_eap_type type="OptionField"> <default_eap_type type="OptionField">
<Default>md5</Default> <Default>md5</Default>