diff options
| author | Koichiro Iwao <meta@FreeBSD.org> | 2023-02-07 15:24:14 +0000 |
|---|---|---|
| committer | Koichiro Iwao <meta@FreeBSD.org> | 2023-02-07 15:30:37 +0000 |
| commit | e2ce35496ec36b520b7a25aeea1f4111449dcf12 (patch) | |
| tree | 83a74c372a07663567ab2c4b8685a5c26eec7438 /net/tightvnc/Makefile | |
| parent | 2272e34787c3e6839841c0e4ea919b569dbb5cfc (diff) | |
| download | ports-e2ce35496ec36b520b7a25aeea1f4111449dcf12.tar.gz ports-e2ce35496ec36b520b7a25aeea1f4111449dcf12.zip | |
net/tightvnc: Deprecate and set expiration date to 2023-03-31
- Last release in 2009 [1]
- New version 2.x is available for Windows only [2]
- Multiple security vulnerabilities are reported and not yet fixed
(CVE-2019-15678, CVE-2019-15679, CVE-2019-15680)
[1] https://lwn.net/Articles/322943/
[2] https://www.tightvnc.com/release-2.0.php
Diffstat (limited to 'net/tightvnc/Makefile')
| -rw-r--r-- | net/tightvnc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index cd0937b4b515..dda8cb87b7a4 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -12,6 +12,9 @@ WWW= https://www.tightvnc.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENCE.TXT +DEPRECATED= Last release in 2009, newer version 2.x is available for Windows only. +EXPIRATION_DATE= 2023-03-31 + RUN_DEPENDS= showrgb:x11/rgb \ xauth:x11/xauth \ xorg-fonts>=7.2:x11-fonts/xorg-fonts |
