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

Vanilla I. Shu vanilla at FreeBSD.org
Fri Dec 15 15:02:06 UTC 2017


Author: vanilla
Date: Fri Dec 15 15:02:04 2017
New Revision: 456397
URL: https://svnweb.freebsd.org/changeset/ports/456397

Log:
  Update to 1.8.0.

Added:
  head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc   (contents, props changed)
Deleted:
  head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.c
Modified:
  head/devel/pecl-grpc/Makefile
  head/devel/pecl-grpc/distinfo

Modified: head/devel/pecl-grpc/Makefile
==============================================================================
--- head/devel/pecl-grpc/Makefile	Fri Dec 15 14:49:23 2017	(r456396)
+++ head/devel/pecl-grpc/Makefile	Fri Dec 15 15:02:04 2017	(r456397)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	grpc
-PORTVERSION=	1.7.0
+PORTVERSION=	1.8.0
 CATEGORIES=	devel net
 
 MAINTAINER=	vanilla at FreeBSD.org

Modified: head/devel/pecl-grpc/distinfo
==============================================================================
--- head/devel/pecl-grpc/distinfo	Fri Dec 15 14:49:23 2017	(r456396)
+++ head/devel/pecl-grpc/distinfo	Fri Dec 15 15:02:04 2017	(r456397)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510723140
-SHA256 (PECL/grpc-1.7.0.tgz) = 0583129a618f186c90ec81b41d3d259e195fbd7f0979a74a8b13f46a64b96686
-SIZE (PECL/grpc-1.7.0.tgz) = 2326462
+TIMESTAMP = 1513349287
+SHA256 (PECL/grpc-1.8.0.tgz) = cec11452d2938da8d7c5a5b11bc7df6c11469ece18c0954fd12edd34a3321dab
+SIZE (PECL/grpc-1.8.0.tgz) = 2304860

Added: head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc	Fri Dec 15 15:02:04 2017	(r456397)
@@ -0,0 +1,11 @@
+--- src/core/tsi/ssl_transport_security.cc.orig	2017-12-15 14:58:10 UTC
++++ src/core/tsi/ssl_transport_security.cc
+@@ -19,7 +19,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