Date: Wed, 21 Feb 2024 15:18:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 917c3f128b25 - main - devel/grpc: Update to 1.61.1 Message-ID: <202402211518.41LFILlU014739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=917c3f128b25de0ba3a00a698f810e3580103aa0 commit 917c3f128b25de0ba3a00a698f810e3580103aa0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:25:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:22 +0000 devel/grpc: Update to 1.61.1 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases --- biology/ncbi-blast+/Makefile | 2 +- databases/arrow/Makefile | 2 +- devel/bear/Makefile | 2 +- devel/google-cloud-cpp/Makefile | 2 +- devel/grpc/Makefile | 4 ++-- devel/grpc/distinfo | 6 +++--- devel/grpc/pkg-plist | 44 ++++++++++++++++++++++------------------- www/nginx-devel/Makefile | 2 +- 8 files changed, 34 insertions(+), 30 deletions(-) diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index b7d6bea5965f..f5a2f965ee55 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncbi-blast+ DISTVERSION= 2.14.1 -PORTREVISION= 1 +PORTREVISION= 2 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 21ebaece01a5..96580d9e6ce7 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow DISTVERSION= 13.0.0 -PORTREVISION= 4 +PORTREVISION= 5 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 4a4f8bf04b43..1d50c9506504 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -1,6 +1,6 @@ PORTNAME= bear DISTVERSION= 3.1.3 -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 bd6e6d1d9c73..8b23c2479fbf 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.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index 539280461f87..353ee7e5ca4d 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.60.0 +PORTVERSION= 1.61.1 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= devel @@ -19,7 +19,7 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 -USES= cmake compiler:c++17-lang cpe localbase:ldflags pkgconfig ssl +USES= cmake compiler:c++17-lang cpe localbase:ldflags pathfix pkgconfig ssl USE_GITHUB= yes GH_TUPLE= census-instrumentation:opencensus-proto:v0.4.1:census_instrumentation_opencensus_proto/third_party/opencensus-proto/src \ diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index 89bec69facfd..13cfb2c47d6f 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1701409461 -SHA256 (grpc-grpc-v1.60.0_GH0.tar.gz) = 437068b8b777d3b339da94d3498f1dc20642ac9bfa76db43abdd522186b1542b -SIZE (grpc-grpc-v1.60.0_GH0.tar.gz) = 17442762 +TIMESTAMP = 1708448896 +SHA256 (grpc-grpc-v1.61.1_GH0.tar.gz) = 6dadc0420ad2d4b8ac49f516830f72feae3764bf83decc8d7c3a871eca1a0843 +SIZE (grpc-grpc-v1.61.1_GH0.tar.gz) = 17407078 SHA256 (census-instrumentation-opencensus-proto-v0.4.1_GH0.tar.gz) = e3d89f7f9ed84c9b6eee818c2e9306950519402bf803698b15c310b77ca2f0f3 SIZE (census-instrumentation-opencensus-proto-v0.4.1_GH0.tar.gz) = 164379 SHA256 (cncf-xds-0fa0005_GH0.tar.gz) = bb9e05e048ef35335b70f8c4038e47c0a5586122108738e2bd82f18b57d59885 diff --git a/devel/grpc/pkg-plist b/devel/grpc/pkg-plist index 2404d82c86f8..36ed4fa2bc0e 100644 --- a/devel/grpc/pkg-plist +++ b/devel/grpc/pkg-plist @@ -101,6 +101,7 @@ include/grpc/grpc_crl_provider.h include/grpc/grpc_posix.h include/grpc/grpc_security.h include/grpc/grpc_security_constants.h +include/grpc/impl/call.h include/grpc/impl/channel_arg_names.h include/grpc/impl/codegen/atm.h include/grpc/impl/codegen/atm_gcc_atomic.h @@ -299,11 +300,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.37 -lib/libaddress_sorting.so.37.0.0 +lib/libaddress_sorting.so.38 +lib/libaddress_sorting.so.38.0.0 lib/libgpr.so -lib/libgpr.so.37 -lib/libgpr.so.37.0.0 +lib/libgpr.so.38 +lib/libgpr.so.38.0.0 lib/libgrpc++.so lib/libgrpc++.so.%%SHLIB_MAJOR%% lib/libgrpc++.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% @@ -320,8 +321,8 @@ lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.%%SHLIB_MAJOR%% lib/libgrpc++_unsecure.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/libgrpc.so -lib/libgrpc.so.37 -lib/libgrpc.so.37.0.0 +lib/libgrpc.so.38 +lib/libgrpc.so.38.0.0 lib/libgrpc_authorization_provider.so lib/libgrpc_authorization_provider.so.%%SHLIB_MAJOR%% lib/libgrpc_authorization_provider.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% @@ -329,26 +330,29 @@ lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.%%SHLIB_MAJOR%% lib/libgrpc_plugin_support.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/libgrpc_unsecure.so -lib/libgrpc_unsecure.so.37 -lib/libgrpc_unsecure.so.37.0.0 +lib/libgrpc_unsecure.so.38 +lib/libgrpc_unsecure.so.38.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.%%SHLIB_MAJOR%% lib/libgrpcpp_channelz.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% -lib/libupb.so -lib/libupb.so.37 -lib/libupb.so.37.0.0 -lib/libupb_collections_lib.so -lib/libupb_collections_lib.so.37 -lib/libupb_collections_lib.so.37.0.0 +lib/libupb_base_lib.so +lib/libupb_base_lib.so.38 +lib/libupb_base_lib.so.38.0.0 lib/libupb_json_lib.so -lib/libupb_json_lib.so.37 -lib/libupb_json_lib.so.37.0.0 +lib/libupb_json_lib.so.38 +lib/libupb_json_lib.so.38.0.0 +lib/libupb_mem_lib.so +lib/libupb_mem_lib.so.38 +lib/libupb_mem_lib.so.38.0.0 +lib/libupb_message_lib.so +lib/libupb_message_lib.so.38 +lib/libupb_message_lib.so.38.0.0 lib/libupb_textformat_lib.so -lib/libupb_textformat_lib.so.37 -lib/libupb_textformat_lib.so.37.0.0 +lib/libupb_textformat_lib.so.38 +lib/libupb_textformat_lib.so.38.0.0 lib/libutf8_range_lib.so -lib/libutf8_range_lib.so.37 -lib/libutf8_range_lib.so.37.0.0 +lib/libutf8_range_lib.so.38 +lib/libutf8_range_lib.so.38.0.0 libdata/pkgconfig/gpr.pc libdata/pkgconfig/grpc++.pc libdata/pkgconfig/grpc++_unsecure.pc diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 19e3938755c4..7e0e00314516 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME?= nginx PORTVERSION= 1.25.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211518.41LFILlU014739>