From 88f680415fc76d9e7600e06f6b69f73d2ee34589 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 14 May 2025 08:39:36 +0200 Subject: [PATCH] net/radsecproxy: new version --- net/radsecproxy/Makefile | 3 +-- net/radsecproxy/pkg-descr | 11 +++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) 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)