Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 18:06:07 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 812412f5df7c - main - devel/libtar: Deprecate and set expiration date to 2023-09-30
Message-ID:  <202307191806.36JI67VP083474@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307191806.36JI67VP083474>