From 812412f5df7c8afae81f2b945795f203e59daaac Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 19 Jul 2023 18:43:00 +0200 Subject: [PATCH] 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) --- devel/libtar/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index 93e4cb3a3ba83..078bb6d86ac6d 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