Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2023 08:21:13 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c426fd7cdbee - main - devel/py-grpcio: update to 1.60.0, mark broken with libressl.
Message-ID:  <202312110821.3BB8LDEG080965@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c426fd7cdbeee3e653b53bcf970b2ac626435bc3

commit c426fd7cdbeee3e653b53bcf970b2ac626435bc3
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2023-12-11 08:20:19 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2023-12-11 08:21:04 +0000

    devel/py-grpcio: update to 1.60.0, mark broken with libressl.
---
 devel/py-grpcio/Makefile | 4 +++-
 devel/py-grpcio/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/devel/py-grpcio/Makefile b/devel/py-grpcio/Makefile
index 869fae28ae21..b62585b1cd9f 100644
--- a/devel/py-grpcio/Makefile
+++ b/devel/py-grpcio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	grpcio
-PORTVERSION=	1.59.3
+PORTVERSION=	1.60.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR} \
 LIB_DEPENDS=	libcares.so:dns/c-ares
 
 USES=		compiler:c++11-lib localbase:ldflags python ssl
+BROKEN_SSL=	libressl
+BROKEN_SSL_REASON=	use of undeclared identifier 'X509_STORE_set_get_crl'
 USE_PYTHON=	autoplist cython distutils
 MAKE_ENV+=	GRPC_PYTHON_BUILD_SYSTEM_CARES=true \
 		GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true \
diff --git a/devel/py-grpcio/distinfo b/devel/py-grpcio/distinfo
index 800168716583..159c4d4a5467 100644
--- a/devel/py-grpcio/distinfo
+++ b/devel/py-grpcio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700381181
-SHA256 (grpcio-1.59.3.tar.gz) = 7800f99568a74a06ebdccd419dd1b6e639b477dcaf6da77ea702f8fb14ce5f80
-SIZE (grpcio-1.59.3.tar.gz) = 24866732
+TIMESTAMP = 1702263023
+SHA256 (grpcio-1.60.0.tar.gz) = 2199165a1affb666aa24adf0c97436686d0a61bc5fc113c037701fb7c7fceb96
+SIZE (grpcio-1.60.0.tar.gz) = 24766390



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