SHA256
1
0
forked from jengelh/grpc

Update to version 1.68.2.

This commit is contained in:
Atri Bhattacharya 2024-12-18 17:00:05 +05:30
parent e85a2f963f
commit dd12f716e4
5 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 18 11:29:50 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.68.2:
-------------------------------------------------------------------
Sat Apr 27 09:40:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -20,7 +20,7 @@
%define lverp 1_63
%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

View File

@ -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_);
}

BIN
v1.63.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v1.68.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.