From 5071c8f4100c4190961e83fc4e11d8500a200c5e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Dec 2024 07:38:16 +0100 Subject: [PATCH] security/tailscale: tweak description --- README.md | 2 +- security/tailscale/Makefile | 13 ++++++------- security/tailscale/pkg-descr | 7 +------ 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fa75e2618..720fab518 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ security/maltrail -- Malicious traffic detection system security/openconnect -- OpenConnect Client security/softether -- Cross-platform Multi-protocol VPN Program (development only) security/stunnel -- Stunnel TLS proxy -security/tailscale -- Tailscale makes creating software-defined networks easy (development only) +security/tailscale -- VPN mesh securely connecting clients using WireGuard (development only) security/tinc -- Tinc VPN security/tor -- The Onion Router security/wazuh-agent -- Agent for the open source security platform Wazuh diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 02fad9cd9..e0294bca0 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,9 +1,8 @@ -PLUGIN_NAME= tailscale -PLUGIN_VERSION= 1.0.d -PLUGIN_REVISION= 1 -PLUGIN_DEVEL= yes -PLUGIN_COMMENT= Tailscale makes creating software-defined networks easy -PLUGIN_DEPENDS= tailscale -PLUGIN_MAINTAINER= sam@sheridan.co.uk +PLUGIN_NAME= tailscale +PLUGIN_VERSION= 1.0.d +PLUGIN_DEVEL= yes +PLUGIN_COMMENT= VPN mesh securely connecting clients using WireGuard +PLUGIN_DEPENDS= tailscale +PLUGIN_MAINTAINER= sam@sheridan.co.uk .include "../../Mk/plugins.mk" diff --git a/security/tailscale/pkg-descr b/security/tailscale/pkg-descr index 41c6d5b04..f134a7c2a 100644 --- a/security/tailscale/pkg-descr +++ b/security/tailscale/pkg-descr @@ -8,9 +8,4 @@ Plugin Changelog 1.0 -* initial development release - -1.0_1 - -* fixes to template to prevent auth key prompt when empty - +* initial release