From d380ee2df14014276c6ea5e18fef4a12cc8e9296 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 20 Apr 2020 14:37:18 +0200 Subject: [PATCH] net/firewall: version 1.0 --- README.md | 2 +- net/firewall/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 199d6918b..31cc612ce 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ net-mgmt/nrpe -- Execute nagios plugins net-mgmt/telegraf -- Agent for collecting metrics and data net-mgmt/zabbix-agent -- Zabbix monitoring agent net-mgmt/zabbix4-proxy -- Zabbix Proxy enables decentralized monitoring -net/firewall -- Firewall API supplemental package (development only) +net/firewall -- Firewall API supplemental package net/freeradius -- RADIUS Authentication, Authorization and Accounting Server net/frr -- The FRRouting Protocol Suite net/ftp-proxy -- Control ftp-proxy processes diff --git a/net/firewall/Makefile b/net/firewall/Makefile index b77fe6506..5c667b1ee 100644 --- a/net/firewall/Makefile +++ b/net/firewall/Makefile @@ -1,7 +1,6 @@ PLUGIN_NAME= firewall -PLUGIN_VERSION= 0.3 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Firewall API supplemental package PLUGIN_MAINTAINER= ad@opnsense.org -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"