git: ac95dc0ade0e - main - news/nzbget: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 17:19:52 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac95dc0ade0e75c3b226f8870e30b10a98eafa1b commit ac95dc0ade0e75c3b226f8870e30b10a98eafa1b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-28 13:14:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-28 17:18:32 +0000 news/nzbget: Mark BROKEN_SSL - Requires FIPS_mode_set routine which has been removed from OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- news/nzbget/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 178efbc5df4d..34ddedfa2b2c 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -1,7 +1,7 @@ PORTNAME= nzbget PORTVERSION= 21.1 -PORTREVISION= 2 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= news MAINTAINER= alexis.praga@free.fr @@ -14,6 +14,8 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= autoreconf compiler:c++14-lang cpe gmake localbase ncurses \ pkgconfig python:build shebangfix ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires FIPS_mode_set routine which has been removed from OpenSSL 3.0.0 and later USE_GITHUB= yes USE_RC_SUBR= nzbget