diff options
author | cy <cy@FreeBSD.org> | 2018-10-13 21:33:58 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2018-10-13 21:33:58 +0800 |
commit | c06928cd9c8db1d37a2d89dc1ae1d1bc4218a5ec (patch) | |
tree | 9567e682692ce7fb8e5387c295e1b97a67f50d48 | |
parent | 9e9530f2fe8ddc10c0bb8feb306a790522c4d3c4 (diff) | |
download | freebsd-ports-gnome-c06928cd9c8db1d37a2d89dc1ae1d1bc4218a5ec.tar.gz freebsd-ports-gnome-c06928cd9c8db1d37a2d89dc1ae1d1bc4218a5ec.tar.zst freebsd-ports-gnome-c06928cd9c8db1d37a2d89dc1ae1d1bc4218a5ec.zip |
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.
-rw-r--r-- | net/vtun/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 109a0e30ea01..1b6aa608ec54 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -12,6 +12,9 @@ COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping LICENSE= GPLv2 +DEPRECATED= No longer supported by upline +EXPIRATION_DATE= 2018-12-31 + BROKEN_SSL= openssl-devel LIB_DEPENDS= liblzo2.so:archivers/lzo2 |