git: b40b34536dbf - main - devel/grpc: Update to 1.69.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:23:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b40b34536dbf258b2f83ab44393093b280b22ce6
commit b40b34536dbf258b2f83ab44393093b280b22ce6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-28 17:15:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-28 17:15:24 +0000
devel/grpc: Update to 1.69.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases
---
biology/ncbi-blast+/Makefile | 1 +
databases/arrow/Makefile | 2 +-
devel/bear/Makefile | 2 +-
devel/google-cloud-cpp/Makefile | 2 +-
devel/grpc/Makefile | 12 ++++++------
devel/grpc/distinfo | 26 +++++++++++++-------------
devel/grpc/pkg-plist | 25 +++++++++++++------------
net-mgmt/fastnetmon/Makefile | 2 +-
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, 43 insertions(+), 41 deletions(-)
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile
index e6ef9db191cc..a17d8963003c 100644
--- a/biology/ncbi-blast+/Makefile
+++ b/biology/ncbi-blast+/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ncbi-blast+
DISTVERSION= 2.16.0
+PORTREVISION= 1
CATEGORIES= biology perl5 python
MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \
https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/
diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index 194790fd71f4..44b9bc64eabc 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,6 +1,6 @@
PORTNAME= arrow
DISTVERSION= 18.0.0
-PORTREVISION= 2
+PORTREVISION= 3
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 cd716335cc23..c3fa7249d262 100644
--- a/devel/bear/Makefile
+++ b/devel/bear/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bear
DISTVERSION= 3.1.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MAINTAINER= jrm@FreeBSD.org
diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile
index cc069330bcda..f682f14394c0 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= 11
+PORTREVISION= 12
CATEGORIES= devel
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile
index c931612cb2ef..31a4ebf7c3df 100644
--- a/devel/grpc/Makefile
+++ b/devel/grpc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= grpc
-PORTVERSION= 1.68.0
+PORTVERSION= 1.69.0
DISTVERSIONPREFIX= v
PORTEPOCH= 2
CATEGORIES= devel
@@ -55,11 +55,11 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} \
CONFLICTS_INSTALL= grpc[0-9][0-9][0-9]
USE_GITHUB= yes
-GH_TUPLE= envoyproxy:data-plane-api:f8b75d1:envoyproxy_data_plane_api/third_party/envoy-api \
- googleapis:googleapis:fe8ba05:googleapis_googleapis/third_party/googleapis \
- census-instrumentation:opencensus-proto:4aa53e1:census_instrumentation_opencensus_proto/third_party/opencensus-proto \
- bufbuild:protoc-gen-validate:32c2415:bufbuild_protoc_gen_validate/third_party/protoc-gen-validate \
- cncf:xds:3a472e5:cncf_xds/third_party/xds
+GH_TUPLE= envoyproxy:data-plane-api:f5611a9:envoyproxy_data_plane_api/third_party/envoy-api \
+ googleapis:googleapis:d5cc1cd:googleapis_googleapis/third_party/googleapis \
+ census-instrumentation:opencensus-proto:1664cc9:census_instrumentation_opencensus_proto/third_party/opencensus-proto \
+ bufbuild:protoc-gen-validate:v1.1.0:bufbuild_protoc_gen_validate/third_party/protoc-gen-validate \
+ cncf:xds:cff3c89:cncf_xds/third_party/xds
# Clean up bundled libraries
.if !defined(MAINTAINER_MODE)
diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo
index 8d23b7210c55..ba6849873a9b 100644
--- a/devel/grpc/distinfo
+++ b/devel/grpc/distinfo
@@ -1,13 +1,13 @@
-TIMESTAMP = 1732202484
-SHA256 (grpc-grpc-v1.68.0_GH0.tar.gz) = 86f0f28b75b1562c82b7fc5d436b4f5f5da6cb8d67f59e9fec5f8aa1fe924037
-SIZE (grpc-grpc-v1.68.0_GH0.tar.gz) = 17322539
-SHA256 (envoyproxy-data-plane-api-f8b75d1_GH0.tar.gz) = 089655059d743afdb33169791e3a2b8c256101d3cd7e32360c010c00c322205a
-SIZE (envoyproxy-data-plane-api-f8b75d1_GH0.tar.gz) = 679086
-SHA256 (googleapis-googleapis-fe8ba05_GH0.tar.gz) = 04acb80f2444ea51e792dbff8096bccaa26945c8869e26e41fdabe6768480a9d
-SIZE (googleapis-googleapis-fe8ba05_GH0.tar.gz) = 9167315
-SHA256 (census-instrumentation-opencensus-proto-4aa53e1_GH0.tar.gz) = 7dc13000971dea99bea3f4a33abf3ef13154f597a535d617cc2b65dd20906a55
-SIZE (census-instrumentation-opencensus-proto-4aa53e1_GH0.tar.gz) = 163409
-SHA256 (bufbuild-protoc-gen-validate-32c2415_GH0.tar.gz) = ada20c79fb6e63820355f0532b96d3bdb6b62855fb6b61c187aa7716ee30c0cf
-SIZE (bufbuild-protoc-gen-validate-32c2415_GH0.tar.gz) = 183742
-SHA256 (cncf-xds-3a472e5_GH0.tar.gz) = da758b68e70ace6866ce745fbe83f1936124eee962dc490637f3f7502e14129f
-SIZE (cncf-xds-3a472e5_GH0.tar.gz) = 104390
+TIMESTAMP = 1736671171
+SHA256 (grpc-grpc-v1.69.0_GH0.tar.gz) = cd256d91781911d46a57506978b3979bfee45d5086a1b6668a3ae19c5e77f8dc
+SIZE (grpc-grpc-v1.69.0_GH0.tar.gz) = 17425484
+SHA256 (envoyproxy-data-plane-api-f5611a9_GH0.tar.gz) = fce2308f6f3b77cf84f345e030b44d91d5d2ea7e0831613bde581c5ac1aad5e2
+SIZE (envoyproxy-data-plane-api-f5611a9_GH0.tar.gz) = 695754
+SHA256 (googleapis-googleapis-d5cc1cd_GH0.tar.gz) = 7ecafc24456188fabc90ea91912e45b9faa3d224043b62001fd72053ccdea283
+SIZE (googleapis-googleapis-d5cc1cd_GH0.tar.gz) = 9635449
+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.1.0_GH0.tar.gz) = 64ee7beeb4f36292c09fd52bbdd220fc61cb5c00570b7decdf271b4707aabe2b
+SIZE (bufbuild-protoc-gen-validate-v1.1.0_GH0.tar.gz) = 183948
+SHA256 (cncf-xds-cff3c89_GH0.tar.gz) = 39f345ac2f24bbb1b0f18e8d1af18f2e868653bc7e5829fd6a121de4c5835dba
+SIZE (cncf-xds-cff3c89_GH0.tar.gz) = 119051
diff --git a/devel/grpc/pkg-plist b/devel/grpc/pkg-plist
index 13c7d1bf0072..4525f3d04111 100644
--- a/devel/grpc/pkg-plist
+++ b/devel/grpc/pkg-plist
@@ -233,6 +233,7 @@ include/grpcpp/impl/codegen/time.h
include/grpcpp/impl/completion_queue_tag.h
include/grpcpp/impl/create_auth_context.h
include/grpcpp/impl/delegating_channel.h
+include/grpcpp/impl/generic_serialize.h
include/grpcpp/impl/generic_stub_internal.h
include/grpcpp/impl/grpc_library.h
include/grpcpp/impl/intercepted_channel.h
@@ -307,10 +308,10 @@ lib/cmake/grpc/modules/Findre2.cmake
lib/cmake/grpc/modules/Findsystemd.cmake
lib/libaddress_sorting.so
lib/libaddress_sorting.so.44
-lib/libaddress_sorting.so.44.1.0
+lib/libaddress_sorting.so.44.2.0
lib/libgpr.so
lib/libgpr.so.44
-lib/libgpr.so.44.1.0
+lib/libgpr.so.44.2.0
lib/libgrpc++.so
lib/libgrpc++.so.%%SHLIB_VER%%
lib/libgrpc++.so.%%PORTVERSION%%
@@ -328,7 +329,7 @@ lib/libgrpc++_unsecure.so.%%SHLIB_VER%%
lib/libgrpc++_unsecure.so.%%PORTVERSION%%
lib/libgrpc.so
lib/libgrpc.so.44
-lib/libgrpc.so.44.1.0
+lib/libgrpc.so.44.2.0
lib/libgrpc_authorization_provider.so
lib/libgrpc_authorization_provider.so.%%SHLIB_VER%%
lib/libgrpc_authorization_provider.so.%%PORTVERSION%%
@@ -337,34 +338,34 @@ lib/libgrpc_plugin_support.so.%%SHLIB_VER%%
lib/libgrpc_plugin_support.so.%%PORTVERSION%%
lib/libgrpc_unsecure.so
lib/libgrpc_unsecure.so.44
-lib/libgrpc_unsecure.so.44.1.0
+lib/libgrpc_unsecure.so.44.2.0
lib/libgrpcpp_channelz.so
lib/libgrpcpp_channelz.so.%%SHLIB_VER%%
lib/libgrpcpp_channelz.so.%%PORTVERSION%%
lib/libupb_base_lib.so
lib/libupb_base_lib.so.44
-lib/libupb_base_lib.so.44.1.0
+lib/libupb_base_lib.so.44.2.0
lib/libupb_json_lib.so
lib/libupb_json_lib.so.44
-lib/libupb_json_lib.so.44.1.0
+lib/libupb_json_lib.so.44.2.0
lib/libupb_mem_lib.so
lib/libupb_mem_lib.so.44
-lib/libupb_mem_lib.so.44.1.0
+lib/libupb_mem_lib.so.44.2.0
lib/libupb_message_lib.so
lib/libupb_message_lib.so.44
-lib/libupb_message_lib.so.44.1.0
+lib/libupb_message_lib.so.44.2.0
lib/libupb_mini_descriptor_lib.so
lib/libupb_mini_descriptor_lib.so.44
-lib/libupb_mini_descriptor_lib.so.44.1.0
+lib/libupb_mini_descriptor_lib.so.44.2.0
lib/libupb_textformat_lib.so
lib/libupb_textformat_lib.so.44
-lib/libupb_textformat_lib.so.44.1.0
+lib/libupb_textformat_lib.so.44.2.0
lib/libupb_wire_lib.so
lib/libupb_wire_lib.so.44
-lib/libupb_wire_lib.so.44.1.0
+lib/libupb_wire_lib.so.44.2.0
lib/libutf8_range_lib.so
lib/libutf8_range_lib.so.44
-lib/libutf8_range_lib.so.44.1.0
+lib/libutf8_range_lib.so.44.2.0
libdata/pkgconfig/gpr.pc
libdata/pkgconfig/grpc++.pc
libdata/pkgconfig/grpc++_unsecure.pc
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile
index 453066a9cf61..5b8b920c6cb7 100644
--- a/net-mgmt/fastnetmon/Makefile
+++ b/net-mgmt/fastnetmon/Makefile
@@ -1,7 +1,7 @@
PORTNAME= fastnetmon
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.7
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= net-mgmt security
MAINTAINER= farrokhi@FreeBSD.org
diff --git a/net/rubygem-grpc/Makefile b/net/rubygem-grpc/Makefile
index 84f71fe4c5cb..165203c6c815 100644
--- a/net/rubygem-grpc/Makefile
+++ b/net/rubygem-grpc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= grpc
PORTVERSION= 1.67.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile
index 1784842e7fe6..5afc0c7791b9 100644
--- a/sysutils/syslog-ng/Makefile
+++ b/sysutils/syslog-ng/Makefile
@@ -1,6 +1,6 @@
PORTNAME= syslog-ng
DISTVERSION= 4.8.1
-PORTREVISION= 3
+PORTREVISION= 4
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 736721988431..956333d1b2ac 100644
--- a/www/freenginx-devel/Makefile
+++ b/www/freenginx-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= freenginx
PORTVERSION= 1.27.2
-PORTREVISION?= 13
+PORTREVISION?= 14
CATEGORIES= www
MASTER_SITES= https://freenginx.org/download/ \
LOCAL/joneum
diff --git a/www/freenginx/Makefile b/www/freenginx/Makefile
index 31512552d076..0415afabc1c4 100644
--- a/www/freenginx/Makefile
+++ b/www/freenginx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nginx
PORTVERSION= 1.26.0
-PORTREVISION?= 14
+PORTREVISION?= 15
CATEGORIES= www
MASTER_SITES= https://freenginx.org/download/ \
LOCAL/joneum
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 91c1335f2e8d..2a04c8167335 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME?= nginx
PORTVERSION= 1.27.3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 10f68d04fbc9..58543d705406 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nginx
PORTVERSION= 1.26.2
-PORTREVISION= 9
+PORTREVISION= 10
PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \