Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

grpc-devel-1.76.0-3.4 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: grpc-devel Distribution: openSUSE Tumbleweed
Version: 1.76.0 Vendor: openSUSE
Release: 3.4 Build date: Mon Jan 19 19:50:31 2026
Group: Development/Tools/Building Build host: reproducible
Size: 1534673 Source RPM: grpc-1.76.0-3.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://grpc.io/
Summary: Development files for grpc, a HTTP/2 Remote Procedure Call implementation
This subpackage contains libraries and header files for developing
applications that want to make use of the gRPC reference implementation.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Jan 19 2026 Jan Engelhardt <jengelh@inai.de>
  - Add sse.patch
* Fri Jan 16 2026 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * grpc_missing_includes.patch: fix missing includes
      with newer abseil-cpp
* Sat Nov 08 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.76.0:
    * Core:
    * Prioritize system CA over bundled CA
    * event_engine: Introduce a event_engine_poller_for_python
      experiment
    * metrics: add grpc.lb.backend_service label
  - Changes from version 1.75.0:
    * Core:
    * Spiffe Verification support
    * python: Add Typeguard to AIO stack in tests
    * pick_first: fix bug that caused us to stop attempting to
      connect
    * C++: implement retry metrics
  - Bump so version in shared lib package in keeping with upstream.
  - Minor rebase of telemetry.patch to apply cleanly against updated
    version.
