Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 22:38:57 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: 855f00ac1026 - main - devel/google-cloud-cpp117: Mark BROKEN_SSL
Message-ID:  <202304302238.33UMcvHr023423@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=855f00ac1026bc35e2822147a4b2781bd149965e

commit 855f00ac1026bc35e2822147a4b2781bd149965e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-30 20:01:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-30 22:38:44 +0000

    devel/google-cloud-cpp117: Mark BROKEN_SSL
    
    - Requires OpenSSL 3.0.0 deprecated MD5_/SHA256_routines
    
    Approved by:    portmgr (blanket)
---
 devel/google-cloud-cpp117/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/google-cloud-cpp117/Makefile b/devel/google-cloud-cpp117/Makefile
index 9dd52cdacd2f..b103b4e427f6 100644
--- a/devel/google-cloud-cpp117/Makefile
+++ b/devel/google-cloud-cpp117/Makefile
@@ -28,6 +28,8 @@ LIB_DEPENDS=	libabsl_strings.so:devel/abseil \
 		libre2.so:devel/re2
 
 USES=		cmake compiler:c++17-lang pkgconfig ssl
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Requires OpenSSL 3.0.0 deprecated MD5_/SHA256_ routines
 USE_GITHUB=	yes
 GH_ACCOUNT=	GoogleCloudPlatform
 GH_TUPLE=	googleapis:googleapis:59f97e6044a1275f83427ab7962a154c00d915b5:googleapis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304302238.33UMcvHr023423>