From f6a5588f4210f80c8d90969c6afed9ba46221202 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 6 Jul 2021 09:18:55 +0200 Subject: [PATCH] net/radsecproxy: release 1.0 for 21.7 --- net/radsecproxy/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index c27c40120..7ee4427db 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= radsecproxy -PLUGIN_VERSION= 0.1 -PLUGIN_COMMENT= RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport -PLUGIN_DEPENDS= radsecproxy +PLUGIN_VERSION= 1.0 +PLUGIN_COMMENT= RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport +PLUGIN_DEPENDS= radsecproxy PLUGIN_MAINTAINER= tobias@boehnert.dev -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"