summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-09-15 11:23:13 +0000
committeradam <adam@pkgsrc.org>2021-09-15 11:23:13 +0000
commit89550aa8ed52635c35cb1d7ffe7b2bd9601754b0 (patch)
tree9a0b481288bbec7013d1e120a53d3d3000a32d3b /net
parent4b9960bf7de49d539c8d4a885de5bc9646d68946 (diff)
downloadpkgsrc-89550aa8ed52635c35cb1d7ffe7b2bd9601754b0.tar.gz
grpc: updated to 1.40.0
Release v1.40.0 Core Update Envoy API to the latest version (2021-07-30). Enable retries by default. Add opentelemetry as a submodule for latest xDS API. Pointing the protobuf submodule to the new URL. Remove BUILD.gn. Prevent race causing early-destruction of grpc_winsocket object when creating a TCP connection. TLS Security Connector: Add an always-fail-handshaker when certificates are not ready. Enable layering checks in the Bazel build. Support user provided "scope" in JWT and GDC. C++ C++ opencensus filter: Fix point of creating context for overall call. Open census call attempt span name and attribute changes Open census filter: Use new internal stats API and record retry stats. Add OpenCensus measures and views for retries. Python Add retry example for gRPC Python. Remove Python 2.7 binary wheel generations. [Aio][fix] catch application exception in request iterators.
Diffstat (limited to 'net')
-rw-r--r--net/grpc/Makefile4
-rw-r--r--net/grpc/PLIST16
-rw-r--r--net/grpc/distinfo10
-rw-r--r--net/py-grpcio-testing/Makefile4
-rw-r--r--net/py-grpcio-testing/distinfo10
-rw-r--r--net/py-grpcio-tools/Makefile4
-rw-r--r--net/py-grpcio-tools/distinfo10
-rw-r--r--net/py-grpcio/Makefile4
-rw-r--r--net/py-grpcio/distinfo10
9 files changed, 36 insertions, 36 deletions
diff --git a/net/grpc/Makefile b/net/grpc/Makefile
index 993f76711f1..e929e60773d 100644
--- a/net/grpc/Makefile
+++ b/net/grpc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/07/27 15:47:18 adam Exp $
+# $NetBSD: Makefile,v 1.46 2021/09/15 11:23:13 adam Exp $
-DISTNAME= grpc-1.39.0
+DISTNAME= grpc-1.40.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/net/grpc/PLIST b/net/grpc/PLIST
index 32261207f29..6de341a9589 100644
--- a/net/grpc/PLIST
+++ b/net/grpc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2021/07/27 15:47:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2021/09/15 11:23:13 adam Exp $
bin/grpc_cpp_plugin
bin/grpc_csharp_plugin
bin/grpc_node_plugin
@@ -272,31 +272,31 @@ lib/libgpr.so.18
lib/libgpr.so.18.0.0
lib/libgrpc++.so
lib/libgrpc++.so.${PKGVERSION}
-lib/libgrpc++.so.1.39
+lib/libgrpc++.so.1.40
lib/libgrpc++_alts.so
lib/libgrpc++_alts.so.${PKGVERSION}
-lib/libgrpc++_alts.so.1.39
+lib/libgrpc++_alts.so.1.40
lib/libgrpc++_error_details.so
lib/libgrpc++_error_details.so.${PKGVERSION}
-lib/libgrpc++_error_details.so.1.39
+lib/libgrpc++_error_details.so.1.40
lib/libgrpc++_reflection.so
lib/libgrpc++_reflection.so.${PKGVERSION}
-lib/libgrpc++_reflection.so.1.39
+lib/libgrpc++_reflection.so.1.40
lib/libgrpc++_unsecure.so
lib/libgrpc++_unsecure.so.${PKGVERSION}
-lib/libgrpc++_unsecure.so.1.39
+lib/libgrpc++_unsecure.so.1.40
lib/libgrpc.so
lib/libgrpc.so.18
lib/libgrpc.so.18.0.0
lib/libgrpc_plugin_support.so
lib/libgrpc_plugin_support.so.${PKGVERSION}
-lib/libgrpc_plugin_support.so.1.39
+lib/libgrpc_plugin_support.so.1.40
lib/libgrpc_unsecure.so
lib/libgrpc_unsecure.so.18
lib/libgrpc_unsecure.so.18.0.0
lib/libgrpcpp_channelz.so
lib/libgrpcpp_channelz.so.${PKGVERSION}
-lib/libgrpcpp_channelz.so.1.39
+lib/libgrpcpp_channelz.so.1.40
lib/libupb.so
lib/libupb.so.18
lib/libupb.so.18.0.0
diff --git a/net/grpc/distinfo b/net/grpc/distinfo
index 09e90f09039..c4c47950bc1 100644
--- a/net/grpc/distinfo
+++ b/net/grpc/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2021/07/27 15:47:18 adam Exp $
+$NetBSD: distinfo,v 1.46 2021/09/15 11:23:13 adam Exp $
-SHA1 (grpc-1.39.0.tar.gz) = a8f9e538a2e1e3cf82f2f6e28ad362effc4020e7
-RMD160 (grpc-1.39.0.tar.gz) = 48066a05887159108bb02b1b9a88150a6f2048e2
-SHA512 (grpc-1.39.0.tar.gz) = bf1095d03eb1eb8a803730702edd43a4d4a448f3f1370aff8688f8ea8fc3a8f29bb8399e6356a9a347c775129960632e0e3b883a3b82f4af41022786ff40df00
-Size (grpc-1.39.0.tar.gz) = 8378094 bytes
+SHA1 (grpc-1.40.0.tar.gz) = 372be0a8ab589bf3ddadf893f7565b819fe80e33
+RMD160 (grpc-1.40.0.tar.gz) = b470e74625f1321ee4c4ef1a03cac7edf6ab4fbf
+SHA512 (grpc-1.40.0.tar.gz) = b509f1a60dddc83912bf87418acd400f6c9dc6c285ea688a3de58aacf66d462b4f99c1bd91a5b0ca4e2092bd7cd91103b9192c69d5fe34a4d14ca9aaa6d1b13a
+Size (grpc-1.40.0.tar.gz) = 8339742 bytes
SHA1 (patch-CMakeLists.txt) = af17a03bdbb2b7905ced111b3c13c80b0cf3fec2
SHA1 (patch-include_grpc_event__engine_port.h) = 4f2e59111ad430bd4d501400a25871409266f66d
SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = 77137590f488d81ee731d82148b6e982f29b7aad
diff --git a/net/py-grpcio-testing/Makefile b/net/py-grpcio-testing/Makefile
index 3e78a1b5533..f93c57cab80 100644
--- a/net/py-grpcio-testing/Makefile
+++ b/net/py-grpcio-testing/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/07/27 15:47:18 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/09/15 11:23:13 adam Exp $
-DISTNAME= grpcio-testing-1.39.0
+DISTNAME= grpcio-testing-1.40.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-testing/}
diff --git a/net/py-grpcio-testing/distinfo b/net/py-grpcio-testing/distinfo
index ba048c993d4..7268a52a86f 100644
--- a/net/py-grpcio-testing/distinfo
+++ b/net/py-grpcio-testing/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2021/07/27 15:47:18 adam Exp $
+$NetBSD: distinfo,v 1.21 2021/09/15 11:23:13 adam Exp $
-SHA1 (grpcio-testing-1.39.0.tar.gz) = 643736dcb2044aa336e6415eaf7d29db49069338
-RMD160 (grpcio-testing-1.39.0.tar.gz) = 519fbff8ee27ec97106b92580fece1d27edd62e5
-SHA512 (grpcio-testing-1.39.0.tar.gz) = 552ffdc4ad74ff254cc130cac6e9fcae3a9d0229f875dc4eff4aec8c3c8fb5a826685048db1e8b402f114ea27f185157425b97af0348e6f97ec5770affd92917
-Size (grpcio-testing-1.39.0.tar.gz) = 16857 bytes
+SHA1 (grpcio-testing-1.40.0.tar.gz) = 31b383986f4398865bfe0cfbca865cd5e0c1a1e9
+RMD160 (grpcio-testing-1.40.0.tar.gz) = 6095a3fcaca88a25b7da3604285852ad69757267
+SHA512 (grpcio-testing-1.40.0.tar.gz) = f7079dd11da898d7f7f6144ebdd7a50ec52a202c1caafd11ca6ac9d49a6ed793e6f3769712cfff1b1a86e73f5da8fa2a7d9459acd486c06de23dc3ca55186b24
+Size (grpcio-testing-1.40.0.tar.gz) = 16448 bytes
diff --git a/net/py-grpcio-tools/Makefile b/net/py-grpcio-tools/Makefile
index 6fc7df826f0..ee7aec1218d 100644
--- a/net/py-grpcio-tools/Makefile
+++ b/net/py-grpcio-tools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/07/27 15:47:19 adam Exp $
+# $NetBSD: Makefile,v 1.32 2021/09/15 11:23:13 adam Exp $
-DISTNAME= grpcio-tools-1.39.0
+DISTNAME= grpcio-tools-1.40.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/}
diff --git a/net/py-grpcio-tools/distinfo b/net/py-grpcio-tools/distinfo
index 0a3dfadf99f..6b11d1dc652 100644
--- a/net/py-grpcio-tools/distinfo
+++ b/net/py-grpcio-tools/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2021/07/27 15:47:19 adam Exp $
+$NetBSD: distinfo,v 1.30 2021/09/15 11:23:13 adam Exp $
-SHA1 (grpcio-tools-1.39.0.tar.gz) = c555ed952ecb73306326a48bd028b26e8a19aee1
-RMD160 (grpcio-tools-1.39.0.tar.gz) = 4f4db4aa7f07e6d72bed163a6c75c33d8cbda32e
-SHA512 (grpcio-tools-1.39.0.tar.gz) = 60f9e96fa3d572b616752b1b8055e160f34ac6115b01d565c659b1425c78d457b800128cedcc6ca5f710b069f4300dcfacc2f246252bc712f2d9e90cbfc8d232
-Size (grpcio-tools-1.39.0.tar.gz) = 2128849 bytes
+SHA1 (grpcio-tools-1.40.0.tar.gz) = bec756a2eb632dcf46b6deb1a2f123f6215c7075
+RMD160 (grpcio-tools-1.40.0.tar.gz) = d17f40196e9742b1d3bd6356f1209c1ef6e06cac
+SHA512 (grpcio-tools-1.40.0.tar.gz) = 722db1b54bc4c897e5b6827c6829bfabdb7f2c56a437e893654236e77fb8d34cc0935c4060805c3dc2e19ac5504ca59198e3cc1d57973104cf469387a4f61701
+Size (grpcio-tools-1.40.0.tar.gz) = 2128757 bytes
SHA1 (patch-setup.py) = ecd08109c7d3173ccaa6d3b4428a66a9eac560f7
diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile
index a006ef1f064..7fdd9fc14e8 100644
--- a/net/py-grpcio/Makefile
+++ b/net/py-grpcio/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2021/07/27 15:47:18 adam Exp $
+# $NetBSD: Makefile,v 1.36 2021/09/15 11:23:13 adam Exp $
-DISTNAME= grpcio-1.39.0
+DISTNAME= grpcio-1.40.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/}
diff --git a/net/py-grpcio/distinfo b/net/py-grpcio/distinfo
index a8cfa9b61af..90b2afa9ebc 100644
--- a/net/py-grpcio/distinfo
+++ b/net/py-grpcio/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2021/07/27 15:47:18 adam Exp $
+$NetBSD: distinfo,v 1.34 2021/09/15 11:23:13 adam Exp $
-SHA1 (grpcio-1.39.0.tar.gz) = d6902447a4d343ec7ef66b22a8993b6e6aff0188
-RMD160 (grpcio-1.39.0.tar.gz) = 57cbf44897710b48f5a6a03538608d27e726c516
-SHA512 (grpcio-1.39.0.tar.gz) = aaf1e7a2e7516341489e5492c749da3b1a2f80b72d85a71c79893766c2b30ec976e31b2e29cd0753dde8151f56d7e54e828fe7fb20229ecfb06f53c60cc1df89
-Size (grpcio-1.39.0.tar.gz) = 21295494 bytes
+SHA1 (grpcio-1.40.0.tar.gz) = 6a01b9ad785b419f01bc551848dee9b3a333bd87
+RMD160 (grpcio-1.40.0.tar.gz) = d7551adad5777a3fa163b9f40121695d264b12a5
+SHA512 (grpcio-1.40.0.tar.gz) = a912ae923392362befeaa0f0e4b2f3ff3a71f2439cce6d6221a7d63e23dc759346c0064c6b44ea5407dbbaec629183844583d20040310dcc08fb3cd658191cf3
+Size (grpcio-1.40.0.tar.gz) = 21275735 bytes
SHA1 (patch-setup.py) = c3135fbac1d69942eca57a5fccaf805c8a6cff23
SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a