Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2024 17:41:02 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: eb1217e8e983 - main - security/botan2: Deprecate and set expiration date to 2025-01-31
Message-ID:  <202410261741.49QHf2Bl090115@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=eb1217e8e983cae63d99af35ac6de924b56691ab

commit eb1217e8e983cae63d99af35ac6de924b56691ab
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-26 17:37:40 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-26 17:37:44 +0000

    security/botan2: Deprecate and set expiration date to 2025-01-31
    
    End of life 2024-12-31 upstream, point users to security/botan3
    
    Reference:
    https://botan.randombit.net/#releases
    
    PR:             281977
    Approved by:    portmgr (maintainter timeout, 2+ weeks)
---
 security/botan2/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/botan2/Makefile b/security/botan2/Makefile
index 66e57ba1f93e..7a917c34927a 100644
--- a/security/botan2/Makefile
+++ b/security/botan2/Makefile
@@ -13,6 +13,9 @@ WWW=		https://botan.randombit.net/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+DEPRECATED=	End of life 2024-12-31 upstream, consider migrating to security/botan3
+EXPIRATION_DATE=2025-01-31
+
 BROKEN_armv6=	include/arm_neon.h:28:2: error: "NEON support not enabled"
 
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs



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