From ed54753dfc5efcea1f4f678be907436e7b76449d377b1060a469da9d2ea7c084 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 18 Dec 2024 17:00:05 +0530 Subject: [PATCH] Update to version 1.68.2. --- grpc.changes | 30 ++++++++++++++++++++++++++++++ grpc.spec | 6 +++--- terminate.patch | 10 +++++----- v1.63.0.tar.gz | 3 --- v1.68.2.tar.gz | 3 +++ 5 files changed, 41 insertions(+), 11 deletions(-) delete mode 100644 v1.63.0.tar.gz create mode 100644 v1.68.2.tar.gz diff --git a/grpc.changes b/grpc.changes index bc84b2b..9e337ce 100644 --- a/grpc.changes +++ b/grpc.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Dec 18 11:29:50 UTC 2024 - Atri Bhattacharya + +- Update to version 1.68.2: + * C++: [CI] Added a gRPC_BUILD_TESTS guard to third_party protos + (gh#grpc/grpc#38182) +- Changes from version 1.68.1: + * Core: [xDS RBAC] Support string_match in HeaderMatcher + (gh#grpc/grpc#38185, gh#grpc/grpc#38198) +- Changes from version 1.68.0: + * Core: + - [XdsClient][Backport] Add missing authority to XdsClient + metrics scope (gh#grpc/grpc#38009, gh#grpc/grpc#38023) + - [Release] Bump core version in preparation for 1.68 Branch + Cut (gh#grpc/grpc#37941) + - [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful + GOAWAYs (gh#grpc/grpc#37939) + - [ruby] reduce INFO log for server CQ pluck registration to + DEBUG (gh#grpc/grpc#37633) + - [EventEngine] Enable the PosixEventEngine client experiment + (gh#grpc/grpc#35985) + - [chttp2_server] Fix race between connection starting and it + being orphaned (gh#grpc/grpc#37683) + - [Chttp2Server] Fix race between connection manager updates + and handshake (gh#grpc/grpc#37772) + - [xds] Fix XdsClient race between ResourceDoesNotExist timer + and receiving resources (gh#grpc/grpc#37678) + * C++: [Build] Bumped the minimum version of cmake + (gh#grpc/grpc#37702) + ------------------------------------------------------------------- Sat Apr 27 09:40:46 UTC 2024 - Jan Engelhardt diff --git a/grpc.spec b/grpc.spec index 705f5b2..790393d 100644 --- a/grpc.spec +++ b/grpc.spec @@ -16,11 +16,11 @@ # -%define lver 40 -%define lverp 1_63 +%define lver 44 +%define lverp 1_68 %define src_install_dir /usr/src/%name Name: grpc -Version: 1.63.0 +Version: 1.68.2 Release: 0 Summary: HTTP/2-based Remote Procedure Call implementation License: Apache-2.0 diff --git a/terminate.patch b/terminate.patch index 9803eeb..c35b277 100644 --- a/terminate.patch +++ b/terminate.patch @@ -13,11 +13,11 @@ would warn, given all three cases return. src/core/lib/promise/party.h | 4 ++++ 1 file changed, 4 insertions(+) -Index: grpc-1.61.0/src/core/lib/promise/party.h +Index: grpc-1.68.2/src/core/lib/promise/party.h =================================================================== ---- grpc-1.61.0.orig/src/core/lib/promise/party.h -+++ grpc-1.61.0/src/core/lib/promise/party.h -@@ -538,6 +538,7 @@ class Party : public Activity, private W +--- grpc-1.68.2.orig/src/core/lib/promise/party.h ++++ grpc-1.68.2/src/core/lib/promise/party.h +@@ -269,6 +269,7 @@ class Party : public Activity, private W Crash( "unreachable: promises should not be repolled after completion"); } @@ -25,7 +25,7 @@ Index: grpc-1.61.0/src/core/lib/promise/party.h } // Outside party poll: check whether the spawning party has completed this -@@ -550,6 +552,7 @@ class Party : public Activity, private W +@@ -281,6 +282,7 @@ class Party : public Activity, private W case State::kResult: return std::move(result_); } diff --git a/v1.63.0.tar.gz b/v1.63.0.tar.gz deleted file mode 100644 index 9227966..0000000 --- a/v1.63.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:493d9905aa09124c2f44268b66205dd013f3925a7e82995f36745974e97af609 -size 22431725 diff --git a/v1.68.2.tar.gz b/v1.68.2.tar.gz new file mode 100644 index 0000000..9cecfae --- /dev/null +++ b/v1.68.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbc5d78d6ba6d509cc6e264de0d49dcd7304db435cbf2d630385bacf49e066c +size 17320704