Date: Thu, 4 May 2023 01:44:46 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52a5825627c2 - main - dns/validns: Mark DEPRECATED Message-ID: <202305040144.3441ika8079006@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=52a5825627c2ffd23c521009349ce42d4ebf11dc commit 52a5825627c2ffd23c521009349ce42d4ebf11dc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 21:02:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-04 01:44:28 +0000 dns/validns: Mark DEPRECATED - Last upstream release was 10 years ago and last upstream activity in 2017 - Mark BROKEN_SSL woth OpenSSL 3.0.0 and later as it requires deprecated RSA_* routines Approved by: portmgr (blanket) --- dns/validns/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dns/validns/Makefile b/dns/validns/Makefile index f348757dbb36..511c3d027787 100644 --- a/dns/validns/Makefile +++ b/dns/validns/Makefile @@ -1,6 +1,6 @@ PORTNAME= validns PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns security MASTER_SITES= http://www.validns.net/download/ @@ -10,6 +10,11 @@ WWW= http://www.validns.net/ LICENSE= BSD2CLAUSE +DEPRECATED= Last upstream release was 10 years ago and last upstream activity in 2017 +EXPIRATION_DATE= 2023-06-03 +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated RSA_* routines + LIB_DEPENDS= libJudy.so:devel/judy TEST_DEPENDS= p5-Test-Command-Simple>=0:devel/p5-Test-Command-Simple
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305040144.3441ika8079006>