libgrpc: Bump to 1.54.0

This commit is contained in:
Tee KOBAYASHI 2023-04-18 18:53:13 +09:00 committed by xtkoba
parent 145902229d
commit 338d03c50d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="High performance, open source, general RPC framework tha
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_SRCURL=git+https://github.com/grpc/grpc
TERMUX_PKG_VERSION=1.53.0
TERMUX_PKG_VERSION=1.54.0
TERMUX_PKG_DEPENDS="abseil-cpp, c-ares, ca-certificates, libc++, libprotobuf, libre2, openssl, protobuf, zlib"
TERMUX_PKG_BREAKS="libgrpc-dev"
TERMUX_PKG_REPLACES="libgrpc-dev"

View File

@ -1,6 +1,6 @@
diff -u -r ../cache/checkout-1.14.1/src/core/lib/gpr/log_android.cc ./src/core/lib/gpr/log_android.cc
--- ../cache/checkout-1.14.1/src/core/lib/gpr/log_android.cc 2018-08-21 11:52:18.904711327 +0000
+++ ./src/core/lib/gpr/log_android.cc 2018-08-21 12:04:56.616148484 +0000
+++ ./src/core/lib/gpr/android/log.cc
@@ -27,18 +27,6 @@
#include <stdio.h>
#include <string.h>

View File

@ -1,5 +1,5 @@
--- a/src/core/lib/gpr/tmpfile_posix.cc
+++ b/src/core/lib/gpr/tmpfile_posix.cc
+++ b/src/core/lib/gpr/posix/tmpfile.cc
@@ -39,7 +39,7 @@
if (tmp_filename != nullptr) *tmp_filename = nullptr;