Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 30CE91A923B for ; Sun, 19 Dec 2021 15:15:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 31E2484EA0; Sun, 19 Dec 2021 15:15:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68F8C84D57 for ; Sun, 19 Dec 2021 15:15:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8pggGisA6PRC for ; Sun, 19 Dec 2021 15:15:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B8BF84D22 for ; Sun, 19 Dec 2021 15:15:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F9E3FAEC; Sun, 19 Dec 2021 15:15:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163992694476530" MIME-Version: 1.0 Date: Sun, 19 Dec 2021 15:15:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/php-redis To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211219151544.6F9E3FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163992694476530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 19 15:15:44 UTC 2021 Modified Files: pkgsrc/databases/php-redis: Makefile distinfo Log Message: databases/php-redis: update to 5.3.5 5.3.4 (2021-03-24) This release fixes a multi/pipeline segfault on apple silicon as well as two small compression related bugs. You can find a detailed list of changes in Changelog.md and package.xml * Fix multi/pipeline segfault on Apple silicon [e0796d48] (Michael Grunder) * Pass compression flag on HMGET in RedisCluster [edc724e6] (Adam Olley) * Abide by ZSTD error return constants [8400ed1c] (Michael Grunder) * Fix timing related CI session tests [9b986bf8] (Michael Grunder) * Sponsors ~ Audiomack - https://audiomack.com ~ Open LMS - https://openlms.net ~ BlueHost - https://bluehost.com ~ Object Cache Pro for WordPress - https://objectcache.pro ~ Avtandil Kikabidze - https://github.com/akalongman ~ Zaher Ghaibeh - https://github.com/zaherg ~ BatchLabs - https://batch.com 5.3.5 (2021-12-18) This release adds support for exponential backoff w/jitter, experimental support for detecting a dirty connection, as well as many other fixes and improvements. You can find a detailed list of changes in Changelog.md and package.xml or by inspecting the git commit logs. --- Sponsors --- Audiomack - https://audiomack.com Open LMS - https://openlms.net BlueHost - https://bluehost.com Object Cache Pro for WordPress - https://objectcache.pro Avtandil Kikabidze - https://github.com/akalongman Zaher Ghaibeh - https://github.com/zaherg BatchLabs - https://batch.com Luis Zarate - https://github.com/jlzaratec * Fixed segfault in redis_setoption_handler [692e4e84] (Pavlo Yatsukhnenko) * Fix masters array in the event of a cluster failover [bce692962] (Bar Shaul) * Fix 32 bit type error [672dec87f] (Remi Collet) * Fix radix character in certain locales [89a871e24] (Pavlo Yatsukhnenko) * ZSTD Validation fix [6a77ef5cd] (Michael Grunder) * Remove superfluous typecast [b2871471f] (Remi Collet) * Updated documentation [f84168657, d017788e7, 20ac84710, 0adf05260, aee29bf73, 09a095e72, 12ffbf33a, ff331af98, a6bdb8731, 305c15840, 1aa10e93a, d78b0c79d, c6d37c27c, a6303f5b9, d144bd2c7, a6fb815ef, 9ef862bc6] (neodisco, Clement Tessier, T. Todua, dengliming, Maxime Cornet, Emanuele Filannino Michael Grunder) * Travis CI Fixes [a43f4586e, 4fde8178f, 7bd5415ac, fdb8c4bb7, d4f407470] (Pavlo Yatsukhnenko) * Minor fixes/cleanup [2e190adc1, 99975b592, 9d0879fa5, 22b06457b] (Pavlo Yatsukhnenko) * Fix RedisArray constructor bug [85dc883ba](https://github.com/phpredis/phpredis/commit/85dc883ba) ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko)) * Moved to GitHub Actions [4d2afa786, 502d09fd5] (Pavlo Yatsukhnenko) * Use more appropriate array iteration macro [6008900c2] (Pavlo Yatsukhnenko) * Clean up session tests [ab25ae7f3] (Michael Grunder) * RedisArray refactors [1250f0001, 017b2ea7f, 37ed3f079] (Pavlo Yatsukhnenko) * Use zend_parse_parameters_none helper [a26b14dbe] (Remi Collet) * Support for various exponential backoff strategies [#1986, #1993, 732eb8dcb, 05129c3a3, 5bba6a7fc], (Nathaniel Braun) * Added experimental support for detecting a dirty connection [d68579562] (Michael Grunder) * Created distinct compression utility methods (pack/unpack) [#1939, da2790aec] (Michael Grunder) * SMISMEMBER Command [#1894, ae2382472, ed283e1ab] (Pavlo Yatsukhnenko) * Fix typo in cluster_scan_resp [44affad2] (Michael Grunder) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/php-redis/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/php-redis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163992694476530 Content-Disposition: inline Content-Length: 1588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/php-redis/Makefile diff -u pkgsrc/databases/php-redis/Makefile:1.15 pkgsrc/databases/php-redis/Makefile:1.16 --- pkgsrc/databases/php-redis/Makefile:1.15 Mon Mar 29 00:09:35 2021 +++ pkgsrc/databases/php-redis/Makefile Sun Dec 19 15:15:44 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2021/03/29 00:09:35 taca Exp $ +# $NetBSD: Makefile,v 1.16 2021/12/19 15:15:44 taca Exp $ # MODNAME= redis -PECL_VERSION= 5.3.3 +PECL_VERSION= 5.3.5 PECL_LEGACY_VERSION_SCHEME= yes PECL_DISTNAME= ${PECL_VERSION} CATEGORIES= databases Index: pkgsrc/databases/php-redis/distinfo diff -u pkgsrc/databases/php-redis/distinfo:1.8 pkgsrc/databases/php-redis/distinfo:1.9 --- pkgsrc/databases/php-redis/distinfo:1.8 Tue Oct 26 10:09:44 2021 +++ pkgsrc/databases/php-redis/distinfo Sun Dec 19 15:15:44 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:09:44 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/19 15:15:44 taca Exp $ -BLAKE2s (php-redis/5.3.3.tar.gz) = f28b26e64384f1134bcbe190812ff47064c139e53cf218a8f941fcf88b9ca2bd -SHA512 (php-redis/5.3.3.tar.gz) = 1d004dc36c82cbb6a1537103d35b5b9ba29a0eec3ec4aa8c6af71f0b40fdcb7671501d395c8925f200cc81efd1a862ee9aca05624e0c79051714aa8b0abbe3ec -Size (php-redis/5.3.3.tar.gz) = 284558 bytes +BLAKE2s (php-redis/5.3.5.tar.gz) = 1e6a6d56b95c93890898ae3974232506f3f2ec3b6fb6f0382b9e0f71c874fb15 +SHA512 (php-redis/5.3.5.tar.gz) = 4114d1e8b7c19b4ad04e078a01fc8666c029ada49ad7807f7aebc40ca849ca901ed2b55636d7e7528c0ac1d3d37b73839b60e89661959e46714477857b289b0b +Size (php-redis/5.3.5.tar.gz) = 293275 bytes --_----------=_163992694476530--