diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index e358659a0..bd0443bdc 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -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 diff --git a/net/radsecproxy/pkg-descr b/net/radsecproxy/pkg-descr index ef872b8a7..b7d0cefc8 100644 --- a/net/radsecproxy/pkg-descr +++ b/net/radsecproxy/pkg-descr @@ -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)