message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=9mJXcgkADLfJHOld/UlsE6lEFS/+i7Nw5+DEKJLXFYU=; b=lBcgBwtx4++UhRgSz+Yj0X671hR6i62+iectwgP1V4H559wF/fELj/AaXmb8czTCqiYuuK PPSKhs08GoSfgzDxXDxmcfff8KtdO+dj29Rki/E1bAZVNF72/IAXei8kbIqcKOGjsAzq1R FGBzsTHHxCTKaPNyj4Pti3vzf8WDGlqdAjt1uA/xtGQ7H1I88osvNNTDnQD5i0337ubZNm TNB5gntNpzz/C+ENRB3VANRdGHdPNCWuzDUDxCQR7bj1muVWiK82zJUULpdC2Wy2spNsWL lA02ihSo53A4rLpaTAnC7ee5I9eQ34lLAVFGxH+viCgxFj3MBe+fwk2lewS+tw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g43nk41qfz16wt for ; Mon, 27 Apr 2026 13:10:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 31a14 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 27 Apr 2026 13:10:02 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c0a048676dc9 - main - devel/grpc: Update to 1.80.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0a048676dc98414d36f424534dd8c87cc099ead Auto-Submitted: auto-generated Date: Mon, 27 Apr 2026 13:10:02 +0000 Message-Id: <69ef602a.31a14.41c699da@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0a048676dc98414d36f424534dd8c87cc099ead commit c0a048676dc98414d36f424534dd8c87cc099ead Author: Po-Chuan Hsieh AuthorDate: 2026-04-27 13:01:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-27 13:06:50 +0000 devel/grpc: Update to 1.80.0 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases --- databases/arrow/Makefile | 2 +- devel/bear/Makefile | 2 +- devel/google-cloud-cpp/Makefile | 2 +- devel/grpc/Makefile | 6 ++-- devel/grpc/distinfo | 14 ++++---- devel/grpc/pkg-plist | 72 ++++++++++++++++++++-------------------- net-mgmt/fastnetmon/Makefile | 2 +- net/rubygem-grpc-gitlab/Makefile | 1 + net/rubygem-grpc/Makefile | 2 +- sysutils/syslog-ng/Makefile | 2 +- www/freenginx-devel/Makefile | 2 +- www/freenginx/Makefile | 2 +- www/nginx-devel/Makefile | 2 +- www/nginx/Makefile | 2 +- 14 files changed, 57 insertions(+), 56 deletions(-) diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 2fb065a1f8cf..3f16d28e4707 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow DISTVERSION= 21.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc diff --git a/devel/bear/Makefile b/devel/bear/Makefile index 7786d7c50057..6bd7b313aae2 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -1,6 +1,6 @@ PORTNAME= bear DISTVERSION= 4.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= aokblast@FreeBSD.org diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile index 4eb7e902c7b3..e6abc8270c9c 100644 --- a/devel/google-cloud-cpp/Makefile +++ b/devel/google-cloud-cpp/Makefile @@ -1,7 +1,7 @@ PORTNAME= google-cloud-cpp DISTVERSIONPREFIX= v DISTVERSION= 2.27.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= devel DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index fef3654c00f0..4939d4ed08d7 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.78.1 +PORTVERSION= 1.80.0 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= devel @@ -55,9 +55,9 @@ CONFLICTS_INSTALL= grpc[0-9][0-9][0-9] USE_GITHUB= yes GH_TUPLE= envoyproxy:data-plane-api:84e8436:envoyproxy_data_plane_api/third_party/envoy-api \ - googleapis:googleapis:4ed62e4:googleapis_googleapis/third_party/googleapis \ + googleapis:googleapis:785537c:googleapis_googleapis/third_party/googleapis \ census-instrumentation:opencensus-proto:1664cc9:census_instrumentation_opencensus_proto/third_party/opencensus-proto \ - bufbuild:protoc-gen-validate:v1.3.0:bufbuild_protoc_gen_validate/third_party/protoc-gen-validate \ + bufbuild:protoc-gen-validate:v1.3.3:bufbuild_protoc_gen_validate/third_party/protoc-gen-validate \ cncf:xds:dba9d58:cncf_xds/third_party/xds OPTIONS_DEFINE= OPENTELEMETRY diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index fe55e4edb5fc..adc02c06efd6 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1773966712 -SHA256 (grpc-grpc-v1.78.1_GH0.tar.gz) = 961a44a2a5a50670e58f5e887c17fe70529253da23802245326d681f6d8d1ba6 -SIZE (grpc-grpc-v1.78.1_GH0.tar.gz) = 15481241 +TIMESTAMP = 1777252490 +SHA256 (grpc-grpc-v1.80.0_GH0.tar.gz) = 38f58596277fa632064cc0719b9ece4381c8c77461cb51e9b66ca149574b7865 +SIZE (grpc-grpc-v1.80.0_GH0.tar.gz) = 15772645 SHA256 (envoyproxy-data-plane-api-84e8436_GH0.tar.gz) = 63e4ab6514051cf76d86deaa8f266211e9bf47cf8bab5c5dd593c6e2479bb15d SIZE (envoyproxy-data-plane-api-84e8436_GH0.tar.gz) = 813467 -SHA256 (googleapis-googleapis-4ed62e4_GH0.tar.gz) = 9be5c5a9ecd7a1c6a8af0a868f3beabf6d0fa8084d197b02f2dfd9c41c0f21c2 -SIZE (googleapis-googleapis-4ed62e4_GH0.tar.gz) = 12861922 +SHA256 (googleapis-googleapis-785537c_GH0.tar.gz) = 0da24c41a562bc0a8a67960559f1f630c8d211b8c2257b176a3a1735be6de57d +SIZE (googleapis-googleapis-785537c_GH0.tar.gz) = 14409091 SHA256 (census-instrumentation-opencensus-proto-1664cc9_GH0.tar.gz) = eb1768edf91e5cef93491b3b2f057f5c309663b9716b30bb4d48bcffd6dd5722 SIZE (census-instrumentation-opencensus-proto-1664cc9_GH0.tar.gz) = 163613 -SHA256 (bufbuild-protoc-gen-validate-v1.3.0_GH0.tar.gz) = 26dc6db523ee943af51fdfc292658a2dbe7046735654f1dc839745988f0fe26b -SIZE (bufbuild-protoc-gen-validate-v1.3.0_GH0.tar.gz) = 190514 +SHA256 (bufbuild-protoc-gen-validate-v1.3.3_GH0.tar.gz) = 9e47ef41ec0e269a173a94b6766cc4be4e1a1098fcda040b2f0441c51bfb6ae2 +SIZE (bufbuild-protoc-gen-validate-v1.3.3_GH0.tar.gz) = 174811 SHA256 (cncf-xds-dba9d58_GH0.tar.gz) = 8558a5d855cfee0198462bc27e5bff63ceacf7eca9e303fd169c6e539d3b816d SIZE (cncf-xds-dba9d58_GH0.tar.gz) = 183110 diff --git a/devel/grpc/pkg-plist b/devel/grpc/pkg-plist index 779870e2c713..df8ee7ce85c7 100644 --- a/devel/grpc/pkg-plist +++ b/devel/grpc/pkg-plist @@ -24,7 +24,6 @@ include/grpc++/impl/codegen/async_stream.h include/grpc++/impl/codegen/async_unary_call.h include/grpc++/impl/codegen/byte_buffer.h include/grpc++/impl/codegen/call.h -include/grpc++/impl/codegen/call_hook.h include/grpc++/impl/codegen/channel_interface.h include/grpc++/impl/codegen/client_context.h include/grpc++/impl/codegen/client_unary_call.h @@ -87,6 +86,7 @@ include/grpc/census.h include/grpc/compression.h include/grpc/create_channel_from_endpoint.h include/grpc/credentials.h +include/grpc/credentials_cpp.h include/grpc/event_engine/endpoint_config.h include/grpc/event_engine/event_engine.h include/grpc/event_engine/extensible.h @@ -136,6 +136,7 @@ include/grpc/impl/propagation_bits.h include/grpc/impl/slice_type.h include/grpc/load_reporting.h include/grpc/passive_listener.h +include/grpc/private_key_signer.h include/grpc/slice.h include/grpc/slice_buffer.h include/grpc/status.h @@ -179,7 +180,6 @@ include/grpcpp/generic/generic_stub_callback.h 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 @@ -190,7 +190,6 @@ include/grpcpp/impl/codegen/async_stream.h include/grpcpp/impl/codegen/async_unary_call.h include/grpcpp/impl/codegen/byte_buffer.h include/grpcpp/impl/codegen/call.h -include/grpcpp/impl/codegen/call_hook.h include/grpcpp/impl/codegen/call_op_set.h include/grpcpp/impl/codegen/call_op_set_interface.h include/grpcpp/impl/codegen/callback_common.h @@ -270,6 +269,7 @@ include/grpcpp/security/tls_certificate_provider.h include/grpcpp/security/tls_certificate_verifier.h include/grpcpp/security/tls_credentials_options.h include/grpcpp/security/tls_crl_provider.h +include/grpcpp/security/tls_private_key_signer.h include/grpcpp/server.h include/grpcpp/server_builder.h include/grpcpp/server_context.h @@ -312,11 +312,11 @@ lib/cmake/grpc/modules/Findc-ares.cmake lib/cmake/grpc/modules/Findre2.cmake lib/cmake/grpc/modules/Findsystemd.cmake lib/libaddress_sorting.so -lib/libaddress_sorting.so.52 -lib/libaddress_sorting.so.52.0.0 +lib/libaddress_sorting.so.53 +lib/libaddress_sorting.so.53.0.0 lib/libgpr.so -lib/libgpr.so.52 -lib/libgpr.so.52.0.0 +lib/libgpr.so.53 +lib/libgpr.so.53.0.0 lib/libgrpc++.so lib/libgrpc++.so.%%SHLIB_VER%% lib/libgrpc++.so.%%PORTVERSION%% @@ -333,8 +333,8 @@ lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.%%SHLIB_VER%% lib/libgrpc++_unsecure.so.%%PORTVERSION%% lib/libgrpc.so -lib/libgrpc.so.52 -lib/libgrpc.so.52.0.0 +lib/libgrpc.so.53 +lib/libgrpc.so.53.0.0 lib/libgrpc_authorization_provider.so lib/libgrpc_authorization_provider.so.%%SHLIB_VER%% lib/libgrpc_authorization_provider.so.%%PORTVERSION%% @@ -342,8 +342,8 @@ lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.%%SHLIB_VER%% lib/libgrpc_plugin_support.so.%%PORTVERSION%% lib/libgrpc_unsecure.so -lib/libgrpc_unsecure.so.52 -lib/libgrpc_unsecure.so.52.0.0 +lib/libgrpc_unsecure.so.53 +lib/libgrpc_unsecure.so.53.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.%%SHLIB_VER%% lib/libgrpcpp_channelz.so.%%PORTVERSION%% @@ -351,45 +351,45 @@ lib/libgrpcpp_channelz.so.%%PORTVERSION%% %%OPENTELEMETRY%%lib/libgrpcpp_otel_plugin.so.%%SHLIB_VER%% %%OPENTELEMETRY%%lib/libgrpcpp_otel_plugin.so.%%PORTVERSION%% lib/libupb_base_lib.so -lib/libupb_base_lib.so.52 -lib/libupb_base_lib.so.52.0.0 +lib/libupb_base_lib.so.53 +lib/libupb_base_lib.so.53.0.0 lib/libupb_hash_lib.so -lib/libupb_hash_lib.so.52 -lib/libupb_hash_lib.so.52.0.0 +lib/libupb_hash_lib.so.53 +lib/libupb_hash_lib.so.53.0.0 lib/libupb_json_lib.so -lib/libupb_json_lib.so.52 -lib/libupb_json_lib.so.52.0.0 +lib/libupb_json_lib.so.53 +lib/libupb_json_lib.so.53.0.0 lib/libupb_lex_lib.so -lib/libupb_lex_lib.so.52 -lib/libupb_lex_lib.so.52.0.0 +lib/libupb_lex_lib.so.53 +lib/libupb_lex_lib.so.53.0.0 lib/libupb_mem_lib.so -lib/libupb_mem_lib.so.52 -lib/libupb_mem_lib.so.52.0.0 +lib/libupb_mem_lib.so.53 +lib/libupb_mem_lib.so.53.0.0 lib/libupb_message_lib.so -lib/libupb_message_lib.so.52 -lib/libupb_message_lib.so.52.0.0 +lib/libupb_message_lib.so.53 +lib/libupb_message_lib.so.53.0.0 lib/libupb_mini_descriptor_lib.so -lib/libupb_mini_descriptor_lib.so.52 -lib/libupb_mini_descriptor_lib.so.52.0.0 +lib/libupb_mini_descriptor_lib.so.53 +lib/libupb_mini_descriptor_lib.so.53.0.0 lib/libupb_mini_table_lib.so -lib/libupb_mini_table_lib.so.52 -lib/libupb_mini_table_lib.so.52.0.0 +lib/libupb_mini_table_lib.so.53 +lib/libupb_mini_table_lib.so.53.0.0 lib/libupb_reflection_lib.so -lib/libupb_reflection_lib.so.52 -lib/libupb_reflection_lib.so.52.0.0 +lib/libupb_reflection_lib.so.53 +lib/libupb_reflection_lib.so.53.0.0 lib/libupb_textformat_lib.so -lib/libupb_textformat_lib.so.52 -lib/libupb_textformat_lib.so.52.0.0 +lib/libupb_textformat_lib.so.53 +lib/libupb_textformat_lib.so.53.0.0 lib/libupb_wire_lib.so -lib/libupb_wire_lib.so.52 -lib/libupb_wire_lib.so.52.0.0 +lib/libupb_wire_lib.so.53 +lib/libupb_wire_lib.so.53.0.0 lib/libutf8_range_lib.so -lib/libutf8_range_lib.so.52 -lib/libutf8_range_lib.so.52.0.0 +lib/libutf8_range_lib.so.53 +lib/libutf8_range_lib.so.53.0.0 libdata/pkgconfig/gpr.pc libdata/pkgconfig/grpc++.pc libdata/pkgconfig/grpc++_unsecure.pc libdata/pkgconfig/grpc.pc libdata/pkgconfig/grpc_unsecure.pc -libdata/pkgconfig/grpcpp_otel_plugin.pc +%%OPENTELEMETRY%%libdata/pkgconfig/grpcpp_otel_plugin.pc %%DATADIR%%/roots.pem diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index 9a2479475e22..27d1c5b5066a 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -1,7 +1,7 @@ PORTNAME= fastnetmon DISTVERSIONPREFIX= v DISTVERSION= 1.2.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-mgmt security MAINTAINER= farrokhi@FreeBSD.org diff --git a/net/rubygem-grpc-gitlab/Makefile b/net/rubygem-grpc-gitlab/Makefile index 1b4f2920d339..e6cb7646556c 100644 --- a/net/rubygem-grpc-gitlab/Makefile +++ b/net/rubygem-grpc-gitlab/Makefile @@ -1,5 +1,6 @@ PORTNAME= grpc PORTVERSION= 1.80.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab diff --git a/net/rubygem-grpc/Makefile b/net/rubygem-grpc/Makefile index 0ad83bba44f0..22065ba012c0 100644 --- a/net/rubygem-grpc/Makefile +++ b/net/rubygem-grpc/Makefile @@ -1,6 +1,6 @@ PORTNAME= grpc PORTVERSION= 1.76.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index aba002009fed..4478adfab9d9 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -1,6 +1,6 @@ PORTNAME= syslog-ng DISTVERSION= 4.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils # official master site: MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile index 77b5e41f5215..5e3290d0f095 100644 --- a/www/freenginx-devel/Makefile +++ b/www/freenginx-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= freenginx PORTVERSION= ${NGINX_VERSION} .include "version.mk" -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://freenginx.org/download/ \ LOCAL/osa diff --git a/www/freenginx/Makefile b/www/freenginx/Makefile index 108bc405136b..96a42817280f 100644 --- a/www/freenginx/Makefile +++ b/www/freenginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= freenginx PORTVERSION= 1.28.0 -PORTREVISION?= 11 +PORTREVISION?= 12 CATEGORIES= www MASTER_SITES= https://freenginx.org/download/ \ LOCAL/joneum diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 52dc99ad6181..74b27d3e09ab 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME?= nginx PORTVERSION= ${NGINX_VERSION} .include "version.mk" -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1f4bb26e6f0e..27657403fdc9 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx PORTVERSION= ${NGINX_VERSION} .include "version.mk" -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \