Date: Thu, 18 Apr 2019 09:23:09 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499242 - in head/devel/py-grpcio: . files Message-ID: <201904180923.x3I9N9eW003553@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Apr 18 09:23:09 2019 New Revision: 499242 URL: https://svnweb.freebsd.org/changeset/ports/499242 Log: Update to 1.20.0. Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.cc head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Thu Apr 18 09:03:10 2019 (r499241) +++ head/devel/py-grpcio/Makefile Thu Apr 18 09:23:09 2019 (r499242) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Thu Apr 18 09:03:10 2019 (r499241) +++ head/devel/py-grpcio/distinfo Thu Apr 18 09:23:09 2019 (r499242) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551592348 -SHA256 (grpcio-1.19.0.tar.gz) = 2ddbca16c2e7b3f2ffc6e34c7cfa6886fb01de9f156ad3f77b72ad652d632097 -SIZE (grpcio-1.19.0.tar.gz) = 14621509 +TIMESTAMP = 1555505574 +SHA256 (grpcio-1.20.0.tar.gz) = f8c5c455e4a843500f236231fa250eb4e2e81c1e8f2280ae56f1ed3f25f8c332 +SIZE (grpcio-1.20.0.tar.gz) = 13879291 Modified: head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.cc ============================================================================== --- head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.cc Thu Apr 18 09:03:10 2019 (r499241) +++ head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.cc Thu Apr 18 09:23:09 2019 (r499242) @@ -1,6 +1,6 @@ ---- src/core/tsi/ssl_transport_security.cc.orig 2018-04-13 19:56:08 UTC +--- src/core/tsi/ssl_transport_security.cc.orig 2019-04-15 23:12:51 UTC +++ src/core/tsi/ssl_transport_security.cc -@@ -20,6 +20,7 @@ +@@ -22,6 +22,7 @@ #include "src/core/tsi/ssl_transport_security.h" Modified: head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py ============================================================================== --- head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Thu Apr 18 09:03:10 2019 (r499241) +++ head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Thu Apr 18 09:23:09 2019 (r499242) @@ -1,6 +1,6 @@ ---- src/python/grpcio/grpc_core_dependencies.py.orig 2018-04-13 19:56:08 UTC +--- src/python/grpcio/grpc_core_dependencies.py.orig 2019-04-15 23:12:51 UTC +++ src/python/grpcio/grpc_core_dependencies.py -@@ -631,53 +631,4 @@ CORE_SOURCE_FILES = [ +@@ -657,54 +657,4 @@ CORE_SOURCE_FILES = [ 'third_party/zlib/trees.c', 'third_party/zlib/uncompr.c', 'third_party/zlib/zutil.c', @@ -46,6 +46,7 @@ - 'third_party/cares/cares/ares_strcasecmp.c', - 'third_party/cares/cares/ares_strdup.c', - 'third_party/cares/cares/ares_strerror.c', +- 'third_party/cares/cares/ares_strsplit.c', - 'third_party/cares/cares/ares_timeout.c', - 'third_party/cares/cares/ares_version.c', - 'third_party/cares/cares/ares_writev.c', Modified: head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h ============================================================================== --- head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h Thu Apr 18 09:03:10 2019 (r499241) +++ head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h Thu Apr 18 09:23:09 2019 (r499242) @@ -1,6 +1,6 @@ ---- third_party/boringssl/include/openssl/base.h.orig 2018-04-13 19:56:11 UTC +--- third_party/boringssl/include/openssl/base.h.orig 2019-04-15 23:12:53 UTC +++ third_party/boringssl/include/openssl/base.h -@@ -367,9 +367,6 @@ typedef void *OPENSSL_BLOCK; +@@ -358,9 +358,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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904180923.x3I9N9eW003553>