diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-29 16:14:54 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-29 16:18:45 +0200 |
commit | 7fd7205609e7333680c4444c5c67f0687fce043e (patch) | |
tree | 9e33c11bd5b2dcd18a268c17c969c157cd1f3fe2 | |
parent | devel/firmware-utils: Deprecate and set expiration date to 2025-06-30 (diff) |
net/vtun: Deprecate and set expiration date to 2025-06-30
Last release in 2016 and there are multiple security concerns
that aren't addressed. There's a fork but it's also abandoned
and not compatible with this version.
References:
https://github.com/jedisct1/vtun
-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 80d5f0d5431f..9202fd3980f7 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -11,6 +11,9 @@ WWW= https://vtun.sourceforge.net/ LICENSE= GPLv2 +DEPRECATED= Upstream is dead and last release in 2016 +EXPIRATION_DATE=2025-06-30 + LIB_DEPENDS= liblzo2.so:archivers/lzo2 USES= autoreconf localbase ssl |