pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-msgpack: Update to 2.1.2



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sat Dec 5 18:46:53 2020 +0000
Changeset:	53dd40e73385f6190281d8b0c324b75c5d4d30b0

Modified Files:
	php-msgpack/Makefile
	php-msgpack/distinfo

Log Message:
php-msgpack: Update to 2.1.2

Upstream release notes:

* PHP-8 compatibility. (Remi Collet, Michael Wallner)
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy
  Postnikov)
* Fixed #153 and #147: Small string optimization causes excessive memory
  consumption under specific workloads. (Michael Wallner)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=53dd40e73385f6190281d8b0c324b75c5d4d30b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-msgpack/Makefile | 2 +-
 php-msgpack/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/php-msgpack/Makefile b/php-msgpack/Makefile
index 137cc5f53e..e6f7a21764 100644
--- a/php-msgpack/Makefile
+++ b/php-msgpack/Makefile
@@ -2,7 +2,7 @@
 #
 
 MODNAME=		msgpack
-PECL_VERSION=		2.1.1
+PECL_VERSION=		2.1.2
 CATEGORIES+=		devel
 
 MAINTAINER=		pkgsrc-users%pkgsrc.org@localhost
diff --git a/php-msgpack/distinfo b/php-msgpack/distinfo
index 0f333869e8..ffe0332370 100644
--- a/php-msgpack/distinfo
+++ b/php-msgpack/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/11/04 01:18:01 agc Exp $
 
-SHA1 (php-msgpack/msgpack-2.1.1.tgz) = 4224f4dd2c52540e8513268a9ef980192eec1741
-RMD160 (php-msgpack/msgpack-2.1.1.tgz) = 7dd7647ee83380e534ba33669364064beafdee1f
-SHA512 (php-msgpack/msgpack-2.1.1.tgz) = dffa21e36ac8bafa076557093e0bca70772e810215900ce0f9c0e0cc6f4f5aac567178c9bb6c5f962bdda11139d03bc9004f85d9e0a58acf181ef8959e953281
-Size (php-msgpack/msgpack-2.1.1.tgz) = 126154 bytes
+SHA1 (php-msgpack/msgpack-2.1.2.tgz) = bdc7f515dfe1cbe53d9e40c78c5e232343d1c79e
+RMD160 (php-msgpack/msgpack-2.1.2.tgz) = 02f9293a07b2861ace4f25d0c9429bdd8d28a0a0
+SHA512 (php-msgpack/msgpack-2.1.2.tgz) = adce1ab7e6dba603398a2caa1f318c85748d9f991d8f56aaf7b93417c65146ca77916241549e76ef3bdfece0cf893990221e77c251e6369403740b02ae6bcff7
+Size (php-msgpack/msgpack-2.1.2.tgz) = 126613 bytes


Home | Main Index | Thread Index | Old Index