diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/grpc/Makefile | 4 | ||||
-rw-r--r-- | net/grpc/PLIST | 40 | ||||
-rw-r--r-- | net/grpc/distinfo | 8 | ||||
-rw-r--r-- | net/py-grpcio-testing/Makefile | 4 | ||||
-rw-r--r-- | net/py-grpcio-testing/distinfo | 8 | ||||
-rw-r--r-- | net/py-grpcio-tools/Makefile | 4 | ||||
-rw-r--r-- | net/py-grpcio-tools/distinfo | 8 | ||||
-rw-r--r-- | net/py-grpcio/Makefile | 4 | ||||
-rw-r--r-- | net/py-grpcio/PLIST | 5 | ||||
-rw-r--r-- | net/py-grpcio/distinfo | 8 |
10 files changed, 50 insertions, 43 deletions
diff --git a/net/grpc/Makefile b/net/grpc/Makefile index 412ec768e42..386ff3739ed 100644 --- a/net/grpc/Makefile +++ b/net/grpc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2022/10/28 09:21:00 adam Exp $ +# $NetBSD: Makefile,v 1.65 2022/12/04 17:59:08 adam Exp $ -DISTNAME= grpc-1.50.1 +DISTNAME= grpc-1.51.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/grpc/PLIST b/net/grpc/PLIST index d5cd9e2b996..b064128fe29 100644 --- a/net/grpc/PLIST +++ b/net/grpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2022/10/28 09:21:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.38 2022/12/04 17:59:08 adam Exp $ bin/grpc_cpp_plugin bin/grpc_csharp_plugin bin/grpc_node_plugin @@ -165,8 +165,10 @@ include/grpcpp/grpcpp.h include/grpcpp/health_check_service_interface.h include/grpcpp/impl/call.h include/grpcpp/impl/call_hook.h +include/grpcpp/impl/call_op_set.h include/grpcpp/impl/call_op_set_interface.h include/grpcpp/impl/channel_argument_option.h +include/grpcpp/impl/channel_interface.h include/grpcpp/impl/client_unary_call.h include/grpcpp/impl/codegen/async_generic_service.h include/grpcpp/impl/codegen/async_stream.h @@ -248,6 +250,7 @@ include/grpcpp/server_posix.h include/grpcpp/support/async_stream.h include/grpcpp/support/async_unary_call.h include/grpcpp/support/byte_buffer.h +include/grpcpp/support/callback_common.h include/grpcpp/support/channel_arguments.h include/grpcpp/support/client_callback.h include/grpcpp/support/client_interceptor.h @@ -268,6 +271,7 @@ include/grpcpp/support/stub_options.h include/grpcpp/support/sync_stream.h include/grpcpp/support/time.h include/grpcpp/support/validate_service_config.h +include/grpcpp/version_info.h include/grpcpp/xds_server_builder.h lib/cmake/grpc/gRPCConfig.cmake lib/cmake/grpc/gRPCConfigVersion.cmake @@ -276,41 +280,41 @@ lib/cmake/grpc/gRPCTargets.cmake lib/cmake/grpc/modules/Findc-ares.cmake lib/cmake/grpc/modules/Findre2.cmake lib/libaddress_sorting.so -lib/libaddress_sorting.so.28 -lib/libaddress_sorting.so.28.0.0 +lib/libaddress_sorting.so.29 +lib/libaddress_sorting.so.29.0.0 lib/libgpr.so -lib/libgpr.so.28 -lib/libgpr.so.28.0.0 +lib/libgpr.so.29 +lib/libgpr.so.29.0.0 lib/libgrpc++.so lib/libgrpc++.so.${PKGVERSION} -lib/libgrpc++.so.1.50 +lib/libgrpc++.so.1.51 lib/libgrpc++_alts.so lib/libgrpc++_alts.so.${PKGVERSION} -lib/libgrpc++_alts.so.1.50 +lib/libgrpc++_alts.so.1.51 lib/libgrpc++_error_details.so lib/libgrpc++_error_details.so.${PKGVERSION} -lib/libgrpc++_error_details.so.1.50 +lib/libgrpc++_error_details.so.1.51 lib/libgrpc++_reflection.so lib/libgrpc++_reflection.so.${PKGVERSION} -lib/libgrpc++_reflection.so.1.50 +lib/libgrpc++_reflection.so.1.51 lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.${PKGVERSION} -lib/libgrpc++_unsecure.so.1.50 +lib/libgrpc++_unsecure.so.1.51 lib/libgrpc.so -lib/libgrpc.so.28 -lib/libgrpc.so.28.0.0 +lib/libgrpc.so.29 +lib/libgrpc.so.29.0.0 lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.${PKGVERSION} -lib/libgrpc_plugin_support.so.1.50 +lib/libgrpc_plugin_support.so.1.51 lib/libgrpc_unsecure.so -lib/libgrpc_unsecure.so.28 -lib/libgrpc_unsecure.so.28.0.0 +lib/libgrpc_unsecure.so.29 +lib/libgrpc_unsecure.so.29.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.${PKGVERSION} -lib/libgrpcpp_channelz.so.1.50 +lib/libgrpcpp_channelz.so.1.51 lib/libupb.so -lib/libupb.so.28 -lib/libupb.so.28.0.0 +lib/libupb.so.29 +lib/libupb.so.29.0.0 lib/pkgconfig/gpr.pc lib/pkgconfig/grpc++.pc lib/pkgconfig/grpc++_unsecure.pc diff --git a/net/grpc/distinfo b/net/grpc/distinfo index d4f57fadc7b..e39b304667f 100644 --- a/net/grpc/distinfo +++ b/net/grpc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.65 2022/10/28 09:21:00 adam Exp $ +$NetBSD: distinfo,v 1.66 2022/12/04 17:59:08 adam Exp $ -BLAKE2s (grpc-1.50.1.tar.gz) = 842706451b45d7570c2af5f2917bc5f10c94bc3a17cc40471af35a3456135dc0 -SHA512 (grpc-1.50.1.tar.gz) = 7c90ec9fd073980218f69eda704dbfb526dbd2f7f864135bdc6bd064789d1d8889127a253493196e617b0b90dddf1204ca9344c5e585ab0f0ca5c2a2a0a22ef1 -Size (grpc-1.50.1.tar.gz) = 8434595 bytes +BLAKE2s (grpc-1.51.1.tar.gz) = b4fc263cdeffee64969444829fbe8330d045eb3d3914406e3ff477823ebf0057 +SHA512 (grpc-1.51.1.tar.gz) = 1bc8e7a5a15b2dca88527d111cde398b0dc1921bbc945c6df8225b4225b8ac0b43155bcf743230ce7b5962d1ab948e9363229c98a879b1befc7a939a290fb888 +Size (grpc-1.51.1.tar.gz) = 8550112 bytes BLAKE2s (opencensus-proto-0.3.0.tar.gz) = be3ce863226f4aa422d9faa997fe29f9bb1743c0e804af3c5fad3c170e60ba42 SHA512 (opencensus-proto-0.3.0.tar.gz) = 39231a495dfdccfc8267d1e6af2ac624feea611a8691c10ec570de2194b352e4a9c3b0ce1606414fb98e5d77c66873bed4a9e56512efa12b267b8a91e0c5851e Size (opencensus-proto-0.3.0.tar.gz) = 163404 bytes diff --git a/net/py-grpcio-testing/Makefile b/net/py-grpcio-testing/Makefile index e39ef11c344..ef68bca6773 100644 --- a/net/py-grpcio-testing/Makefile +++ b/net/py-grpcio-testing/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2022/10/28 09:21:01 adam Exp $ +# $NetBSD: Makefile,v 1.36 2022/12/04 17:59:09 adam Exp $ -DISTNAME= grpcio-testing-1.50.0 +DISTNAME= grpcio-testing-1.51.1 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 74f8eb433c0..b9388a0f333 100644 --- a/net/py-grpcio-testing/distinfo +++ b/net/py-grpcio-testing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2022/10/28 09:21:01 adam Exp $ +$NetBSD: distinfo,v 1.36 2022/12/04 17:59:09 adam Exp $ -BLAKE2s (grpcio-testing-1.50.0.tar.gz) = 2874611dce5d44576492f5d3a56663c27dddb8d4f0ae74aa75f1a28d8eda0e8d -SHA512 (grpcio-testing-1.50.0.tar.gz) = a6dd8714604726627d7d6ef6e7058a53bf048a42f0c1b6d0883927afb0d5ad961d5c0ceb98d2a4c181bf772d7a0e8722061a44adc2e60500883c8ef9afaffee8 -Size (grpcio-testing-1.50.0.tar.gz) = 22429 bytes +BLAKE2s (grpcio-testing-1.51.1.tar.gz) = 3a7e8c62b384f2ff83aa7ee13181a79e9ab29fe927f5d5d2aaa79dfd382d7546 +SHA512 (grpcio-testing-1.51.1.tar.gz) = 529a8d33dd4f30ea6cc0887dbb0b4eaec1f280363f9ecd5e866267aec18820d74a828d5d738534f97fdda485e2c4de39182b9a7e510b0e8c76b763b5c8126c54 +Size (grpcio-testing-1.51.1.tar.gz) = 22396 bytes diff --git a/net/py-grpcio-tools/Makefile b/net/py-grpcio-tools/Makefile index d695dc32e09..91989be2fcf 100644 --- a/net/py-grpcio-tools/Makefile +++ b/net/py-grpcio-tools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2022/10/28 09:21:01 adam Exp $ +# $NetBSD: Makefile,v 1.49 2022/12/04 17:59:09 adam Exp $ -DISTNAME= grpcio-tools-1.50.0 +DISTNAME= grpcio-tools-1.51.1 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 ca8f2a188b0..0ea648067ed 100644 --- a/net/py-grpcio-tools/distinfo +++ b/net/py-grpcio-tools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.44 2022/10/28 09:21:01 adam Exp $ +$NetBSD: distinfo,v 1.45 2022/12/04 17:59:09 adam Exp $ -BLAKE2s (grpcio-tools-1.50.0.tar.gz) = e49e0a53cb5147436c24c9c191c8ab560b7ede8a4e483c0f3f3ca615ede33e56 -SHA512 (grpcio-tools-1.50.0.tar.gz) = f5c3f6dfaa4d7cae00b71861a9b8ea84cb8d33bc0bafead25286cc9533b8fdff88e29c8b05ae87618588e5e389ff3dc8327feae04d57b06fb27147547c91a254 -Size (grpcio-tools-1.50.0.tar.gz) = 2253223 bytes +BLAKE2s (grpcio-tools-1.51.1.tar.gz) = 9b8f03342be02651c149d88171a55b6fa7f5f7270ce7fb5fc5f9ac2e40634667 +SHA512 (grpcio-tools-1.51.1.tar.gz) = d8477b015f7b1d78d15c9cb116d296a2576f400e1c18d3fca6e4364cf412aa95d87b43eb4e6e82a2ece98da33d3a7f030227134349fc4450e58a1b265824e789 +Size (grpcio-tools-1.51.1.tar.gz) = 2254429 bytes SHA1 (patch-setup.py) = ecd08109c7d3173ccaa6d3b4428a66a9eac560f7 diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index d9c314f4f19..153dd0ffb63 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2022/10/28 09:21:01 adam Exp $ +# $NetBSD: Makefile,v 1.53 2022/12/04 17:59:08 adam Exp $ -DISTNAME= grpcio-1.50.0 +DISTNAME= grpcio-1.51.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} diff --git a/net/py-grpcio/PLIST b/net/py-grpcio/PLIST index 1066a487c69..d72bdad3224 100644 --- a/net/py-grpcio/PLIST +++ b/net/py-grpcio/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2020/09/10 07:18:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/12/04 17:59:08 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -45,6 +45,9 @@ ${PYSITELIB}/grpc/_server.pyo ${PYSITELIB}/grpc/_simple_stubs.py ${PYSITELIB}/grpc/_simple_stubs.pyc ${PYSITELIB}/grpc/_simple_stubs.pyo +${PYSITELIB}/grpc/_typing.py +${PYSITELIB}/grpc/_typing.pyc +${PYSITELIB}/grpc/_typing.pyo ${PYSITELIB}/grpc/_utilities.py ${PYSITELIB}/grpc/_utilities.pyc ${PYSITELIB}/grpc/_utilities.pyo diff --git a/net/py-grpcio/distinfo b/net/py-grpcio/distinfo index aab2214856a..47f45350308 100644 --- a/net/py-grpcio/distinfo +++ b/net/py-grpcio/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2022/10/28 09:21:01 adam Exp $ +$NetBSD: distinfo,v 1.49 2022/12/04 17:59:08 adam Exp $ -BLAKE2s (grpcio-1.50.0.tar.gz) = 3234a60d82673aa5a438af8d104b36bd2c6cfa82a4518aa6535da3fa2f8eae7b -SHA512 (grpcio-1.50.0.tar.gz) = cd11ef03a524213bdc650490599736e20d0ff1ceb269f70e656fdf80320ae0e0eb9777db1e3fe429024363cdf34229382cd0bb6de71b956afd20adb72e8fc35f -Size (grpcio-1.50.0.tar.gz) = 22066727 bytes +BLAKE2s (grpcio-1.51.1.tar.gz) = 581860007f7474b164f690c0528d5b9f31baff5d2cb98e115970bd78c961eaf3 +SHA512 (grpcio-1.51.1.tar.gz) = 6133ac7518477a2c0bb4aa95d3631dfb1f2c2526e853e056a47dc567211905dc2a31714481b97596253cd72dbbb8a34af3c644909ffe7b87b8ba71ec726c04a0 +Size (grpcio-1.51.1.tar.gz) = 22137648 bytes SHA1 (patch-setup.py) = d95ba143e8bf51b97946b40f3f7295c990c0dd7d SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a |