Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 11:35:18 +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: r520438 - in head/devel/py-grpcio: . files
Message-ID:  <201912191135.xBJBZIip097638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Dec 19 11:35:18 2019
New Revision: 520438
URL: https://svnweb.freebsd.org/changeset/ports/520438

Log:
  Update to 1.26.0.

Modified:
  head/devel/py-grpcio/Makefile
  head/devel/py-grpcio/distinfo
  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 Dec 19 11:33:51 2019	(r520437)
+++ head/devel/py-grpcio/Makefile	Thu Dec 19 11:35:18 2019	(r520438)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	grpcio
-PORTVERSION=	1.25.0
+PORTVERSION=	1.26.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-grpcio/distinfo
==============================================================================
--- head/devel/py-grpcio/distinfo	Thu Dec 19 11:33:51 2019	(r520437)
+++ head/devel/py-grpcio/distinfo	Thu Dec 19 11:35:18 2019	(r520438)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573224801
-SHA256 (grpcio-1.25.0.tar.gz) = c948c034d8997526011960db54f512756fb0b4be1b81140a15b4ef094c6594a4
-SIZE (grpcio-1.25.0.tar.gz) = 15358518
+TIMESTAMP = 1576739510
+SHA256 (grpcio-1.26.0.tar.gz) = 5ef42dfc18f9a63a06aca938770b69470bb322e4c137cf08cf21703d1ef4ae5c
+SIZE (grpcio-1.26.0.tar.gz) = 15406206

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 Dec 19 11:33:51 2019	(r520437)
+++ head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py	Thu Dec 19 11:35:18 2019	(r520438)
@@ -1,9 +1,9 @@
---- src/python/grpcio/grpc_core_dependencies.py.orig	2019-04-15 23:12:51 UTC
+--- src/python/grpcio/grpc_core_dependencies.py.orig	2019-12-18 01:59:05 UTC
 +++ src/python/grpcio/grpc_core_dependencies.py
-@@ -657,54 +657,4 @@ CORE_SOURCE_FILES = [
-     'third_party/zlib/trees.c',
-     'third_party/zlib/uncompr.c',
-     'third_party/zlib/zutil.c',
+@@ -694,56 +694,6 @@ CORE_SOURCE_FILES = [
+     'third_party/boringssl/ssl/tls_method.cc',
+     'third_party/boringssl/ssl/tls_record.cc',
+     'third_party/boringssl/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',
@@ -54,4 +54,6 @@
 -    'third_party/cares/cares/inet_net_pton.c',
 -    'third_party/cares/cares/inet_ntop.c',
 -    'third_party/cares/cares/windows_port.c',
- ]
+     'third_party/upb/upb/decode.c',
+     'third_party/upb/upb/encode.c',
+     'third_party/upb/upb/msg.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 Dec 19 11:33:51 2019	(r520437)
+++ head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h	Thu Dec 19 11:35:18 2019	(r520438)
@@ -1,6 +1,6 @@
---- third_party/boringssl/include/openssl/base.h.orig	2019-04-15 23:12:53 UTC
+--- third_party/boringssl/include/openssl/base.h.orig	2019-12-18 01:59:19 UTC
 +++ third_party/boringssl/include/openssl/base.h
-@@ -358,9 +358,6 @@ typedef void *OPENSSL_BLOCK;
+@@ -458,9 +458,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.
@@ -9,4 +9,4 @@
 -#endif
  
  #if !defined(BORINGSSL_NO_CXX)
- extern "C++" {
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912191135.xBJBZIip097638>