pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-igbinary
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 20 13:31:43 UTC 2022
Modified Files:
pkgsrc/devel/php-igbinary: Makefile distinfo
Log Message:
devel/php-igbinary: update to
3.2.7 (2022-01-12)
* Update test expectations for php 8.2.0-dev. Add
`#[AllowDynamicProperties]` Attribute to some tests to avoid notices.
* In php 8.1+, make igbinary_unserialize check to see if an equivalent
interned string already exists when unserializing object property names,
array keys, and class names and use that instead of creating a brand new
string.
(This deliberately doesn't create a new interned string if one doesn't
already exist.)
(Before this change, igbinary would deduplicate strings when serializing,
but would not check if strings were interned by PHP itself when
unserializing)
* Avoid debug build assertion failure for `HT_ASSERT_RC1` the same way as
PHP's unserialize - this is a case where ostensibly there are no other
references to the array being unserialized.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/php-igbinary/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/php-igbinary/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/php-igbinary/Makefile
diff -u pkgsrc/devel/php-igbinary/Makefile:1.5 pkgsrc/devel/php-igbinary/Makefile:1.6
--- pkgsrc/devel/php-igbinary/Makefile:1.5 Mon Dec 13 14:44:32 2021
+++ pkgsrc/devel/php-igbinary/Makefile Sun Feb 20 13:31:43 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/12/13 14:44:32 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/20 13:31:43 taca Exp $
MODNAME= igbinary
-PECL_VERSION= 3.2.6
+PECL_VERSION= 3.2.7
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/php-igbinary/distinfo
diff -u pkgsrc/devel/php-igbinary/distinfo:1.7 pkgsrc/devel/php-igbinary/distinfo:1.8
--- pkgsrc/devel/php-igbinary/distinfo:1.7 Mon Dec 13 14:44:32 2021
+++ pkgsrc/devel/php-igbinary/distinfo Sun Feb 20 13:31:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/12/13 14:44:32 taca Exp $
+$NetBSD: distinfo,v 1.8 2022/02/20 13:31:43 taca Exp $
-BLAKE2s (php-igbinary/igbinary-3.2.6.tgz) = 403a021de9622f2d454095fd9433654b430416d8389f99f2f2230e20b19a0282
-SHA512 (php-igbinary/igbinary-3.2.6.tgz) = bb1a87f46b0ba2396a3d21b8cc2165498243a86182dc5814d85053bcac14fb099041ec9a67be975eb636e9fae411d2f2695848f0739ddb385c060d56c2f73f4a
-Size (php-igbinary/igbinary-3.2.6.tgz) = 95839 bytes
+BLAKE2s (php-igbinary/igbinary-3.2.7.tgz) = 6d4a98bb723bf7133d03280b349f48921457c00ca32fd3034bdcb3612fce128d
+SHA512 (php-igbinary/igbinary-3.2.7.tgz) = b168e9b7aecaa9ae7760d813f2225381333b8f9a0611cc9701307202da5fefc8239dff5a4ed65faf5f165f11db79aba14e6ff942fe07191dec98cfd7eb65b21a
+Size (php-igbinary/igbinary-3.2.7.tgz) = 97792 bytes
Home |
Main Index |
Thread Index |
Old Index