From 7fc8087c65370b9a7ca73dc4fbd2f1621c2aed94 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Mar 2024 16:43:21 +0800 Subject: python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0 0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch abseil-ppc-fixes.patch refreshed for 1.62.0 Changelog: ========== -[metadata] Allow non application/grpc content-type values. -[BoringSSL] Update third_party/boringssl-with-bazel. -[GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch') diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch index a5e767029e..34ef7874e8 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch @@ -1,4 +1,4 @@ -From 6ede7d01b18a4d9eeaccd25f5c1ab9985cb65307 Mon Sep 17 00:00:00 2001 +From 671618df3e48619f0c7a5a3acd8982374a5e43db Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 12 Feb 2023 21:25:04 -0800 Subject: [PATCH] zlib: Include unistd.h for open/close C APIs @@ -6,16 +6,15 @@ Subject: [PATCH] zlib: Include unistd.h for open/close C APIs Upstream-Status: Pending Signed-off-by: Khem Raj - --- third_party/zlib/gzguts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/zlib/gzguts.h b/third_party/zlib/gzguts.h -index 57faf37..3c700c2 100644 +index f937504..341a68d 100644 --- a/third_party/zlib/gzguts.h +++ b/third_party/zlib/gzguts.h -@@ -19,6 +19,7 @@ +@@ -18,6 +18,7 @@ #endif #include -- cgit v1.2.3-54-g00ecf