mbox series

[v2,0/4] Bump Protobuf / gRPC

Message ID 20230910131818.1538524-1-peron.clem@gmail.com
Headers show
Series Bump Protobuf / gRPC | expand

Message

Clément Péron Sept. 10, 2023, 1:18 p.m. UTC
Hi,

This is a follow-up on Xiangyu Chen serie:
https://lists.openembedded.org/g/openembedded-devel/message/101848

I have rebased and added the gRPC bump patch to fix a remaining error.

Changelog with v1:
 - Removed the gRPC CVE patch already merged in 1.56.2

Regards,
Clement

Clément Péron (1):
  devtools: grpc: bump to 1.56.2

Xiangyu Chen (3):
  protobuf: upgrade 3.21.12 -> 4.22.2
  protobuf-c: add support of protobuf 4.22.x
  mosh: add support of protobuf 4.22.x

 ...re.ac-add-support-of-protobuf-4.22.x.patch |  63 ++++
 .../recipes-connectivity/mosh/mosh_1.4.0.bb   |   7 +-
 ...RPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch |  62 ----
 ...d-separate-export-for-plugin-targets.patch |  93 ------
 .../grpc/grpc/0001-fix-CVE-2023-32732.patch   |  81 -----
 .../grpc/{grpc_1.50.1.bb => grpc_1.56.2.bb}   |   7 +-
 ...ot-compile-the-code-which-was-genera.patch | 147 ++++++++
 .../0001-add-support-of-protobuf-4.22.x.patch | 315 ++++++++++++++++++
 .../protobuf/protobuf-c_1.4.1.bb              |   6 +-
 ...e-respect-CXX-LDFLAGS-variables-fix-.patch |  15 +-
 ...protobuf_3.21.12.bb => protobuf_4.22.2.bb} |  11 +-
 11 files changed, 554 insertions(+), 253 deletions(-)
 create mode 100644 meta-oe/recipes-connectivity/mosh/mosh/0001-configure.ac-add-support-of-protobuf-4.22.x.patch
 delete mode 100644 meta-oe/recipes-devtools/grpc/grpc/0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch
 delete mode 100644 meta-oe/recipes-devtools/grpc/grpc/0001-cmake-add-separate-export-for-plugin-targets.patch
 delete mode 100644 meta-oe/recipes-devtools/grpc/grpc/0001-fix-CVE-2023-32732.patch
 rename meta-oe/recipes-devtools/grpc/{grpc_1.50.1.bb => grpc_1.56.2.bb} (90%)
 create mode 100644 meta-oe/recipes-devtools/protobuf/protobuf-c/0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch
 create mode 100644 meta-oe/recipes-devtools/protobuf/protobuf-c/0001-add-support-of-protobuf-4.22.x.patch
 rename meta-oe/recipes-devtools/protobuf/{protobuf_3.21.12.bb => protobuf_4.22.2.bb} (86%)