Index: head/devel/pecl-grpc/Makefile =================================================================== --- head/devel/pecl-grpc/Makefile (revision 530639) +++ head/devel/pecl-grpc/Makefile (revision 530640) @@ -1,25 +1,25 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.27.0 +PORTVERSION= 1.28.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= High performance, general RPC framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips= fails to compile: fatal error: sys/auxv.h file not found BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found USES= compiler:c++11-lang php:pecl .include .if ${FLAVOR} == php72 && ${ARCH} == i386 BROKEN= error: fastcall calling convention ignored on variadic function [-Werror,-Wignored-attributes] .endif .include Index: head/devel/pecl-grpc/distinfo =================================================================== --- head/devel/pecl-grpc/distinfo (revision 530639) +++ head/devel/pecl-grpc/distinfo (revision 530640) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580971822 -SHA256 (PECL/grpc-1.27.0.tgz) = 3237f0ed837d46b3d270e566d8fb1f8cb4fa9fd8307f88db64835e47acf895c4 -SIZE (PECL/grpc-1.27.0.tgz) = 3196501 +TIMESTAMP = 1585982342 +SHA256 (PECL/grpc-1.28.0.tgz) = 8e6da7d0f2aa46ffbae1edf325345759ea97795ede1610b30b7518e8d3523109 +SIZE (PECL/grpc-1.28.0.tgz) = 3296584 Index: 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 (revision 530639) +++ head/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc (revision 530640) @@ -1,10 +1,10 @@ ---- src/core/tsi/ssl_transport_security.cc.orig 2018-04-16 17:48:12 UTC +--- src/core/tsi/ssl_transport_security.cc.orig 2020-04-02 22:15:03 UTC +++ src/core/tsi/ssl_transport_security.cc -@@ -20,6 +20,7 @@ +@@ -22,6 +22,7 @@ #include "src/core/tsi/ssl_transport_security.h" +#include #include #include