Date: Sun, 14 Oct 2018 21:18:06 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482117 - head/net/vtun Message-ID: <201810142118.w9ELI6Gt062703@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810142118.w9ELI6Gt062703>