diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-10-15 05:18:06 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-10-15 05:18:06 +0800 |
commit | 13ee71baac1e73bc57dffb21e6f672cf86fd13d2 (patch) | |
tree | b7240825bfac33f6753594f95c5fd3b9f1bedd4b /net/vtun | |
parent | 0714ffa5d6118d38f023931c2e226be4152eb26b (diff) | |
download | freebsd-ports-gnome-13ee71baac1e73bc57dffb21e6f672cf86fd13d2.tar.gz freebsd-ports-gnome-13ee71baac1e73bc57dffb21e6f672cf86fd13d2.tar.zst freebsd-ports-gnome-13ee71baac1e73bc57dffb21e6f672cf86fd13d2.zip |
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
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 1b6aa608ec54..9ade73a806d9 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -13,7 +13,7 @@ COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping LICENSE= GPLv2 DEPRECATED= No longer supported by upline -EXPIRATION_DATE= 2018-12-31 +EXPIRATION_DATE= 2021-09-31 BROKEN_SSL= openssl-devel |