mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
grpc: upgrade 1.78.1 -> 1.80.0
License-Update: Re-scope secondary licenses [1]
Release information [2]:
This is release 1.80.0 (glimmering) of gRPC Core.
Core
* [ssl] Implement TLS private key signer in Python. (#41701)
* [TLS Credentials]: Private Key Offload Implementation. (#41606)
* Fix max sockaddr struct size on OpenBSD. (#40454)
* [core] Enable EventEngine for Python by default, and EventEngine fork support in Python and Ruby. (#41432)
* [TLS Credentials]: Create InMemoryCertificateProvider to update certificates independently. (#41484)
* [Ruby] Build/test ruby 4.0 and build native gems with Ruby 4.0 support. (#41324)
* [EventEngine] Remove an incorrect std::move in DNSServiceResolver constructor. (#41502)
* [RR and WRR] enable change to connect from a random index. (#41472)
* [xds] Implement gRFC A101. (#41051)
C++
* [C++] Add SNI override option to C++ channel credentials options API. (#41460)
[1] fb53717dfa
[2] https://github.com/grpc/grpc/releases/tag/v1.80.0
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
5d9711d7c3
commit
95446dcf8f
@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/grpc/grpc"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906 \
|
||||
file://LICENSE;md5=fe8c552b7748e45c00ac55ac0257f6c9 \
|
||||
file://third_party/utf8_range/LICENSE;md5=d4974d297231477b2ff507c35d61c13c \
|
||||
file://third_party/xxhash/LICENSE;md5=cdfe7764d5685d8e08b3df302885d7f3 \
|
||||
"
|
||||
@ -23,8 +23,8 @@ RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler"
|
||||
# Both dependencies are mutually exclusive
|
||||
# RDEPENDS:${PN}-dev += "${PN}-compiler"
|
||||
|
||||
SRCREV = "5b6492ea90b2b867a6adad1b10a6edda28e860d1"
|
||||
BRANCH = "v1.78.x"
|
||||
SRCREV = "f5e2d6e856176c2f6b7691032adfefe21e5f64c1"
|
||||
BRANCH = "v1.80.x"
|
||||
SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;branch=${BRANCH};tag=v${PV} \
|
||||
file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user