From 7eaf3f3bc2d85b956fa72b0d58702e23e7349adc Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 4 Dec 2019 08:04:30 +0100 Subject: [PATCH] net: mark MPD5-based plugins end of life --- LICENSE | 2 +- README.md | 6 +++--- net/l2tp/Makefile | 2 +- net/pppoe/Makefile | 2 +- net/pptp/Makefile | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 07ea55e06..790046063 100644 --- a/LICENSE +++ b/LICENSE @@ -22,7 +22,7 @@ Copyright (c) 2003-2006 Manuel Kasper Copyright (c) 2019 Martin Wasley Copyright (c) 2017-2019 Michael Muenz Copyright (c) 2004-2012 Scott Ullrich -Copyright (c) 2010 Seth Mos +Copyright (c) 2010-2012 Seth Mos Copyright (c) 2008 Shrew Soft Inc. Copyright (c) 2017-2019 Smart-Soft Copyright (c) 2013 Stanley P. Miller \ stan-qaz diff --git a/README.md b/README.md index 08123255f..2319fb1ee 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ net/ftp-proxy -- Control ftp-proxy processes net/google-cloud-sdk -- Google Cloud SDK net/haproxy -- Reliable, high performance TCP/HTTP load balancer net/igmp-proxy -- IGMP-Proxy Service -net/l2tp -- L2TP server based on MPD5 +net/l2tp -- End of life, no replacement net/mdns-repeater -- Proxy multicast DNS between networks net/ntopng -- Traffic Analysis and Flow Collection -net/pppoe -- PPPoE server based on MPD5 -net/pptp -- PPTP server based on MPD5 +net/pppoe -- End of life, no replacement +net/pptp -- End of life, no replacement net/relayd -- Relayd Load Balancer net/shadowsocks -- Secure socks5 proxy net/siproxd -- Siproxd is a proxy daemon for the SIP protocol diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index e41ec9549..4a7c54423 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= l2tp PLUGIN_VERSION= 1.9 PLUGIN_DEPENDS= clog mpd5 -PLUGIN_COMMENT= L2TP server based on MPD5 +PLUGIN_COMMENT= End of life, no replacement PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk" diff --git a/net/pppoe/Makefile b/net/pppoe/Makefile index ab0976f1b..8380382ea 100644 --- a/net/pppoe/Makefile +++ b/net/pppoe/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= pppoe PLUGIN_VERSION= 1.8 PLUGIN_DEPENDS= clog mpd5 -PLUGIN_COMMENT= PPPoE server based on MPD5 +PLUGIN_COMMENT= End of life, no replacement PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk" diff --git a/net/pptp/Makefile b/net/pptp/Makefile index 884bc870b..242b2c087 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= pptp PLUGIN_VERSION= 1.9 PLUGIN_DEPENDS= clog mpd5 -PLUGIN_COMMENT= PPTP server based on MPD5 +PLUGIN_COMMENT= End of life, no replacement PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"