Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2024 09:40:30 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e825fe028ea - main - java/bouncycastle: Deprecate
Message-ID:  <202410110940.49B9eU45052951@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e825fe028ea19d8a8811ffde5bf41ba674186fb

commit 2e825fe028ea19d8a8811ffde5bf41ba674186fb
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-10-11 09:35:22 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-10-11 09:39:00 +0000

    java/bouncycastle: Deprecate
    
    PR:             260683
    Reported by:    diizzy
    Approved by:    maintainer
    Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
---
 java/bouncycastle/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile
index 43a908be5b4f..d3f0fb92f4a4 100644
--- a/java/bouncycastle/Makefile
+++ b/java/bouncycastle/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bouncycastle
 PORTVERSION=	1.45
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	java security
 MASTER_SITES=	http://downloads.bouncycastle.org/java/ \
 		http://polydistortion.net/bc/download/ \
@@ -11,6 +11,9 @@ MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Cleanroom build of Java Cryptography Extensions
 WWW=		https://www.bouncycastle.org/
 
+DEPRECATED=	Outdated and unsupported upstream, please use java/bouncycastle15 instead
+EXPIRATION_DATE=2024-12-31
+
 BUILD_DEPENDS=	${JAVALIBDIR}/mail.jar:java/javamail \
 		${JAVALIBDIR}/junit.jar:java/junit
 RUN_DEPENDS=	${JAVALIBDIR}/mail.jar:java/javamail



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