FreeBSD Bugzilla – Attachment 208707 Details for
Bug 241594
devel/grpc: Update to 1.24.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch (Revision 1)
grpc-1.24.3.diff (text/plain), 4.87 KB, created by
Neel Chauhan
on 2019-10-30 19:41:00 UTC
(
hide
)
Description:
Patch (Revision 1)
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2019-10-30 19:41:00 UTC
Size:
4.87 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 514666) >+++ Makefile (working copy) >@@ -2,9 +2,8 @@ > # $FreeBSD$ > > PORTNAME= grpc >-PORTVERSION= 1.22.0 >+PORTVERSION= 1.24.3 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= devel > >Index: distinfo >=================================================================== >--- distinfo (revision 514666) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1562093080 >-SHA256 (grpc-grpc-v1.22.0_GH0.tar.gz) = 11ac793c562143d52fd440f6549588712badc79211cdc8c509b183cb69bddad8 >-SIZE (grpc-grpc-v1.22.0_GH0.tar.gz) = 15082718 >+TIMESTAMP = 1572462892 >+SHA256 (grpc-grpc-v1.24.3_GH0.tar.gz) = c84b3fa140fcd6cce79b3f9de6357c5733a0071e04ca4e65ba5f8d306f10f033 >+SIZE (grpc-grpc-v1.24.3_GH0.tar.gz) = 15364420 > SHA256 (google-benchmark-v1.4.1_GH0.tar.gz) = f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d > SIZE (google-benchmark-v1.4.1_GH0.tar.gz) = 126850 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 514666) >+++ pkg-plist (working copy) >@@ -145,6 +145,7 @@ > include/grpcpp/channel_impl.h > include/grpcpp/client_context.h > include/grpcpp/completion_queue.h >+include/grpcpp/completion_queue_impl.h > include/grpcpp/create_channel.h > include/grpcpp/create_channel_impl.h > include/grpcpp/create_channel_posix.h >@@ -165,7 +166,9 @@ > include/grpcpp/impl/client_unary_call.h > include/grpcpp/impl/codegen/async_generic_service.h > include/grpcpp/impl/codegen/async_stream.h >+include/grpcpp/impl/codegen/async_stream_impl.h > include/grpcpp/impl/codegen/async_unary_call.h >+include/grpcpp/impl/codegen/async_unary_call_impl.h > include/grpcpp/impl/codegen/byte_buffer.h > include/grpcpp/impl/codegen/call.h > include/grpcpp/impl/codegen/call_hook.h >@@ -174,6 +177,7 @@ > include/grpcpp/impl/codegen/callback_common.h > include/grpcpp/impl/codegen/channel_interface.h > include/grpcpp/impl/codegen/client_callback.h >+include/grpcpp/impl/codegen/client_callback_impl.h > include/grpcpp/impl/codegen/client_context.h > include/grpcpp/impl/codegen/client_context_impl.h > include/grpcpp/impl/codegen/client_interceptor.h >@@ -186,6 +190,7 @@ > include/grpcpp/impl/codegen/core_codegen.h > include/grpcpp/impl/codegen/core_codegen_interface.h > include/grpcpp/impl/codegen/create_auth_context.h >+include/grpcpp/impl/codegen/delegating_channel.h > include/grpcpp/impl/codegen/grpc_library.h > include/grpcpp/impl/codegen/intercepted_channel.h > include/grpcpp/impl/codegen/interceptor.h >@@ -201,6 +206,7 @@ > include/grpcpp/impl/codegen/security/auth_context.h > include/grpcpp/impl/codegen/serialization_traits.h > include/grpcpp/impl/codegen/server_callback.h >+include/grpcpp/impl/codegen/server_callback_impl.h > include/grpcpp/impl/codegen/server_context.h > include/grpcpp/impl/codegen/server_context_impl.h > include/grpcpp/impl/codegen/server_interceptor.h >@@ -213,6 +219,7 @@ > include/grpcpp/impl/codegen/stub_options.h > include/grpcpp/impl/codegen/sync.h > include/grpcpp/impl/codegen/sync_stream.h >+include/grpcpp/impl/codegen/sync_stream_impl.h > include/grpcpp/impl/codegen/time.h > include/grpcpp/impl/grpc_library.h > include/grpcpp/impl/method_handler_impl.h >@@ -242,11 +249,14 @@ > include/grpcpp/server_posix.h > include/grpcpp/server_posix_impl.h > include/grpcpp/support/async_stream.h >+include/grpcpp/support/async_stream_impl.h > include/grpcpp/support/async_unary_call.h >+include/grpcpp/support/async_unary_call_impl.h > include/grpcpp/support/byte_buffer.h > include/grpcpp/support/channel_arguments.h > include/grpcpp/support/channel_arguments_impl.h > include/grpcpp/support/client_callback.h >+include/grpcpp/support/client_callback_impl.h > include/grpcpp/support/client_interceptor.h > include/grpcpp/support/config.h > include/grpcpp/support/error_details.h >@@ -256,6 +266,7 @@ > include/grpcpp/support/proto_buffer_reader.h > include/grpcpp/support/proto_buffer_writer.h > include/grpcpp/support/server_callback.h >+include/grpcpp/support/server_callback_impl.h > include/grpcpp/support/server_interceptor.h > include/grpcpp/support/slice.h > include/grpcpp/support/status.h >@@ -263,6 +274,7 @@ > include/grpcpp/support/string_ref.h > include/grpcpp/support/stub_options.h > include/grpcpp/support/sync_stream.h >+include/grpcpp/support/sync_stream_impl.h > include/grpcpp/support/time.h > include/grpcpp/support/validate_service_config.h > lib/cmake/benchmark/benchmarkConfig.cmake >@@ -288,9 +300,6 @@ > lib/libgrpc++.so > lib/libgrpc++.so.1 > lib/libgrpc++.so.%%SOVERSION%% >-lib/libgrpc++_cronet.so >-lib/libgrpc++_cronet.so.1 >-lib/libgrpc++_cronet.so.%%SOVERSION%% > lib/libgrpc++_error_details.so > lib/libgrpc++_error_details.so.1 > lib/libgrpc++_error_details.so.%%SOVERSION%% >@@ -298,6 +307,8 @@ > lib/libgrpc++_reflection.so.1 > lib/libgrpc++_reflection.so.%%SOVERSION%% > lib/libgrpc++_unsecure.so >+lib/libgrpc++_unsecure.so.1 >+lib/libgrpc++_unsecure.so.%%SOVERSION%% > lib/libgrpc.so > lib/libgrpc.so.1 > lib/libgrpc.so.%%SOVERSION%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nc
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 241594
: 208707