From owner-dev-commits-ports-all@freebsd.org Sat Jul 24 20:31:21 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F0E9666839; Sat, 24 Jul 2021 20:31:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GXHs52tFxz3lZG; Sat, 24 Jul 2021 20:31:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 024EE16E25; Sat, 24 Jul 2021 20:31:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16OKVKQq004276; Sat, 24 Jul 2021 20:31:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16OKVK74004275; Sat, 24 Jul 2021 20:31:20 GMT (envelope-from git) Date: Sat, 24 Jul 2021 20:31:20 GMT Message-Id: <202107242031.16OKVK74004275@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6fb18b1cb901 - main - devel/grpc: Update to 1.39.0 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: 6fb18b1cb90155f55b7e2bd51ec6ccaf2a5c3515 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2021 20:31:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fb18b1cb90155f55b7e2bd51ec6ccaf2a5c3515 commit 6fb18b1cb90155f55b7e2bd51ec6ccaf2a5c3515 Author: Po-Chuan Hsieh AuthorDate: 2021-07-24 20:20:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-24 20:20:52 +0000 devel/grpc: Update to 1.39.0 Changes: https://github.com/grpc/grpc/releases --- devel/grpc/Makefile | 3 +-- devel/grpc/distinfo | 6 +++--- devel/grpc/pkg-descr | 1 + devel/grpc/pkg-plist | 23 ++++++++++++----------- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index c54b40bf5f87..a59ae7d74772 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -1,9 +1,8 @@ # Created by: vanilla@ PORTNAME= grpc -PORTVERSION= 1.38.1 +PORTVERSION= 1.39.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= devel diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index 264947cb01e9..c7f3038107ba 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189677 -SHA256 (grpc-grpc-v1.38.1_GH0.tar.gz) = f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8 -SIZE (grpc-grpc-v1.38.1_GH0.tar.gz) = 8294961 +TIMESTAMP = 1627120804 +SHA256 (grpc-grpc-v1.39.0_GH0.tar.gz) = b16992aa1c949c10d5d5ce2a62f9d99fa7de77da2943e643fb66dcaf075826d6 +SIZE (grpc-grpc-v1.39.0_GH0.tar.gz) = 8378094 diff --git a/devel/grpc/pkg-descr b/devel/grpc/pkg-descr index 8133d86a4ad1..e7a61d9736d6 100644 --- a/devel/grpc/pkg-descr +++ b/devel/grpc/pkg-descr @@ -3,3 +3,4 @@ framework that can run anywhere, enables client and server applications to communicate transparently, and simplifies the building of connected systems. WWW: https://grpc.io/ +WWW: https://github.com/grpc/grpc diff --git a/devel/grpc/pkg-plist b/devel/grpc/pkg-plist index 8b3d1c6bc377..e353b704e65d 100644 --- a/devel/grpc/pkg-plist +++ b/devel/grpc/pkg-plist @@ -88,7 +88,7 @@ include/grpc/byte_buffer.h include/grpc/byte_buffer_reader.h include/grpc/census.h include/grpc/compression.h -include/grpc/event_engine/channel_args.h +include/grpc/event_engine/endpoint_config.h include/grpc/event_engine/event_engine.h include/grpc/event_engine/port.h include/grpc/event_engine/slice_allocator.h @@ -224,6 +224,7 @@ include/grpcpp/security/alts_context.h include/grpcpp/security/alts_util.h include/grpcpp/security/auth_context.h include/grpcpp/security/auth_metadata_processor.h +include/grpcpp/security/authorization_policy_provider.h include/grpcpp/security/credentials.h include/grpcpp/security/server_credentials.h include/grpcpp/security/tls_certificate_provider.h @@ -263,11 +264,11 @@ 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.16 -lib/libaddress_sorting.so.16.0.0 +lib/libaddress_sorting.so.18 +lib/libaddress_sorting.so.18.0.0 lib/libgpr.so -lib/libgpr.so.16 -lib/libgpr.so.16.0.0 +lib/libgpr.so.18 +lib/libgpr.so.18.0.0 lib/libgrpc++.so lib/libgrpc++.so.%%SHLIB_MAJOR%% lib/libgrpc++.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% @@ -284,20 +285,20 @@ lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.%%SHLIB_MAJOR%% lib/libgrpc++_unsecure.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/libgrpc.so -lib/libgrpc.so.16 -lib/libgrpc.so.16.0.0 +lib/libgrpc.so.18 +lib/libgrpc.so.18.0.0 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.16 -lib/libgrpc_unsecure.so.16.0.0 +lib/libgrpc_unsecure.so.18 +lib/libgrpc_unsecure.so.18.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.16 -lib/libupb.so.16.0.0 +lib/libupb.so.18 +lib/libupb.so.18.0.0 libdata/pkgconfig/gpr.pc libdata/pkgconfig/grpc++.pc libdata/pkgconfig/grpc++_unsecure.pc