pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/php-yaml textproc/php-yaml: update to 2.2.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3f495325703
branches: trunk
changeset: 771055:a3f495325703
user: taca <taca%pkgsrc.org@localhost>
date: Sun Dec 12 15:24:24 2021 +0000
description:
textproc/php-yaml: update to 2.2.2
2.1.0 (2020-04-23)
New Features:
- Basic PHP8 (master branch) compatiblity
Bugs Fixed:
- #79494: The 64-bit YAML ext uses 32-bit signed integer arithmetics (cmb69)
- Use ZEND_LONG_FMT to fix -Wformat warnings (carusogabriel)
- Fix memory leaks when writing timestamps (cmb69)
- Update tests/yaml_parse_file_002.phpt for PHP8 (carusogabriel)
- #78353: Remove deprecated TSRM macros (a.dankovtsev)
2.2.0 (2020-11-28)
New Features:
- PHP 8.0 compatibility
Bugs Fixed:
- #79866 Use serialize_precision when encoding double values (bd808)
- yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808)
- Remove use of call_user_function_ex() for compat with PHP 8.0.0a2 (andypost)
- Adjust test values for compat with 32bit platforms (bd808)
- Fix memory leaks (cmb69)
- #79567 Parsing long long values leads to truncation on LLP64 platforms (bd808)
- #77720 Out of memory error when parsing yaml file (bd808)
- [-Wformat=] issue on 32-bit (remicollet)
- relax test on 32-bit (overflow to float) (remicollet)
2.2.1 (2020-12-20)
Bugs Fixed:
- #80324: Segfault in YAML with anonymous functions (cmb69)
- Fix memory leak in y_write_object_callback() (cmb69)
- Fix memory leak in handle_mapping() (cmb69)
2.2.2 (2021-10-24)
Bugs Fixed:
- PHP 8.1 compilation fixes (remicollet)
diffstat:
textproc/php-yaml/Makefile | 4 ++--
textproc/php-yaml/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r e80b7319ca50 -r a3f495325703 textproc/php-yaml/Makefile
--- a/textproc/php-yaml/Makefile Sun Dec 12 15:20:20 2021 +0000
+++ b/textproc/php-yaml/Makefile Sun Dec 12 15:24:24 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/04/27 22:40:59 roy Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/12 15:24:24 taca Exp $
MODNAME= yaml
-PECL_VERSION= 2.0.4
+PECL_VERSION= 2.2.2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= YAML-1.1 parser and emitter
diff -r e80b7319ca50 -r a3f495325703 textproc/php-yaml/distinfo
--- a/textproc/php-yaml/distinfo Sun Dec 12 15:20:20 2021 +0000
+++ b/textproc/php-yaml/distinfo Sun Dec 12 15:24:24 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:22:57 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/12/12 15:24:24 taca Exp $
-BLAKE2s (php-yaml/yaml-2.0.4.tgz) = fd024bfc4c365fe8266070ed1bce3cc936744b9a0d18feda126d0d3a60664092
-SHA512 (php-yaml/yaml-2.0.4.tgz) = 138e5b4566800fc7d624baf71bc585d6d432755046e598ae9f4099fa565727e04d79bb171289a53eb9e5daa416ffee1b0fb4967c84976ac6cd6fc01b0a05fbae
-Size (php-yaml/yaml-2.0.4.tgz) = 39071 bytes
+BLAKE2s (php-yaml/yaml-2.2.2.tgz) = 0b3d738484728fbbe2ac4484448b68a268a0229643bdecd89d3c6299e1ac1755
+SHA512 (php-yaml/yaml-2.2.2.tgz) = 4c1d3012623154b8d74908fb319a637d7bff178d02d0732d1a3d19d24df2c612d62948eb7dcd9ead9fd31f2da7af0cec54657b8cce128968a04079dd0002117d
+Size (php-yaml/yaml-2.2.2.tgz) = 41063 bytes
Home |
Main Index |
Thread Index |
Old Index