net/freeradius: wrap up new version

This commit is contained in:
Franco Fichtner
2024-07-23 11:31:49 +02:00
parent 44abf3ff22
commit 317b84c0b9
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= freeradius
PLUGIN_VERSION= 1.9.23
PLUGIN_VERSION= 1.9.24
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
PLUGIN_DEPENDS= freeradius3
PLUGIN_MAINTAINER= m.muenz@gmail.com
+4
View File
@@ -15,6 +15,10 @@ The server is fast, feature-rich, modular, and scalable.
Plugin Changelog
================
1.9.24
* Allow ":" character in usernames and passwords (contributed by Chris Helming)
1.9.23
* Support NT hash of user password (contributed by Stuart McLaren)