git: e9a2add9ef7a - main - devel/pecl-grpc: update to 1.56.0.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jun 2023 07:34:26 UTC
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9a2add9ef7aa6117b2ffc93a058f4f8bd79d537 commit e9a2add9ef7aa6117b2ffc93a058f4f8bd79d537 Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2023-06-24 07:33:43 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2023-06-24 07:33:59 +0000 devel/pecl-grpc: update to 1.56.0. --- devel/pecl-grpc/Makefile | 2 +- devel/pecl-grpc/distinfo | 6 +++--- ..._party_boringssl-with-bazel_src_crypto_cpu-ppc64le.c | 14 -------------- ...arty_boringssl-with-bazel_src_include_openssl_base.h | 17 ----------------- 4 files changed, 4 insertions(+), 35 deletions(-) diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index f501455c7614..b83d41caf107 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.51.1 +PORTVERSION= 1.56.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-grpc/distinfo b/devel/pecl-grpc/distinfo index 5ce4c96211ca..3b9ce664e5a8 100644 --- a/devel/pecl-grpc/distinfo +++ b/devel/pecl-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670329229 -SHA256 (PECL/grpc-1.51.1.tgz) = a8a79bf27bceeb8088c2a3a5a76c1146bbbd3e8d7a8a13e44ddbcfd715213ba9 -SIZE (PECL/grpc-1.51.1.tgz) = 5414088 +TIMESTAMP = 1687591843 +SHA256 (PECL/grpc-1.56.0.tgz) = bb3c58314cc4c4c043b70bf7162a4ebae507834bf5c2a014b67ebd8d70109dfe +SIZE (PECL/grpc-1.56.0.tgz) = 5879359 diff --git a/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_crypto_cpu-ppc64le.c b/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_crypto_cpu-ppc64le.c deleted file mode 100644 index c58ee1af444e..000000000000 --- a/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_crypto_cpu-ppc64le.c +++ /dev/null @@ -1,14 +0,0 @@ ---- third_party/boringssl-with-bazel/src/crypto/cpu-ppc64le.c.orig 2020-10-26 11:38:52 UTC -+++ third_party/boringssl-with-bazel/src/crypto/cpu-ppc64le.c -@@ -28,7 +28,11 @@ - #endif - - void OPENSSL_cpuid_setup(void) { -+#if defined(__linux__) - OPENSSL_ppc64le_hwcap2 = getauxval(AT_HWCAP2); -+#elif defined(__FreeBSD__) -+ elf_aux_info(AT_HWCAP2, &OPENSSL_ppc64le_hwcap2, sizeof(OPENSSL_ppc64le_hwcap2)); -+#endif - } - - int CRYPTO_is_PPC64LE_vcrypto_capable(void) { diff --git a/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_include_openssl_base.h b/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_include_openssl_base.h deleted file mode 100644 index 20aafeb875c2..000000000000 --- a/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_include_openssl_base.h +++ /dev/null @@ -1,17 +0,0 @@ ---- third_party/boringssl-with-bazel/src/include/openssl/base.h.orig 2021-03-01 21:34:01 UTC -+++ third_party/boringssl-with-bazel/src/include/openssl/base.h -@@ -96,9 +96,13 @@ extern "C" { - #elif defined(__ARMEL__) || defined(_M_ARM) - #define OPENSSL_32_BIT - #define OPENSSL_ARM --#elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(_LITTLE_ENDIAN) -+#elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(_LITTLE_ENDIAN__) - #define OPENSSL_64_BIT - #define OPENSSL_PPC64LE -+#elif (defined(__PPC64__) || defined(__powerpc64__)) -+#define OPENSSL_64_BIT -+#define OPENSSL_PPC64 -+#define OPENSSL_BIGENDIAN - #elif defined(__MIPSEL__) && !defined(__LP64__) - #define OPENSSL_32_BIT - #define OPENSSL_MIPS