aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-03 21:02:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-04 01:44:28 +0000
commit52a5825627c2ffd23c521009349ce42d4ebf11dc (patch)
tree7136c955e449cdeceb3fc6adfcf68fad299076f2 /dns
parent3482be7bea8f2151ba03cbb4adb44a18f1c868ac (diff)
downloadports-52a5825627c2ffd23c521009349ce42d4ebf11dc.tar.gz
ports-52a5825627c2ffd23c521009349ce42d4ebf11dc.zip
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)
Diffstat (limited to 'dns')
-rw-r--r--dns/validns/Makefile7
1 files changed, 6 insertions, 1 deletions
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