svn commit: r482117 - head/net/vtun

Cy Schubert cy at FreeBSD.org
Sun Oct 14 21:18:07 UTC 2018


Author: cy
Date: Sun Oct 14 21:18:06 2018
New Revision: 482117
URL: https://svnweb.freebsd.org/changeset/ports/482117

Log:
  After reviewing the VTun/VTun github site, the fork of VTUN itself
  hasn't had any activity since 2013. Deprecating and expiring VTUN
  due to openssl111 was the correct decision howeever adjust the
  expriation date as suggested by mat@ to the FreeBSD 11 EOL.
  
  VTUN currently has no upline maintainer and there are no plans
  to add openssl111 support.
  
  Reported by:	mat@
  Discussed with:	Bishop Clark  <bishopolis at gmail.com>
  		Previous VTUN upline maintainer

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

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Sun Oct 14 20:59:36 2018	(r482116)
+++ head/net/vtun/Makefile	Sun Oct 14 21:18:06 2018	(r482117)
@@ -13,7 +13,7 @@ COMMENT=	Virtual Tunnels over TCP/IP networks with tra
 LICENSE=	GPLv2
 
 DEPRECATED=		No longer supported by upline
-EXPIRATION_DATE=	2018-12-31
+EXPIRATION_DATE=	2021-09-31
 
 BROKEN_SSL=	openssl-devel
 


More information about the svn-ports-all mailing list