Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net grpc: updated to 1.29.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf50de780dfe
branches:  trunk
changeset: 433504:bf50de780dfe
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 03 09:28:53 2020 +0000

description:
grpc: updated to 1.29.1

Release v1.29.1

PHP
PHP: Fix include path for boringssl in windows build

Objective-C
--grpc_out: protoc-gen-grpc: Plugin killed by signal 6.


Release v1.29.0

Core

Move decompression into gRPC Core.
Introduce CFRunLoop based iomgr.
Add option for logging keepalive pings.
Clamp the receive flow control window size to ((1 << 31) - 1).
CallCredentials debug string API.

C++

Append to CMAKE_MODULE_PATH instead of replacing it.
Clean way to enable C and C++ standards in cmake.
Autogenerate build.yaml equivalent from bazel BUILD metadata (with bazel query xml).

diffstat:

 net/grpc/Makefile              |   4 ++--
 net/grpc/PLIST                 |  27 ++++++++++++---------------
 net/grpc/distinfo              |  10 +++++-----
 net/py-grpcio-testing/Makefile |   4 ++--
 net/py-grpcio-testing/distinfo |  10 +++++-----
 net/py-grpcio-tools/Makefile   |   4 ++--
 net/py-grpcio-tools/distinfo   |  10 +++++-----
 net/py-grpcio/Makefile         |   6 ++----
 net/py-grpcio/PLIST            |   5 ++++-
 net/py-grpcio/distinfo         |  10 +++++-----
 10 files changed, 44 insertions(+), 46 deletions(-)

diffs (213 lines):

diff -r 63524e7ae211 -r bf50de780dfe net/grpc/Makefile
--- a/net/grpc/Makefile Wed Jun 03 09:25:38 2020 +0000
+++ b/net/grpc/Makefile Wed Jun 03 09:28:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/04/04 09:30:37 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/06/03 09:28:53 adam Exp $
 
-DISTNAME=      grpc-1.28.1
+DISTNAME=      grpc-1.29.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grpc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 63524e7ae211 -r bf50de780dfe net/grpc/PLIST
--- a/net/grpc/PLIST    Wed Jun 03 09:25:38 2020 +0000
+++ b/net/grpc/PLIST    Wed Jun 03 09:28:53 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2020/04/04 09:30:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2020/06/03 09:28:53 adam Exp $
 bin/grpc_cpp_plugin
 bin/grpc_csharp_plugin
 bin/grpc_node_plugin
@@ -91,7 +91,6 @@
 include/grpc/compression.h
 include/grpc/fork.h
 include/grpc/grpc.h
-include/grpc/grpc_cronet.h
 include/grpc/grpc_posix.h
 include/grpc/grpc_security.h
 include/grpc/grpc_security_constants.h
@@ -270,6 +269,7 @@
 include/grpcpp/support/error_details_impl.h
 include/grpcpp/support/interceptor.h
 include/grpcpp/support/message_allocator.h
+include/grpcpp/support/method_handler.h
 include/grpcpp/support/proto_buffer_reader.h
 include/grpcpp/support/proto_buffer_writer.h
 include/grpcpp/support/server_callback.h
@@ -290,11 +290,11 @@
 lib/cmake/grpc/gRPCTargets.cmake
 lib/cmake/grpc/modules/Findc-ares.cmake
 lib/libaddress_sorting.so
-lib/libaddress_sorting.so.9
-lib/libaddress_sorting.so.9.0.0
+lib/libaddress_sorting.so.10
+lib/libaddress_sorting.so.10.0.0
 lib/libgpr.so
-lib/libgpr.so.9
-lib/libgpr.so.9.0.0
+lib/libgpr.so.10
+lib/libgpr.so.10.0.0
 lib/libgrpc++.so
 lib/libgrpc++.so.${PKGVERSION}
 lib/libgrpc++.so.1
@@ -311,23 +311,20 @@
 lib/libgrpc++_unsecure.so.${PKGVERSION}
 lib/libgrpc++_unsecure.so.1
 lib/libgrpc.so
-lib/libgrpc.so.9
-lib/libgrpc.so.9.0.0
-lib/libgrpc_cronet.so
-lib/libgrpc_cronet.so.9
-lib/libgrpc_cronet.so.9.0.0
+lib/libgrpc.so.10
+lib/libgrpc.so.10.0.0
 lib/libgrpc_plugin_support.so
 lib/libgrpc_plugin_support.so.${PKGVERSION}
 lib/libgrpc_plugin_support.so.1
 lib/libgrpc_unsecure.so
-lib/libgrpc_unsecure.so.9
-lib/libgrpc_unsecure.so.9.0.0
+lib/libgrpc_unsecure.so.10
+lib/libgrpc_unsecure.so.10.0.0
 lib/libgrpcpp_channelz.so
 lib/libgrpcpp_channelz.so.${PKGVERSION}
 lib/libgrpcpp_channelz.so.1
 lib/libupb.so
