diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 23:02:05 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-04 03:44:28 +0200 |
commit | 52a5825627c2ffd23c521009349ce42d4ebf11dc (patch) | |
tree | 7136c955e449cdeceb3fc6adfcf68fad299076f2 /dns | |
parent | 3482be7bea8f2151ba03cbb4adb44a18f1c868ac (diff) | |
download | freebsd-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/Makefile | 7 |
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 |