aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-07-19 16:43:00 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-07-19 18:05:40 +0000
commit812412f5df7c8afae81f2b945795f203e59daaac (patch)
tree646c199d701f0ee03e9248631a87f8d5b1794fb8
parent93e702acbc369605aa637ca04bab6177db9fe410 (diff)
downloadports-812412f5df7c8afae81f2b945795f203e59daaac.tar.gz
ports-812412f5df7c8afae81f2b945795f203e59daaac.zip
devel/libtar: Deprecate and set expiration date to 2023-09-30
Abandonware since 2013 and multiple CVEs over the years References: https://www.opencve.io/cve?vendor=feep&product=libtar PR: 272304 Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r--devel/libtar/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile
index 93e4cb3a3ba8..078bb6d86ac6 100644
--- a/devel/libtar/Makefile
+++ b/devel/libtar/Makefile
@@ -10,6 +10,9 @@ WWW= https://repo.or.cz/w/libtar.git
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+DEPRECATED= Abandonware since 2013 and multiple CVEs over the years
+EXPIRATION_DATE=2023-09-30
+
USES= autoreconf cpe gmake libtool
USE_LDCONFIG= yes