git: 668e3848ff8d - main - security/rubygem-openssl2: Mark IGNORE_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 02:31:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=668e3848ff8d1d59d38ad9dfa48fb2903997715f commit 668e3848ff8d1d59d38ad9dfa48fb2903997715f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-16 02:29:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-16 02:31:01 +0000 security/rubygem-openssl2: Mark IGNORE_SSL This specific version do not have upstream support for OpenSSL 3 and later. So Mark this version with IGNORE_SSL. In case OpenSSL 3 and later support is required use security/rubygem-openssl. Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- security/rubygem-openssl2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/security/rubygem-openssl2/Makefile b/security/rubygem-openssl2/Makefile index 00ce11d0e8f5..bec193948740 100644 --- a/security/rubygem-openssl2/Makefile +++ b/security/rubygem-openssl2/Makefile @@ -24,9 +24,8 @@ PORTSCOUT= limit:^2\. .include <bsd.port.options.mk> .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} -CXXFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L -#IGNORE_SSL= base openssl30 openssl31 -#IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later in this version +IGNORE_SSL= base openssl30 openssl31 +IGNORE_SSL_REASON= Missing upstream support for OpenSSL 3.0.0 and later in this version .endif .include <bsd.port.mk>