-lib/libupb.so.9
-lib/libupb.so.9.0.0
+lib/libupb.so.10
+lib/libupb.so.10.0.0
 lib/pkgconfig/gpr.pc
 lib/pkgconfig/grpc++.pc
 lib/pkgconfig/grpc++_unsecure.pc
diff -r 63524e7ae211 -r bf50de780dfe net/grpc/distinfo
--- a/net/grpc/distinfo Wed Jun 03 09:25:38 2020 +0000
+++ b/net/grpc/distinfo Wed Jun 03 09:28:53 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2020/04/04 09:30:37 adam Exp $
+$NetBSD: distinfo,v 1.26 2020/06/03 09:28:53 adam Exp $
 
-SHA1 (grpc-1.28.1.tar.gz) = be8c3d8c607078d9692b671c567ea8643ca3d3a5
-RMD160 (grpc-1.28.1.tar.gz) = d469809bae7e2cdfa8d68af0dd465d82d74bc207
-SHA512 (grpc-1.28.1.tar.gz) = 5cc4993470e2df21447d032ddeb65ab4175bb8acad5a06fdd22564068b80a5be255ef0e44d36732642d39dc3eaec02a93d2aaf6e369ad5dc43ff99b5023f357b
-Size (grpc-1.28.1.tar.gz) = 6888015 bytes
+SHA1 (grpc-1.29.1.tar.gz) = 4a81f15d24d8e8e0087f809ada0284de26c037e7
+RMD160 (grpc-1.29.1.tar.gz) = 0d72870a79f963169bce54ad438183949696c63b
+SHA512 (grpc-1.29.1.tar.gz) = d8dec0e8e8f9ee58a3cf0df74237c43e4aa43db99d078fedca486dea101743f2a3891a16e3aaa7b4c72a581e4305dd215d1ba12d2b34c6610eff17d851f183cd
+Size (grpc-1.29.1.tar.gz) = 6900234 bytes
 SHA1 (patch-CMakeLists.txt) = af17a03bdbb2b7905ced111b3c13c80b0cf3fec2
 SHA1 (patch-cmake_benchmark.cmake) = 6a7880c30019a723a35b56b0c5bd2d730b36550d
 SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c
diff -r 63524e7ae211 -r bf50de780dfe net/py-grpcio-testing/Makefile
--- a/net/py-grpcio-testing/Makefile    Wed Jun 03 09:25:38 2020 +0000
+++ b/net/py-grpcio-testing/Makefile    Wed Jun 03 09:28:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/04/04 09:30:37 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/06/03 09:28:53 adam Exp $
 
-DISTNAME=      grpcio-testing-1.28.1
+DISTNAME=      grpcio-testing-1.29.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-testing/}
diff -r 63524e7ae211 -r bf50de780dfe net/py-grpcio-testing/distinfo
--- a/net/py-grpcio-testing/distinfo    Wed Jun 03 09:25:38 2020 +0000
+++ b/net/py-grpcio-testing/distinfo    Wed Jun 03 09:28:53 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/04/04 09:30:37 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/06/03 09:28:53 adam Exp $
 
-SHA1 (grpcio-testing-1.28.1.tar.gz) = 5262f52706a0978bb90186fc80b325e37664d83b
-RMD160 (grpcio-testing-1.28.1.tar.gz) = bbb174c0522f6996558de32aeecbbf030dbe0ce1
-SHA512 (grpcio-testing-1.28.1.tar.gz) = 89c3aa5528e1f243a435997266a210ba6e287bca1401931689eb51f258a51768eb25a34c095d383dfcac7d446865535c48aefa0e37b4844bbb92214c7f431068
-Size (grpcio-testing-1.28.1.tar.gz) = 17127 bytes
+SHA1 (grpcio-testing-1.29.0.tar.gz) = 9d1750f5dad1378a25591c88ccd868c35413f88e
+RMD160 (grpcio-testing-1.29.0.tar.gz) = 16a28e29565957269ee215a0b3729d906c5fe964
+SHA512 (grpcio-testing-1.29.0.tar.gz) = 9d8e5799baad36ea7bdfe9ed83756860e2e406b94487d4ff6e454a0fde69a23b3f6a7a6fc3031221e1c6ad8b324b09c2791add6623d3e8e12b2b1797397fe9c4
+Size (grpcio-testing-1.29.0.tar.gz) = 16613 bytes
diff -r 63524e7ae211 -r bf50de780dfe net/py-grpcio-tools/Makefile
--- a/net/py-grpcio-tools/Makefile      Wed Jun 03 09:25:38 2020 +0000
+++ b/net/py-grpcio-tools/Makefile      Wed Jun 03 09:28:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/05/23 10:43:30 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2020/06/03 09:28:53 adam Exp $
 
-DISTNAME=      grpcio-tools-1.28.1
+DISTNAME=      grpcio-tools-1.29.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-tools/}
diff -r 63524e7ae211 -r bf50de780dfe net/py-grpcio-tools/distinfo
--- a/net/py-grpcio-tools/distinfo      Wed Jun 03 09:25:38 2020 +0000
+++ b/net/py-grpcio-tools/distinfo      Wed Jun 03 09:28:53 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/04/04 09:30:37 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/06/03 09:28:53 adam Exp $
 
