net: mark MPD5-based plugins end of life

This commit is contained in:
Franco Fichtner 2019-12-04 08:04:30 +01:00
parent c422132ae6
commit 7eaf3f3bc2
5 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ Copyright (c) 2003-2006 Manuel Kasper <mk@neon1.net>
Copyright (c) 2019 Martin Wasley
Copyright (c) 2017-2019 Michael Muenz <m.muenz@gmail.com>
Copyright (c) 2004-2012 Scott Ullrich <sullrich@gmail.com>
Copyright (c) 2010 Seth Mos <seth.mos@dds.nl>
Copyright (c) 2010-2012 Seth Mos <seth.mos@dds.nl>
Copyright (c) 2008 Shrew Soft Inc. <mgrooms@shrew.net>
Copyright (c) 2017-2019 Smart-Soft
Copyright (c) 2013 Stanley P. Miller \ stan-qaz

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"