Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2019 17:33:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497035 - in head/devel/pecl-protobuf: . files
Message-ID:  <201903281733.x2SHX1bd082153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar 28 17:33:00 2019
New Revision: 497035
URL: https://svnweb.freebsd.org/changeset/ports/497035

Log:
  Update to 3.7.1
  
  Changes:	https://github.com/protocolbuffers/protobuf/releases

Added:
  head/devel/pecl-protobuf/files/
  head/devel/pecl-protobuf/files/patch-upb.c   (contents, props changed)
Modified:
  head/devel/pecl-protobuf/Makefile
  head/devel/pecl-protobuf/distinfo

Modified: head/devel/pecl-protobuf/Makefile
==============================================================================
--- head/devel/pecl-protobuf/Makefile	Thu Mar 28 17:32:54 2019	(r497034)
+++ head/devel/pecl-protobuf/Makefile	Thu Mar 28 17:33:00 2019	(r497035)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	protobuf
-PORTVERSION=	3.7.0
+PORTVERSION=	3.7.1
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet@FreeBSD.org

Modified: head/devel/pecl-protobuf/distinfo
==============================================================================
--- head/devel/pecl-protobuf/distinfo	Thu Mar 28 17:32:54 2019	(r497034)
+++ head/devel/pecl-protobuf/distinfo	Thu Mar 28 17:33:00 2019	(r497035)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551434233
-SHA256 (PECL/protobuf-3.7.0.tgz) = 1334ab26c1b84d8896900bc9636f758584ebe1ea26ac298965a2b8ee7c202438
-SIZE (PECL/protobuf-3.7.0.tgz) = 260687
+TIMESTAMP = 1553693957
+SHA256 (PECL/protobuf-3.7.1.tgz) = cc8b776819727d21f820096253bf8aae1d02fc6b219af89a93efb65050126e39
+SIZE (PECL/protobuf-3.7.1.tgz) = 264600

Added: head/devel/pecl-protobuf/files/patch-upb.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-protobuf/files/patch-upb.c	Thu Mar 28 17:33:00 2019	(r497035)
@@ -0,0 +1,11 @@
+--- upb.c.orig	2019-03-26 18:02:19 UTC
++++ upb.c
+@@ -14311,7 +14311,7 @@ static bool end_timestamp_zone(upb_json_
+   }
+ 
+   /* Normalize tm */
+-  seconds = mktime(&p->tm) - timezone;
++  seconds = mktime(&p->tm);
+   seconds += 3600 * hours;
+ 
+   /* Check timestamp boundary */



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