-SHA1 (grpcio-tools-1.28.1.tar.gz) = 604988a996888b3716207248ae0d1e0d7b922577
-RMD160 (grpcio-tools-1.28.1.tar.gz) = 23e998753ae9a5892ef678e5703b36c1108d1929
-SHA512 (grpcio-tools-1.28.1.tar.gz) = b385fc567e8bb5965082164f87c1fafca5f0ec236feef343df92f82862b12ca33ddf9c94a366cd56437dc691ec5a37b82fd0f4fd547e389c6e9bcc7fe912d12e
-Size (grpcio-tools-1.28.1.tar.gz) = 1986547 bytes
+SHA1 (grpcio-tools-1.29.0.tar.gz) = 9d2b7fd80b7b6bafbe664681add5027e9f8c7e24
+RMD160 (grpcio-tools-1.29.0.tar.gz) = f393a6263822031be1a204465a14c4c3b1616206
+SHA512 (grpcio-tools-1.29.0.tar.gz) = 4651e2e9b43d6f721bbf533475d7e88f879b49053a000983f2f772e2265f711baa93265457e5526e9e58c16892eab89e4b61e53f8cdfdf22b3717e30cd7123e3
+Size (grpcio-tools-1.29.0.tar.gz) = 1987172 bytes
 SHA1 (patch-setup.py) = 080ba75a31b51631000e79006316e0a2d5ce6cee
diff -r 63524e7ae211 -r bf50de780dfe net/py-grpcio/Makefile
--- a/net/py-grpcio/Makefile    Wed Jun 03 09:25:38 2020 +0000
+++ b/net/py-grpcio/Makefile    Wed Jun 03 09:28:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/04/04 09:30:37 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/06/03 09:28:53 adam Exp $
 
-DISTNAME=      grpcio-1.28.1
+DISTNAME=      grpcio-1.29.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio/}
@@ -15,8 +15,6 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-
 USE_LANGUAGES+=        c99 c++11
 USE_TOOLS+=    gmake pkg-config
 
diff -r 63524e7ae211 -r bf50de780dfe net/py-grpcio/PLIST
--- a/net/py-grpcio/PLIST       Wed Jun 03 09:25:38 2020 +0000
+++ b/net/py-grpcio/PLIST       Wed Jun 03 09:28:53 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/04/04 09:30:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/06/03 09:28:53 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -90,6 +90,9 @@
 ${PYSITELIB}/grpc/experimental/aio/_interceptor.py
 ${PYSITELIB}/grpc/experimental/aio/_interceptor.pyc
 ${PYSITELIB}/grpc/experimental/aio/_interceptor.pyo
+${PYSITELIB}/grpc/experimental/aio/_metadata.py
+${PYSITELIB}/grpc/experimental/aio/_metadata.pyc
+${PYSITELIB}/grpc/experimental/aio/_metadata.pyo
 ${PYSITELIB}/grpc/experimental/aio/_server.py
 ${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyc
 ${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyo
diff -r 63524e7ae211 -r bf50de780dfe net/py-grpcio/distinfo
--- a/net/py-grpcio/distinfo    Wed Jun 03 09:25:38 2020 +0000
+++ b/net/py-grpcio/distinfo    Wed Jun 03 09:28:53 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2020/04/04 09:30:37 adam Exp $
+$NetBSD: distinfo,v 1.18 2020/06/03 09:28:53 adam Exp $
 
-SHA1 (grpcio-1.28.1.tar.gz) = 7670b34fd369739bdc01daf94ce6d6d33712ef7d
-RMD160 (grpcio-1.28.1.tar.gz) = 397d0017a02d4f59cafc5e74ece6cd83c3945487
-SHA512 (grpcio-1.28.1.tar.gz) = 12feaee3816a5e7b20b648a144d37f7e550a057112f5460bc4ec016885461951148cd4d2900fbfc905f76059ef29ae4c4d1d5a3216e5e3a2d17048c8b45f394f
-Size (grpcio-1.28.1.tar.gz) = 19511346 bytes
+SHA1 (grpcio-1.29.0.tar.gz) = 47e041a99183e015110332dc4676469998a71498
+RMD160 (grpcio-1.29.0.tar.gz) = 498f83a3dcda10a2003f767cb2cae898c6f053c8
+SHA512 (grpcio-1.29.0.tar.gz) = 4713f4dca84dded08fd65f12339332600fc3390fec9d4a9e0e127bf4c6d255251508a00b391177f44ed18c4f36e7d845f0cfa5e19066a77954ac82f8ce0eacff
+Size (grpcio-1.29.0.tar.gz) = 19571997 bytes
 SHA1 (patch-setup.py) = a9ee35b61a80532680c9443ae4ba042582ea1c53
 SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a



Home | Main Index | Thread Index | Old Index