Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc: add version 1.67.1 #25680

Merged
merged 3 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions recipes/grpc/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.67.0":
url: "https://github.com/grpc/grpc/archive/v1.67.0.tar.gz"
sha256: "af0638f73e4452e22e295f8b3f452518234254104713a08497f3d3aaa76733ad"
"1.65.0":
url: "https://github.com/grpc/grpc/archive/v1.65.0.tar.gz"
sha256: "ebc3acfde70cfae3f4f04b8dbb72259540cb1dc427be362569fbc2607dabfe39"
Expand Down
7 changes: 5 additions & 2 deletions recipes/grpc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ def requirements(self):
self.requires("re2/20230301")
self.requires("zlib/[>=1.2.11 <2]")
if self.options.get_safe("with_libsystemd"):
self.requires("libsystemd/255")
if Version(self.version) >= "1.67.0":
self.requires("libsystemd/255.10")
else:
self.requires("libsystemd/255")

def package_id(self):
del self.info.options.secure
Expand Down Expand Up @@ -197,7 +200,7 @@ def generate(self):

if self._supports_libsystemd:
tc.cache_variables["gRPC_USE_SYSTEMD"] = self.options.with_libsystemd

if Version(self.version) >= "1.62.0":
tc.cache_variables["gRPC_DOWNLOAD_ARCHIVES"] = False

Expand Down
185 changes: 185 additions & 0 deletions recipes/grpc/all/target_info/grpc_1.67.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
grpc_version: 1.65.0
grpc_targets:
- name: "address_sorting"
lib: "address_sorting"
- name: "gpr"
lib: "gpr"
requires:
- abseil::absl_base
- abseil::absl_core_headers
- abseil::absl_log_severity
- abseil::absl_flags
- abseil::absl_flags_marshalling
- abseil::absl_any_invocable
- abseil::absl_check
- abseil::absl_log_globals
- abseil::absl_log
- abseil::absl_memory
- abseil::absl_random_random
- abseil::absl_status
- abseil::absl_cord
- abseil::absl_str_format
- abseil::absl_strings
- abseil::absl_synchronization
- abseil::absl_time
- abseil::absl_optional
- abseil::absl_variant
- name: "_grpc"
lib: "grpc"
requires:
- upb_json_lib
- upb_textformat_lib
- re2::re2
- zlib::zlib
- abseil::absl_algorithm_container
- abseil::absl_config
- abseil::absl_no_destructor
- abseil::absl_cleanup
- abseil::absl_flat_hash_map
- abseil::absl_flat_hash_set
- abseil::absl_inlined_vector
- abseil::absl_bind_front
- abseil::absl_function_ref
- abseil::absl_hash
- abseil::absl_type_traits
- abseil::absl_random_bit_gen_ref
- abseil::absl_random_distributions
- abseil::absl_statusor
- abseil::absl_span
- abseil::absl_utility
- c-ares::cares
- gpr
- openssl::ssl
- openssl::crypto
- address_sorting
frameworks: ['CoreFoundation']
- name: "grpc_unsecure"
lib: "grpc_unsecure"
requires:
- upb_mini_descriptor_lib
- upb_wire_lib
- zlib::zlib
- abseil::absl_algorithm_container
- abseil::absl_config
- abseil::absl_no_destructor
- abseil::absl_cleanup
- abseil::absl_flat_hash_map
- abseil::absl_flat_hash_set
- abseil::absl_inlined_vector
- abseil::absl_bind_front
- abseil::absl_function_ref
- abseil::absl_hash
- abseil::absl_type_traits
- abseil::absl_random_bit_gen_ref
- abseil::absl_random_distributions
- abseil::absl_statusor
- abseil::absl_span
- abseil::absl_utility
- c-ares::cares
- gpr
- address_sorting
frameworks: ['CoreFoundation']
- name: "upb_base_lib"
lib: "upb_base_lib"
- name: "upb_mini_descriptor_lib"
lib: "upb_mini_descriptor_lib"
requires:
- upb_base_lib
- upb_mem_lib
- name: "upb_wire_lib"
lib: "upb_wire_lib"
requires:
- utf8_range_lib
- upb_message_lib
- name: "upb_json_lib"
lib: "upb_json_lib"
requires:
- upb_mini_descriptor_lib
- upb_wire_lib
- name: "upb_mem_lib"
lib: "upb_mem_lib"
- name: "upb_message_lib"
lib: "upb_message_lib"
requires:
- upb_base_lib
- upb_mem_lib
- name: "upb_textformat_lib"
lib: "upb_textformat_lib"
requires:
- upb_mini_descriptor_lib
- upb_wire_lib
- name: "utf8_range_lib"
lib: "utf8_range_lib"
- name: "grpc++"
lib: "grpc++"
requires:
- abseil::absl_absl_check
- abseil::absl_absl_log
- _grpc
- protobuf::libprotobuf
- name: "grpc++_alts"
lib: "grpc++_alts"
requires:
- grpc++
- name: "grpc++_error_details"
lib: "grpc++_error_details"
requires:
- grpc++
- name: "grpc++_reflection"
lib: "grpc++_reflection"
requires:
- grpc++
- name: "grpc++_unsecure"
lib: "grpc++_unsecure"
requires:
- abseil::absl_absl_check
- abseil::absl_absl_log
- grpc_unsecure
- protobuf::libprotobuf
- name: "grpc_authorization_provider"
lib: "grpc_authorization_provider"
requires:
- upb_mini_descriptor_lib
- upb_wire_lib
- upb_message_lib
- re2::re2
- zlib::zlib
- abseil::absl_config
- abseil::absl_no_destructor
- abseil::absl_cleanup
- abseil::absl_flat_hash_map
- abseil::absl_flat_hash_set
- abseil::absl_inlined_vector
- abseil::absl_function_ref
- abseil::absl_hash
- abseil::absl_type_traits
- abseil::absl_statusor
- abseil::absl_span
- abseil::absl_utility
- c-ares::cares
- gpr
- address_sorting
- name: "grpc_plugin_support"
lib: "grpc_plugin_support"
requires:
- protobuf::libprotobuf
- protobuf::libprotoc
- name: "grpcpp_channelz"
lib: "grpcpp_channelz"
requires:
- grpc++
grpc_plugins:
- target: "gRPC::grpc_cpp_plugin"
executable: "grpc_cpp_plugin"
- target: "gRPC::grpc_csharp_plugin"
executable: "grpc_csharp_plugin"
- target: "gRPC::grpc_node_plugin"
executable: "grpc_node_plugin"
- target: "gRPC::grpc_objective_c_plugin"
executable: "grpc_objective_c_plugin"
- target: "gRPC::grpc_php_plugin"
executable: "grpc_php_plugin"
- target: "gRPC::grpc_python_plugin"
executable: "grpc_python_plugin"
- target: "gRPC::grpc_ruby_plugin"
executable: "grpc_ruby_plugin"
2 changes: 2 additions & 0 deletions recipes/grpc/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.67.0":
folder: "all"
"1.65.0":
folder: "all"
"1.54.3":
Expand Down