Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2024 10:56:13 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: d22a905695e4 - main - security/pks: Deprecate and set expiration date to 2024-06-30
Message-ID:  <202405191056.44JAuDut093600@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=d22a905695e4caaee86c121ee1c827264e1ba2fc

commit d22a905695e4caaee86c121ee1c827264e1ba2fc
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-19 10:53:38 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-19 10:56:01 +0000

    security/pks: Deprecate and set expiration date to 2024-06-30
    
    Depends on deprecated Oracle Berkeley DB 5.3, last release in 2003
    and upstream is no longer active
    
    PR:             279153
    Reviewed by:    Tassilo Philipp <tphilipp@potion-studios.com> (maintainer)
---
 security/pks/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/pks/Makefile b/security/pks/Makefile
index bae5239451fc..fcc43c32a309 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -12,6 +12,9 @@ WWW=		http://www.mit.edu/people/marc/pks/
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Depends on deprecated Oracle Berkeley DB 5.3 and last release back in 2003
+EXPIRATION_DATE=2024-06-30
+
 USES=		bdb ssl
 USE_RC_SUBR=	pksd
 



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