svn commit: r481982 - head/net/vtun

Cy Schubert cy at FreeBSD.org
Sat Oct 13 13:34:00 UTC 2018


Author: cy
Date: Sat Oct 13 13:33:58 2018
New Revision: 481982
URL: https://svnweb.freebsd.org/changeset/ports/481982

Log:
  Deprecate and expire net/vtun. It is no longer maintained by our
  upline. Bishop Clark, our upline, in response to my question if he
  had any plans to support OpenSSL 1.1.X, his reply was that about
  six months ago he asked to hand the project off to anyone who
  wanted it. There were no takers.
  
  The VTUN project is dead. It's time to cut it loose.

Modified:
  head/net/vtun/Makefile   (contents, props changed)

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Sat Oct 13 13:33:54 2018	(r481981)
+++ head/net/vtun/Makefile	Sat Oct 13 13:33:58 2018	(r481982)
@@ -12,6 +12,9 @@ COMMENT=	Virtual Tunnels over TCP/IP networks with tra
 
 LICENSE=	GPLv2
 
+DEPRECATED=		No longer supported by upline
+EXPIRATION_DATE=	2018-12-31
+
 BROKEN_SSL=	openssl-devel
 
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2


More information about the svn-ports-all mailing list