1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.30.0.

This commit is contained in:
Vanilla I. Shu 2020-06-26 04:14:54 +00:00
parent ff7490d3b1
commit e17ddcf5ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540418
5 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= grpcio
PORTVERSION= 1.29.0
PORTVERSION= 1.30.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1589643983
SHA256 (grpcio-1.29.0.tar.gz) = a97ea91e31863c9a3879684b5fb3c6ab4b17c5431787548fc9f52b9483ea9c25
SIZE (grpcio-1.29.0.tar.gz) = 19571997
TIMESTAMP = 1593141108
SHA256 (grpcio-1.30.0.tar.gz) = e8f2f5d16e0164c415f1b31a8d9a81f2e4645a43d1b261375d6bab7b0adf511f
SIZE (grpcio-1.30.0.tar.gz) = 19674635

View File

@ -1,6 +1,6 @@
--- src/core/tsi/ssl_transport_security.cc.orig 2019-04-15 23:12:51 UTC
--- src/core/tsi/ssl_transport_security.cc.orig 2020-06-22 21:42:25 UTC
+++ src/core/tsi/ssl_transport_security.cc
@@ -22,6 +22,7 @@
@@ -20,6 +20,7 @@
#include "src/core/tsi/ssl_transport_security.h"

View File

@ -1,9 +1,9 @@
--- src/python/grpcio/grpc_core_dependencies.py.orig 2020-04-03 01:18:52 UTC
--- src/python/grpcio/grpc_core_dependencies.py.orig 2020-06-22 21:42:27 UTC
+++ src/python/grpcio/grpc_core_dependencies.py
@@ -755,56 +755,6 @@ CORE_SOURCE_FILES = [
@@ -791,56 +791,6 @@ CORE_SOURCE_FILES = [
'third_party/boringssl-with-bazel/src/ssl/tls13_server.cc',
'third_party/boringssl-with-bazel/src/ssl/tls_method.cc',
'third_party/boringssl-with-bazel/src/ssl/tls_record.cc',
'third_party/boringssl-with-bazel/src/third_party/fiat/curve25519.c',
- 'third_party/cares/cares/ares__close_sockets.c',
- 'third_party/cares/cares/ares__get_hostent.c',
- 'third_party/cares/cares/ares__read_line.c',

View File

@ -1,6 +1,6 @@
--- third_party/boringssl-with-bazel/src/include/openssl/base.h.orig 2020-04-05 11:30:13 UTC
--- third_party/boringssl-with-bazel/src/include/openssl/base.h.orig 2020-06-22 21:42:43 UTC
+++ third_party/boringssl-with-bazel/src/include/openssl/base.h
@@ -458,9 +458,6 @@ typedef void *OPENSSL_BLOCK;
@@ -462,9 +462,6 @@ typedef void *OPENSSL_BLOCK;
// MSVC doesn't set __cplusplus to 201103 to indicate C++11 support (see
// https://connect.microsoft.com/VisualStudio/feedback/details/763051/a-value-of-predefined-macro-cplusplus-is-still-199711l)
// so MSVC is just assumed to support C++11.