From 2c3879e85037dd406a7f183346ba1e9495f846eb Mon Sep 17 00:00:00 2001 From: isaackwy Date: Fri, 8 Mar 2024 19:34:32 -0800 Subject: libraries/grpc: Update for 1.62.1 Signed-off-by: Willy Sudiarto Raharjo --- ...-use-shell-loop-instead-makefile-function.patch | 25 ---------------------- libraries/grpc/grpc.SlackBuild | 2 +- libraries/grpc/grpc.info | 6 +++--- 3 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 libraries/grpc/grpc-use-shell-loop-instead-makefile-function.patch (limited to 'libraries/grpc') diff --git a/libraries/grpc/grpc-use-shell-loop-instead-makefile-function.patch b/libraries/grpc/grpc-use-shell-loop-instead-makefile-function.patch deleted file mode 100644 index 2d1c98fe1d..0000000000 --- a/libraries/grpc/grpc-use-shell-loop-instead-makefile-function.patch +++ /dev/null @@ -1,25 +0,0 @@ -From fe221f7d6fcf04e296f3b8598f57abc9e3dea821 Mon Sep 17 00:00:00 2001 -From: Sergey Avseyev -Date: Wed, 16 Jan 2019 20:00:40 +0300 -Subject: [PATCH 3/4] use shell loop instead makefile function - -this avoids failure when too long string passed to exec ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 2bdfa6395d..51614620af 100644 ---- a/Makefile -+++ b/Makefile -@@ -2950,7 +2950,7 @@ install-headers_c: - install-headers_cxx: - $(E) "[INSTALL] Installing public C++ headers" - $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX), $(INSTALL) -d $(prefix)/$(dir $(h)) && ) exit 0 || exit 1 -- $(Q) $(foreach h, $(PUBLIC_HEADERS_CXX), $(INSTALL) $(h) $(prefix)/$(h) && ) exit 0 || exit 1 -+ $(Q) for h in $(PUBLIC_HEADERS_CXX); do $(INSTALL) $$h $(prefix)/$$h; done || exit 1 - - install-static: install-static_c install-static_cxx - --- -2.21.0 diff --git a/libraries/grpc/grpc.SlackBuild b/libraries/grpc/grpc.SlackBuild index 93a385be2c..a8b5061c8e 100644 --- a/libraries/grpc/grpc.SlackBuild +++ b/libraries/grpc/grpc.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=grpc -VERSION=${VERSION:-1.62.0} +VERSION=${VERSION:-1.62.1} OPENCENSUS_VERSION=${OPENCENSUS_VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/grpc/grpc.info b/libraries/grpc/grpc.info index 517ff6aad2..a987421e33 100644 --- a/libraries/grpc/grpc.info +++ b/libraries/grpc/grpc.info @@ -1,9 +1,9 @@ PRGNAM="grpc" -VERSION="1.62.0" +VERSION="1.62.1" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.62.0/grpc-1.62.0.tar.gz \ +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.62.1/grpc-1.62.1.tar.gz \ https://github.com/census-instrumentation/opencensus-proto/archive/v0.3.0/opencensus-proto-0.3.0.tar.gz" -MD5SUM="adccf180c95d2b4a0608f8f3f6792045 \ +MD5SUM="e1d5a5152303a7edb48bdf5f60a22c04 \ 0b208800a68548cbf2d4bff763c050a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3-65-gdbad