forked from jengelh/grpc
Update to version 1.68.2.
This commit is contained in:
parent
e85a2f963f
commit
dd12f716e4
@ -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>
|
Sat Apr 27 09:40:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define lverp 1_63
|
%define lverp 1_63
|
||||||
%define src_install_dir /usr/src/%name
|
%define src_install_dir /usr/src/%name
|
||||||
Name: grpc
|
Name: grpc
|
||||||
Version: 1.63.0
|
Version: 1.68.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP/2-based Remote Procedure Call implementation
|
Summary: HTTP/2-based Remote Procedure Call implementation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -13,11 +13,11 @@ would warn, given all three cases return.
|
|||||||
src/core/lib/promise/party.h | 4 ++++
|
src/core/lib/promise/party.h | 4 ++++
|
||||||
1 file changed, 4 insertions(+)
|
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.68.2.orig/src/core/lib/promise/party.h
|
||||||
+++ grpc-1.61.0/src/core/lib/promise/party.h
|
+++ grpc-1.68.2/src/core/lib/promise/party.h
|
||||||
@@ -538,6 +538,7 @@ class Party : public Activity, private W
|
@@ -269,6 +269,7 @@ class Party : public Activity, private W
|
||||||
Crash(
|
Crash(
|
||||||
"unreachable: promises should not be repolled after completion");
|
"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
|
// 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:
|
case State::kResult:
|
||||||
return std::move(result_);
|
return std::move(result_);
|
||||||
}
|
}
|
||||||
|
BIN
v1.63.0.tar.gz
(Stored with Git LFS)
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
BIN
v1.68.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user