svn commit: r446912 - head/textproc/pecl-yaml

Danilo G. Baio dbaio at FreeBSD.org
Sun Jul 30 12:54:42 UTC 2017


Author: dbaio
Date: Sun Jul 30 12:54:40 2017
New Revision: 446912
URL: https://svnweb.freebsd.org/changeset/ports/446912

Log:
  textproc/pecl-yaml: Update to 2.0.2
  
  Bugs Fixed:
  - relax tests to pass with 7.1.4RC1 (remicollet)
  - #74799 fix memory leak in apply_filter function (gleb-svitelskiy)
  - #72540 fix crash in yaml_parse_url when stream/file is empty (bd808)

Modified:
  head/textproc/pecl-yaml/Makefile
  head/textproc/pecl-yaml/distinfo

Modified: head/textproc/pecl-yaml/Makefile
==============================================================================
--- head/textproc/pecl-yaml/Makefile	Sun Jul 30 12:52:38 2017	(r446911)
+++ head/textproc/pecl-yaml/Makefile	Sun Jul 30 12:54:40 2017	(r446912)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaml
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.2
 CATEGORIES=	textproc pear
 
 MAINTAINER=	dbaio at FreeBSD.org

Modified: head/textproc/pecl-yaml/distinfo
==============================================================================
--- head/textproc/pecl-yaml/distinfo	Sun Jul 30 12:52:38 2017	(r446911)
+++ head/textproc/pecl-yaml/distinfo	Sun Jul 30 12:54:40 2017	(r446912)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489878416
-SHA256 (PECL/yaml-2.0.0.tgz) = ef13ff56c184290c025a522bf9ae2e1b3ecc8543c3a5161dd02adec90897a221
-SIZE (PECL/yaml-2.0.0.tgz) = 37960
+TIMESTAMP = 1501418999
+SHA256 (PECL/yaml-2.0.2.tgz) = c3afb0dad47b6c3a5b7b449f57a4938df27bf974efbe188d85c4fb998eff0039
+SIZE (PECL/yaml-2.0.2.tgz) = 38495


More information about the svn-ports-all mailing list