* Sun Jul 27 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.74.0:
    * Core:
    * [OTel C++, Posix EE] Plumb TCP write timestamps and metrics
      to OTel tracers (gh#grpc/grpc#39946).
    * [EventEngine] Fix Python reconnect issues: use iomgr backup
      poller when EE is disabled (gh#grpc/grpc#39894).
    * [Python] Upgrade Pytype (Part - 1) (gh#grpc/grpc#39816).
    * [Python] Upgrade black (gh#grpc/grpc#39774).
    * [event_engine] Implement fork support in Posix Event Engine
      (gh#grpc/grpc#38980).
    * [http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when
      BDP is disabled (gh#grpc/grpc#39585).
  - Update return-values.patch with a couple more missed return
    values from non-void functions.
  - Bump so version in shlib package name.
  - Re-base telemetry.patch for updated version.
* Sun Jun 08 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.73.0:
    * Core: Added GPR_DISABLE_ABSEIL_SYNC (gh#grpc/grpc#39562).
    * xds_override_host: pass through per-endpoint args when
      creating subchannels (gh#grpc/grpc#39532).
    * Expose GRPC_OPENSSL_CLEANUP_TIMEOUT to control shutdown grace
      period (gh#grpc/grpc#39297).
    * URI: fix parsing of user_info in proxy settings
      (gh#grpc/grpc#39004).
    * EventEngine: Fix busy loop in thread pool when shutting down
      (gh#grpc/grpc#39258).
    * Dep: Added a flag to build with openssl instead of boringssl
      (gh#grpc/grpc#39188).
    * EventEngine: Cleanup: EventEngine client, listener, and dns
      experiments are on by default on all platforms
      (gh#grpc/grpc#39079).
    * C++: Mark OpenCensus and dependent APIs as deprecated
      (gh#grpc/grpc#39554).
  - Minor rebase of patches for update:
    * link-failure.patch.
    * telemetry.patch.
  - Bump so version in shlib package name to 48, conforming to
    upstream's.
* Thu Jun 05 2025 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.72.1
    * RLS: fix use-after-free from accessing config after LB policy
      shutdown
    * EventEngine: Fix busy loop in thread pool when shutting down
* Tue Mar 25 2025 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.71
    * Fix call attempt tracer lifetimes for retries
    * Fixed a bug that caused grpc to stop triggering connection
      attempts
    * Added support for service "deprecated" option
  - Rework link-failure.patch to not link grpc_unsecure
    into libgrpc(++). [boo#1237422]
  - Make build recipe POSIX sh compatible.
* Wed Feb 12 2025 Jan Engelhardt <jengelh@inai.de>
  - Add telemetry.patch
* Sun Feb 09 2025 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.70.1
    * grpc++ begins to require C++17 or later to build and use it
    * chttp2_server: fix a race between connection starting and it
      being orphaned
    * chttp2Server: fix a race between connection manager updates
      and handshake
  - Add link-failure.patch, return-values.patch
* Sat Apr 27 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release v1.63
    * OTel C++: Add experimental optional locality label available
      to client per-attempt metrics.
    * surface: Add an API to inject connected endpoints into servers.
    * OTel C++: Add API to set channel scope filter.
    * EventEngine: Enable the EventEngine DNS Resolver on POSIX.
* Wed Apr 03 2024 Antonio Larrosa <alarrosa@suse.com>
  - abseil-cpp 20240116 in SP5 can't be used with gcc7 when using
    - DCMAKE_CXX_STANDARD=17 since it tries to use the <filesystem>
    header file so revert last change to "switch build
    compiler back to default on SLE-15" to use gcc12 again.
* Sun Mar 10 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.62.1
    * This release contains unspecified refinements, improvements,
      and bug fixes.
* Wed Feb 21 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.62
    * metadata: Allow non application/grpc content-type values
* Wed Feb 14 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Also fixup hashbang of tools/profiling/ios_bin/parse_link_map.py,
    which was exceptionally not using env python, but directly
    /usr/bin/python.
* Tue Feb 13 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.61.1
    * Add missing include directives so that the build with
      newer absl works
* Wed Jan 31 2024 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.61
    * SSA: change xds_override_host policy to manage subchannels
      based on last-used time rather than EDS health state
    * xDS: read connection idle timeout from CDS resource
    * xDS: move CDS and EDS watchers into xds resolver
    * alpn: Remove grpc-exp experimental ALPN protocol
  - Add terminate.patch
* Mon Jan 29 2024 Jan Engelhardt <jengelh@inai.de>
  - Force-replace all /usr/bin/env python by python3.
* Thu Jan 18 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add ARM-Unaligned-access-fixes.patch to fix unaligned
    access on ARM which causes issues on AArch64 kernels
  - Add Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch
    to fix FTBFS on ppc64le when using gcc-7 (boo#1208794)
  - Revert changes made to RPATH handling
  - Switch build compiler back to default on SLE-15
* Tue Nov 28 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.60
    * Implemented dualstack IPv4 and IPv6 backend support, as per
      draft gRFC A61. xDS support currently guarded by
      GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
    * Support for setting proxy for addresses.
    * Add v1 reflection.
* Sat Nov 18 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.59.3:
    * Security - Revocation: Crl backport to 1.59. (#34926)
* Tue Nov 14 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Adjust RPATH handling to fix FTBFS on SLE-15
    * Set CMAKE_SKIP_RPATH to FALSE
    * Set CMAKE_SKIP_INSTALL_RPATH to TRUE
  - Build with gcc-12 on SLE-15 to fix FTBFS on ppc64le
* Tue Oct 31 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.59.2
    * Fixes for CVE-2023-44487
* Sun Oct 08 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.59.1:
    * C++: Fix MakeCordFromSlice memory bug (gh#grpc/grpc#34552).
* Sat Sep 30 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.59.0:
    * xds ssa: Remove environment variable protection for stateful
      affinity (gh#grpc/grpc#34435).
    * c-ares: fix spin loop bug when c-ares gives up on a socket
      that still has data left in its read buffer
      (gh#grpc/grpc#34185).
    * Deps: Adding upb as a submodule (gh#grpc/grpc#34199).
    * EventEngine: Update Cancel contract on closure deletion
      timeline (gh#grpc/grpc#34167).
    * csharp codegen: Handle empty base_namespace option value to
      fix gh#grpc/grpc#34113 (gh#grpc/grpc#34137).
    * Ruby:
    - replace strdup with gpr_strdup (gh#grpc/grpc#34177).
    - drop ruby 2.6 support (gh#grpc/grpc#34198).
  - Drop fix_grpconfig_cmake.patch: incorporated upstream.
  - rpmlintrc: Drop unused filter for pem-certificate.
* Thu Sep 14 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to release 1.58.1
    * Reintroduced c-ares 1.14 or later support
  - Pass "-f" flag to "rm" when removing CMakeConfigureLog.yaml
* Wed Sep 13 2023 Jan Engelhardt <jengelh@inai.de>
  - Add fix_grpconfig_cmake.patch to make find_package(gRPC) in
    downstream using packages functional again.
* Wed Sep 06 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.58
    * Build system updates
    * ruby extension: remove unnecessary background thread startup
      wait logic that interferes with forking
* Wed Aug 09 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.57 (CVE-2023-4785, bsc#1215334, CVE-2023-33953, bsc#1214148)
    * EventEngine: Change GetDNSResolver to return
      absl::StatusOr<std::unique_ptr<DNSResolver>>.
    * Improve server handling of file descriptor exhaustion.
    * Add a channel argument to set DSCP on streams.
* Thu Aug 03 2023 Bernhard Wiedemann <bwiedemann@suse.com>
  - Don't include non-deterministic CMakeConfigureLog.yaml in sources
    to fix reproducible builds
* Sat Jul 15 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.56.2
    * Improve server handling of file descriptor exhaustion
* Wed Jun 28 2023 Fabian Vogt <fvogt@suse.com>
  - Remove unnecessary BuildRequires: zypper
* Mon Jun 19 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.56.0 (CVE-2023-32731, bsc#1212180)
    * core: Add support for vsock transport.
    * EventEngine: Change TXT lookup result type to
      std::vector<std::string>.
    * C++/Authz: support customizable audit functionality for
      authorization policy.
* Tue Jun 13 2023 Dirk Müller <dmueller@suse.com>
  - pin to protobuf < 22 until next version update
* Tue May 02 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.54.1
    * Bring declarations and definitions to be in sync
* Fri Apr 14 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 1.54 (CVE-2023-32732, bsc#1212182)
    * XDS: enable XDS federation by default
    * TlsCreds: Support revocation of intermediate in chain

Files

/usr/bin/grpc_cpp_plugin
/usr/bin/grpc_csharp_plugin
/usr/bin/grpc_node_plugin
/usr/bin/grpc_objective_c_plugin
/usr/bin/grpc_php_plugin
/usr/bin/grpc_python_plugin
/usr/bin/grpc_ruby_plugin
/usr/include/grpc
/usr/include/grpc++
/usr/include/grpc++/alarm.h
/usr/include/grpc++/channel.h
/usr/include/grpc++/client_context.h
/usr/include/grpc++/completion_queue.h
/usr/include/grpc++/create_channel.h
/usr/include/grpc++/create_channel_posix.h
/usr/include/grpc++/ext
/usr/include/grpc++/ext/health_check_service_server_builder_option.h
/usr/include/grpc++/ext/proto_server_reflection_plugin.h
/usr/include/grpc++/generic
/usr/include/grpc++/generic/async_generic_service.h
/usr/include/grpc++/generic/generic_stub.h
/usr/include/grpc++/grpc++.h
/usr/include/grpc++/health_check_service_interface.h
/usr/include/grpc++/impl
/usr/include/grpc++/impl/call.h
/usr/include/grpc++/impl/channel_argument_option.h
/usr/include/grpc++/impl/client_unary_call.h
/usr/include/grpc++/impl/codegen
/usr/include/grpc++/impl/codegen/async_stream.h
/usr/include/grpc++/impl/codegen/async_unary_call.h
/usr/include/grpc++/impl/codegen/byte_buffer.h
/usr/include/grpc++/impl/codegen/call.h
/usr/include/grpc++/impl/codegen/call_hook.h
/usr/include/grpc++/impl/codegen/channel_interface.h
/usr/include/grpc++/impl/codegen/client_context.h
/usr/include/grpc++/impl/codegen/client_unary_call.h
/usr/include/grpc++/impl/codegen/completion_queue.h
/usr/include/grpc++/impl/codegen/completion_queue_tag.h
/usr/include/grpc++/impl/codegen/config.h
/usr/include/grpc++/impl/codegen/config_protobuf.h
/usr/include/grpc++/impl/codegen/create_auth_context.h
/usr/include/grpc++/impl/codegen/metadata_map.h
/usr/include/grpc++/impl/codegen/method_handler_impl.h
/usr/include/grpc++/impl/codegen/proto_utils.h
/usr/include/grpc++/impl/codegen/rpc_method.h
/usr/include/grpc++/impl/codegen/rpc_service_method.h
/usr/include/grpc++/impl/codegen/security
/usr/include/grpc++/impl/codegen/security/auth_context.h
/usr/include/grpc++/impl/codegen/serialization_traits.h
/usr/include/grpc++/impl/codegen/server_context.h
/usr/include/grpc++/impl/codegen/server_interface.h
/usr/include/grpc++/impl/codegen/service_type.h
/usr/include/grpc++/impl/codegen/slice.h
/usr/include/grpc++/impl/codegen/status.h
/usr/include/grpc++/impl/codegen/status_code_enum.h
/usr/include/grpc++/impl/codegen/string_ref.h
/usr/include/grpc++/impl/codegen/stub_options.h
/usr/include/grpc++/impl/codegen/sync_stream.h
/usr/include/grpc++/impl/codegen/time.h
/usr/include/grpc++/impl/grpc_library.h
/usr/include/grpc++/impl/method_handler_impl.h
/usr/include/grpc++/impl/rpc_method.h
/usr/include/grpc++/impl/rpc_service_method.h
/usr/include/grpc++/impl/serialization_traits.h
/usr/include/grpc++/impl/server_builder_option.h
/usr/include/grpc++/impl/server_builder_plugin.h
/usr/include/grpc++/impl/server_initializer.h
/usr/include/grpc++/impl/service_type.h
/usr/include/grpc++/resource_quota.h
/usr/include/grpc++/security
/usr/include/grpc++/security/auth_context.h
/usr/include/grpc++/security/auth_metadata_processor.h
/usr/include/grpc++/security/credentials.h
/usr/include/grpc++/security/server_credentials.h
/usr/include/grpc++/server.h
/usr/include/grpc++/server_builder.h
/usr/include/grpc++/server_context.h
/usr/include/grpc++/server_posix.h
/usr/include/grpc++/support
/usr/include/grpc++/support/async_stream.h
/usr/include/grpc++/support/async_unary_call.h
/usr/include/grpc++/support/byte_buffer.h
/usr/include/grpc++/support/channel_arguments.h
/usr/include/grpc++/support/config.h
/usr/include/grpc++/support/error_details.h
/usr/include/grpc++/support/slice.h
/usr/include/grpc++/support/status.h
/usr/include/grpc++/support/status_code_enum.h
/usr/include/grpc++/support/string_ref.h
/usr/include/grpc++/support/stub_options.h
/usr/include/grpc++/support/sync_stream.h
/usr/include/grpc++/support/time.h
/usr/include/grpc/byte_buffer.h
/usr/include/grpc/byte_buffer_reader.h
/usr/include/grpc/census.h
/usr/include/grpc/compression.h
/usr/include/grpc/create_channel_from_endpoint.h
/usr/include/grpc/credentials.h
/usr/include/grpc/event_engine
/usr/include/grpc/event_engine/endpoint_config.h
/usr/include/grpc/event_engine/event_engine.h
/usr/include/grpc/event_engine/extensible.h
/usr/include/grpc/event_engine/internal
/usr/include/grpc/event_engine/internal/memory_allocator_impl.h
/usr/include/grpc/event_engine/internal/slice_cast.h
/usr/include/grpc/event_engine/internal/write_event.h
/usr/include/grpc/event_engine/memory_allocator.h
/usr/include/grpc/event_engine/memory_request.h
/usr/include/grpc/event_engine/port.h
/usr/include/grpc/event_engine/slice.h
/usr/include/grpc/event_engine/slice_buffer.h
/usr/include/grpc/fork.h
/usr/include/grpc/grpc.h
/usr/include/grpc/grpc_audit_logging.h
/usr/include/grpc/grpc_crl_provider.h
/usr/include/grpc/grpc_posix.h
/usr/include/grpc/grpc_security.h
/usr/include/grpc/grpc_security_constants.h
/usr/include/grpc/impl
/usr/include/grpc/impl/call.h
/usr/include/grpc/impl/channel_arg_names.h
/usr/include/grpc/impl/codegen
/usr/include/grpc/impl/codegen/atm.h
/usr/include/grpc/impl/codegen/atm_gcc_atomic.h
/usr/include/grpc/impl/codegen/atm_gcc_sync.h
/usr/include/grpc/impl/codegen/atm_windows.h
/usr/include/grpc/impl/codegen/byte_buffer.h
/usr/include/grpc/impl/codegen/byte_buffer_reader.h
/usr/include/grpc/impl/codegen/compression_types.h
/usr/include/grpc/impl/codegen/connectivity_state.h
/usr/include/grpc/impl/codegen/fork.h
/usr/include/grpc/impl/codegen/gpr_types.h
/usr/include/grpc/impl/codegen/grpc_types.h
/usr/include/grpc/impl/codegen/log.h
/usr/include/grpc/impl/codegen/port_platform.h
/usr/include/grpc/impl/codegen/propagation_bits.h
/usr/include/grpc/impl/codegen/slice.h
/usr/include/grpc/impl/codegen/status.h
/usr/include/grpc/impl/codegen/sync.h
/usr/include/grpc/impl/codegen/sync_abseil.h
/usr/include/grpc/impl/codegen/sync_custom.h
/usr/include/grpc/impl/codegen/sync_generic.h
/usr/include/grpc/impl/codegen/sync_posix.h
/usr/include/grpc/impl/codegen/sync_windows.h
/usr/include/grpc/impl/compression_types.h
/usr/include/grpc/impl/connectivity_state.h
/usr/include/grpc/impl/grpc_types.h
/usr/include/grpc/impl/propagation_bits.h
/usr/include/grpc/impl/slice_type.h
/usr/include/grpc/load_reporting.h
/usr/include/grpc/passive_listener.h
/usr/include/grpc/slice.h
/usr/include/grpc/slice_buffer.h
/usr/include/grpc/status.h
/usr/include/grpc/support
/usr/include/grpc/support/alloc.h
/usr/include/grpc/support/atm.h
/usr/include/grpc/support/atm_gcc_atomic.h
/usr/include/grpc/support/atm_gcc_sync.h
/usr/include/grpc/support/atm_windows.h
/usr/include/grpc/support/cpu.h
/usr/include/grpc/support/json.h
/usr/include/grpc/support/log.h
/usr/include/grpc/support/log_windows.h
/usr/include/grpc/support/metrics.h
/usr/include/grpc/support/port_platform.h
/usr/include/grpc/support/string_util.h
/usr/include/grpc/support/sync.h
/usr/include/grpc/support/sync_abseil.h
/usr/include/grpc/support/sync_custom.h
/usr/include/grpc/support/sync_generic.h
/usr/include/grpc/support/sync_posix.h
/usr/include/grpc/support/sync_windows.h
/usr/include/grpc/support/thd_id.h
/usr/include/grpc/support/time.h
/usr/include/grpc/support/workaround_list.h
/usr/include/grpcpp
/usr/include/grpcpp/alarm.h
/usr/include/grpcpp/channel.h
/usr/include/grpcpp/client_context.h
/usr/include/grpcpp/completion_queue.h
/usr/include/grpcpp/create_channel.h
/usr/include/grpcpp/create_channel_posix.h
/usr/include/grpcpp/ext
/usr/include/grpcpp/ext/call_metric_recorder.h
/usr/include/grpcpp/ext/channelz_service_plugin.h
/usr/include/grpcpp/ext/health_check_service_server_builder_option.h
/usr/include/grpcpp/ext/proto_server_reflection_plugin.h
/usr/include/grpcpp/ext/server_metric_recorder.h
/usr/include/grpcpp/generic
/usr/include/grpcpp/generic/async_generic_service.h
/usr/include/grpcpp/generic/callback_generic_service.h
/usr/include/grpcpp/generic/generic_stub.h
/usr/include/grpcpp/generic/generic_stub_callback.h
/usr/include/grpcpp/grpcpp.h
/usr/include/grpcpp/health_check_service_interface.h
/usr/include/grpcpp/impl
/usr/include/grpcpp/impl/call.h
/usr/include/grpcpp/impl/call_hook.h
/usr/include/grpcpp/impl/call_op_set.h
/usr/include/grpcpp/impl/call_op_set_interface.h
/usr/include/grpcpp/impl/channel_argument_option.h
/usr/include/grpcpp/impl/channel_interface.h
/usr/include/grpcpp/impl/client_unary_call.h
/usr/include/grpcpp/impl/codegen
/usr/include/grpcpp/impl/codegen/async_generic_service.h
/usr/include/grpcpp/impl/codegen/async_stream.h
/usr/include/grpcpp/impl/codegen/async_unary_call.h
/usr/include/grpcpp/impl/codegen/byte_buffer.h
/usr/include/grpcpp/impl/codegen/call.h
/usr/include/grpcpp/impl/codegen/call_hook.h
/usr/include/grpcpp/impl/codegen/call_op_set.h
/usr/include/grpcpp/impl/codegen/call_op_set_interface.h
/usr/include/grpcpp/impl/codegen/callback_common.h
/usr/include/grpcpp/impl/codegen/channel_interface.h
/usr/include/grpcpp/impl/codegen/client_callback.h
/usr/include/grpcpp/impl/codegen/client_context.h
/usr/include/grpcpp/impl/codegen/client_interceptor.h
/usr/include/grpcpp/impl/codegen/client_unary_call.h
/usr/include/grpcpp/impl/codegen/completion_queue.h
/usr/include/grpcpp/impl/codegen/completion_queue_tag.h
/usr/include/grpcpp/impl/codegen/config.h
/usr/include/grpcpp/impl/codegen/config_protobuf.h
/usr/include/grpcpp/impl/codegen/create_auth_context.h
/usr/include/grpcpp/impl/codegen/delegating_channel.h
/usr/include/grpcpp/impl/codegen/intercepted_channel.h
/usr/include/grpcpp/impl/codegen/interceptor.h
/usr/include/grpcpp/impl/codegen/interceptor_common.h
/usr/include/grpcpp/impl/codegen/message_allocator.h
/usr/include/grpcpp/impl/codegen/metadata_map.h
/usr/include/grpcpp/impl/codegen/method_handler.h
/usr/include/grpcpp/impl/codegen/method_handler_impl.h
/usr/include/grpcpp/impl/codegen/proto_buffer_reader.h
/usr/include/grpcpp/impl/codegen/proto_buffer_writer.h
/usr/include/grpcpp/impl/codegen/proto_utils.h
/usr/include/grpcpp/impl/codegen/rpc_method.h
/usr/include/grpcpp/impl/codegen/rpc_service_method.h
/usr/include/grpcpp/impl/codegen/security
/usr/include/grpcpp/impl/codegen/security/auth_context.h
/usr/include/grpcpp/impl/codegen/serialization_traits.h
/usr/include/grpcpp/impl/codegen/server_callback.h
/usr/include/grpcpp/impl/codegen/server_callback_handlers.h
/usr/include/grpcpp/impl/codegen/server_context.h
/usr/include/grpcpp/impl/codegen/server_interceptor.h
/usr/include/grpcpp/impl/codegen/server_interface.h
/usr/include/grpcpp/impl/codegen/service_type.h
/usr/include/grpcpp/impl/codegen/slice.h
/usr/include/grpcpp/impl/codegen/status.h
/usr/include/grpcpp/impl/codegen/status_code_enum.h
/usr/include/grpcpp/impl/codegen/string_ref.h
/usr/include/grpcpp/impl/codegen/stub_options.h
/usr/include/grpcpp/impl/codegen/sync.h
/usr/include/grpcpp/impl/codegen/sync_stream.h
/usr/include/grpcpp/impl/codegen/time.h
/usr/include/grpcpp/impl/completion_queue_tag.h
/usr/include/grpcpp/impl/create_auth_context.h
/usr/include/grpcpp/impl/delegating_channel.h
/usr/include/grpcpp/impl/generic_serialize.h
/usr/include/grpcpp/impl/generic_stub_internal.h
/usr/include/grpcpp/impl/grpc_library.h
/usr/include/grpcpp/impl/intercepted_channel.h
/usr/include/grpcpp/impl/interceptor_common.h
/usr/include/grpcpp/impl/metadata_map.h
/usr/include/grpcpp/impl/method_handler_impl.h
/usr/include/grpcpp/impl/proto_utils.h
/usr/include/grpcpp/impl/rpc_method.h
/usr/include/grpcpp/impl/rpc_service_method.h
/usr/include/grpcpp/impl/serialization_traits.h
/usr/include/grpcpp/impl/server_builder_option.h
/usr/include/grpcpp/impl/server_builder_plugin.h
/usr/include/grpcpp/impl/server_callback_handlers.h
/usr/include/grpcpp/impl/server_initializer.h
/usr/include/grpcpp/impl/service_type.h
/usr/include/grpcpp/impl/status.h
/usr/include/grpcpp/impl/sync.h
/usr/include/grpcpp/passive_listener.h
/usr/include/grpcpp/ports_def.inc
/usr/include/grpcpp/ports_undef.inc
/usr/include/grpcpp/resource_quota.h
/usr/include/grpcpp/security
/usr/include/grpcpp/security/alts_context.h
/usr/include/grpcpp/security/alts_util.h
/usr/include/grpcpp/security/audit_logging.h
/usr/include/grpcpp/security/auth_context.h
/usr/include/grpcpp/security/auth_metadata_processor.h
/usr/include/grpcpp/security/authorization_policy_provider.h
/usr/include/grpcpp/security/credentials.h
/usr/include/grpcpp/security/server_credentials.h
/usr/include/grpcpp/security/tls_certificate_provider.h
/usr/include/grpcpp/security/tls_certificate_verifier.h
/usr/include/grpcpp/security/tls_credentials_options.h
/usr/include/grpcpp/security/tls_crl_provider.h
/usr/include/grpcpp/server.h
/usr/include/grpcpp/server_builder.h
/usr/include/grpcpp/server_context.h
/usr/include/grpcpp/server_interface.h
/usr/include/grpcpp/server_posix.h
/usr/include/grpcpp/support
/usr/include/grpcpp/support/async_stream.h
/usr/include/grpcpp/support/async_unary_call.h
/usr/include/grpcpp/support/byte_buffer.h
/usr/include/grpcpp/support/callback_common.h
/usr/include/grpcpp/support/channel_arguments.h
/usr/include/grpcpp/support/client_callback.h
/usr/include/grpcpp/support/client_interceptor.h
/usr/include/grpcpp/support/config.h
/usr/include/grpcpp/support/error_details.h
/usr/include/grpcpp/support/global_callback_hook.h
/usr/include/grpcpp/support/interceptor.h
/usr/include/grpcpp/support/message_allocator.h
/usr/include/grpcpp/support/method_handler.h
/usr/include/grpcpp/support/proto_buffer_reader.h
/usr/include/grpcpp/support/proto_buffer_writer.h
/usr/include/grpcpp/support/server_callback.h
/usr/include/grpcpp/support/server_interceptor.h
/usr/include/grpcpp/support/slice.h
/usr/include/grpcpp/support/status.h
/usr/include/grpcpp/support/status_code_enum.h
/usr/include/grpcpp/support/string_ref.h
/usr/include/grpcpp/support/stub_options.h
/usr/include/grpcpp/support/sync_stream.h
/usr/include/grpcpp/support/time.h
/usr/include/grpcpp/support/validate_service_config.h
/usr/include/grpcpp/version_info.h
/usr/include/grpcpp/xds_server_builder.h
/usr/lib64/cmake/grpc
/usr/lib64/cmake/grpc/gRPCConfig.cmake
/usr/lib64/cmake/grpc/gRPCConfigVersion.cmake
/usr/lib64/cmake/grpc/gRPCPluginTargets-relwithdebinfo.cmake
/usr/lib64/cmake/grpc/gRPCPluginTargets.cmake
/usr/lib64/cmake/grpc/gRPCTargets-relwithdebinfo.cmake
/usr/lib64/cmake/grpc/gRPCTargets.cmake
/usr/lib64/cmake/grpc/modules
/usr/lib64/cmake/grpc/modules/Findc-ares.cmake
/usr/lib64/cmake/grpc/modules/Findre2.cmake
/usr/lib64/cmake/grpc/modules/Findsystemd.cmake
/usr/lib64/libaddress_sorting.so
/usr/lib64/libgpr.so
/usr/lib64/libgrpc++.so
/usr/lib64/libgrpc++_alts.so
/usr/lib64/libgrpc++_error_details.so
/usr/lib64/libgrpc++_reflection.so
/usr/lib64/libgrpc++_unsecure.so
/usr/lib64/libgrpc.so
/usr/lib64/libgrpc_authorization_provider.so
/usr/lib64/libgrpc_plugin_support.so
/usr/lib64/libgrpc_unsecure.so
/usr/lib64/libgrpcpp_channelz.so
/usr/lib64/libupb_base_lib.so
/usr/lib64/libupb_hash_lib.so
/usr/lib64/libupb_json_lib.so
/usr/lib64/libupb_lex_lib.so
/usr/lib64/libupb_mem_lib.so
/usr/lib64/libupb_message_lib.so
/usr/lib64/libupb_mini_descriptor_lib.so
/usr/lib64/libupb_mini_table_lib.so
/usr/lib64/libupb_reflection_lib.so
/usr/lib64/libupb_textformat_lib.so
/usr/lib64/libupb_wire_lib.so
/usr/lib64/libutf8_range_lib.so
/usr/lib64/pkgconfig/gpr.pc
/usr/lib64/pkgconfig/grpc++.pc
/usr/lib64/pkgconfig/grpc++_unsecure.pc
/usr/lib64/pkgconfig/grpc.pc
/usr/lib64/pkgconfig/grpc_unsecure.pc
/usr/lib64/pkgconfig/grpcpp_otel_plugin.pc
/usr/share/licenses/grpc-devel
/usr/share/licenses/grpc-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 15:27:28 2026