google-protobuf 3.23.2-aarch64-linux → 3.23.4-aarch64-linux

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

Potentially problematic release.


This version of google-protobuf might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55d08b6aa054e66c66852320b11734c4a6c24e938b00331d83f2211198bc6842
4
- data.tar.gz: dde09a4a078504632d64ba13f5ce9bd7b1b30f72019ec57dc30236d2aa5954d3
3
+ metadata.gz: df503ccc629dd0c0f3857f64d6030cf1fb811cd447bae2c95d4e089149e98a7f
4
+ data.tar.gz: 2c24c94b2de6f6a224f41da1e09877d3b5db76d998b779f83d6fb427a5e3d1dd
5
5
  SHA512:
6
- metadata.gz: 7997f02d07c19cfc890c97ea3dffaf4fb491afddc50db1f7b76aad790dd2564da5e7bbe71a64994300a0bd77285d60924631f4f41fcb1da303d5772f3ba00985
7
- data.tar.gz: 476566964dfa2816613d35003f83165513fe21b77e0c6182f13e45773e0b430a7caa4f910f1ce8127d08465162c6051807a58a836d9545ebf9cebdedc7f1f95d
6
+ metadata.gz: e0646febd544906a8e9ced3c708a98293ca8a989162044033ed756251a548705d5161ee4d812b872e17feda5fc9ffb86b7d01982669d1c9dadd4463d488d3071
7
+ data.tar.gz: 8626286a05a40f1cb30844428449af0f7e593243a04e85109de05924371b62d56f633c9abd91f1d8649a7ceae5c248c5c802acd166a183fd7f195a6a7c0b58b6
@@ -518,9 +518,9 @@ upb_MapInsertStatus upb_Map_Insert(upb_Map* map, upb_MessageValue key,
518
518
 
519
519
  bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) {
520
520
  upb_value v;
521
- const bool ok = _upb_Map_Delete(map, &key, map->key_size, &v);
522
- if (val) val->uint64_val = v.val;
523
- return ok;
521
+ const bool removed = _upb_Map_Delete(map, &key, map->key_size, &v);
522
+ if (val) _upb_map_fromvalue(v, val, map->val_size);
523
+ return removed;
524
524
  }
525
525
 
526
526
  bool upb_Map_Next(const upb_Map* map, upb_MessageValue* key,
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.23.2
4
+ version: 3.23.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -111,7 +111,7 @@ homepage: https://developers.google.com/protocol-buffers
111
111
  licenses:
112
112
  - BSD-3-Clause
113
113
  metadata:
114
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.2/ruby
114
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.4/ruby
115
115
  post_install_message:
116
116
  rdoc_options: []
117
117
  require_paths: