net/radsecproxy: new version

This commit is contained in:
Franco Fichtner 2025-05-14 08:39:36 +02:00
parent 72b3fef223
commit 88f680415f
2 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= radsecproxy
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 2
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport
PLUGIN_DEPENDS= radsecproxy
PLUGIN_MAINTAINER= tobias@boehnert.dev

View file

@ -3,3 +3,14 @@ transport, also supports TLS (RadSec), as well as RADIUS
over TCP and DTLS. The aim is for the proxy to have
sufficient features to be flexible, while at the same time
to be small, efficient and easy to configure.
Plugin Changelog
================
1.1
* Added AccountingServer options (contributed by Marcel Ritter)
1.0
* Initial release (contributed by Tobias Boehnert)