svn commit: r467606 - in head/devel/pecl-grpc: . files

Vanilla I. Shu vanilla at FreeBSD.org
Tue Apr 17 13:47:22 UTC 2018


Author: vanilla
Date: Tue Apr 17 13:47:21 2018
New Revision: 467606
URL: https://svnweb.freebsd.org/changeset/ports/467606

Log:
  Update to 1.11.0.

Modified:
  head/devel/pecl-grpc/Makefile
  head/devel/pecl-grpc/distinfo
  head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc
  head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc

Modified: head/devel/pecl-grpc/Makefile
==============================================================================
--- head/devel/pecl-grpc/Makefile	Tue Apr 17 13:47:03 2018	(r467605)
+++ head/devel/pecl-grpc/Makefile	Tue Apr 17 13:47:21 2018	(r467606)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	grpc
-PORTVERSION=	1.10.1
+PORTVERSION=	1.11.0
 CATEGORIES=	devel net
 
 MAINTAINER=	vanilla at FreeBSD.org

Modified: head/devel/pecl-grpc/distinfo
==============================================================================
--- head/devel/pecl-grpc/distinfo	Tue Apr 17 13:47:03 2018	(r467605)
+++ head/devel/pecl-grpc/distinfo	Tue Apr 17 13:47:21 2018	(r467606)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522998882
-SHA256 (PECL/grpc-1.10.1.tgz) = c50e18654ca1ec571429c9ed044370f2af7d2cfb5ca27a39d53dab64d96ab550
-SIZE (PECL/grpc-1.10.1.tgz) = 2351796
+TIMESTAMP = 1523970490
+SHA256 (PECL/grpc-1.11.0.tgz) = b4a04a613b6ec606b0588a2634b8f17a9f0ed8f99852e1e7a863c53631dd5ddb
+SIZE (PECL/grpc-1.11.0.tgz) = 2454902

Modified: head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc
==============================================================================
--- head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc	Tue Apr 17 13:47:03 2018	(r467605)
+++ head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc	Tue Apr 17 13:47:21 2018	(r467606)
@@ -1,6 +1,6 @@
---- src/core/lib/gpr/arena.cc.orig	2018-03-13 15:03:48 UTC
+--- src/core/lib/gpr/arena.cc.orig	2018-04-16 17:48:12 UTC
 +++ src/core/lib/gpr/arena.cc
-@@ -83,7 +83,7 @@ void* gpr_arena_alloc(gpr_arena* arena, 
+@@ -128,7 +128,7 @@ void* gpr_arena_alloc(gpr_arena* arena, size_t size) {
            ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(zone)) + next_z_size));
        next_z->size_begin = z->size_end;
        next_z->size_end = z->size_end + next_z_size;

Modified: head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc
==============================================================================
--- head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc	Tue Apr 17 13:47:03 2018	(r467605)
+++ head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc	Tue Apr 17 13:47:21 2018	(r467606)
@@ -1,10 +1,9 @@
---- src/core/tsi/ssl_transport_security.cc.orig	2017-12-15 14:58:10 UTC
+--- src/core/tsi/ssl_transport_security.cc.orig	2018-04-16 17:48:12 UTC
 +++ src/core/tsi/ssl_transport_security.cc
-@@ -19,7 +19,7 @@
+@@ -20,6 +20,7 @@
+ 
  #include "src/core/tsi/ssl_transport_security.h"
  
- #include <grpc/support/port_platform.h>
--
 +#include <sys/socket.h>
  #include <limits.h>
  #include <string.h>


More information about the svn-ports-head mailing list