git: 812412f5df7c - main - devel/libtar: Deprecate and set expiration date to 2023-09-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 18:06:07 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=812412f5df7c8afae81f2b945795f203e59daaac commit 812412f5df7c8afae81f2b945795f203e59daaac Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-07-19 16:43:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-07-19 18:05:40 +0000 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 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