grpc 1.46.3-x86-linux → 1.47.0-x86-linux

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of grpc might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0109dba7bb899fd88e82c7db52f4c3d4eee19d4c95389971c0738152818ada16'
4
- data.tar.gz: 060ac1e03925ca4d7e6f59513182588399ccc3d1693a86d1bcd8935938d2d532
3
+ metadata.gz: 8f00e8d92bd5a162892ffcd45f4f64ed87a4909a507fc370b578436a42b8bb23
4
+ data.tar.gz: 34d7a2de017432db648c709f9d17d774844ab7a2a2d13431c5e84b9808b831bc
5
5
  SHA512:
6
- metadata.gz: b5ba57dca6d02581e2561abb643ad9efcc7f847097135e62f06f93f35d83cfd3f586a0f8254768e4e6fe9507927faea25b1c5412210a6e339fad42a5ac7b833f
7
- data.tar.gz: 94bf419406a87aaa4bfc6c968a00e789d165402ce328a3ea79305c7ff15b288e274a37f412be3889ba1dba74763d501bb1d2c7bcda71da2dc2469fb815f28c10
6
+ metadata.gz: a5472b0022ac700527befe34dc88f0fb958bdee7ffd8ce6acb57bd6b85a4961b0349bdf968dd5a73f46665315677db60e5e53a218c52887195d2ca05a05a5abc
7
+ data.tar.gz: f7d7e0bd2a1733270e2bc483c35113f05b8d915d33533588f5138ed7865ad64968311b0081021c21b4e337dc93c796c31c7adab9019a143729ede44edd8551c8
File without changes
@@ -60,7 +60,7 @@ end
60
60
 
61
61
  ENV['CPPFLAGS'] = '-DGPR_BACKWARDS_COMPATIBILITY_MODE'
62
62
  ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_NAME_SUFFIX="\"RUBY\"" '
63
- ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.46.3\"" '
63
+ ENV['CPPFLAGS'] += ' -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="\"1.47.0\"" '
64
64
 
65
65
  output_dir = File.expand_path(RbConfig::CONFIG['topdir'])
66
66
  grpc_lib_dir = File.join(output_dir, 'libs', grpc_config)
@@ -102,7 +102,7 @@ $LDFLAGS << ' -Wl,-wrap,memcpy' if linux
102
102
  $LDFLAGS << ' -static-libgcc -static-libstdc++' if linux
103
103
  $LDFLAGS << ' -static' if windows
104
104
 
105
- $CFLAGS << ' -std=c99 '
105
+ $CFLAGS << ' -std=c11 '
106
106
  $CFLAGS << ' -Wall '
107
107
  $CFLAGS << ' -Wextra '
108
108
  $CFLAGS << ' -pedantic '
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.46.3'
17
+ VERSION = '1.47.0'
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.3
4
+ version: 1.47.0
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2022-05-20 00:00:00.000000000 Z
11
+ date: 2022-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -206,6 +206,7 @@ extra_rdoc_files: []
206
206
  files:
207
207
  - etc/roots.pem
208
208
  - grpc_c.32.ruby
209
+ - grpc_c.64-ucrt.ruby
209
210
  - grpc_c.64.ruby
210
211
  - src/ruby/bin/math_client.rb
211
212
  - src/ruby/bin/math_pb.rb