Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 22:57:36 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: 776de937da33 - main - security/botan110: Deprecate and set expiration date to 2022-03-31
Message-ID:  <202201182257.20IMvajD068619@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=776de937da33efc9e1e2dd902b1d3cac7d3a3899

commit 776de937da33efc9e1e2dd902b1d3cac7d3a3899
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-01-18 22:24:14 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-01-18 22:24:17 +0000

    security/botan110: Deprecate and set expiration date to 2022-03-31
    
    1.x branch is since long deprecated upstream, users are recommended
    to use 2.x instead
    
    PR:             260657
    Approved by:    lapo@lapo.it (maintainer timeout, 3+ weeks)
---
 security/botan110/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/botan110/Makefile b/security/botan110/Makefile
index c767dfa9ea92..e066b0db61b7 100644
--- a/security/botan110/Makefile
+++ b/security/botan110/Makefile
@@ -14,6 +14,9 @@ COMMENT=	Portable, easy to use, and efficient C++ crypto library
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
+DEPRECATED=	Deprecated upstream, users are recommended to migrate to 2.x
+EXPIRATION_DATE=2022-03-31
+
 BROKEN_riscv64=		fails to build: Unknown or unidentifiable processor "riscv"
 
 OPTIONS_DEFINE=		SSL GMP DOCS



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