pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/php-redis



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 19 15:21:58 UTC 2025

Modified Files:
        pkgsrc/databases/php-redis: Makefile distinfo

Log Message:
databases/php-redis: update to 6.2.0

6.2.0 (2025-03-24)

Fixed:

* Fix arguments order for SET command [f73f5fc] (Pavlo Yatsukhnenko)
* Fix error length calculation and UB sanity check [e73130fe]
  (michael-grunder)
* Invalidate slot cache on failed cluster connections [c7b87843] (James
  Kennedy)
* Don't cast a uint64_t to a long [faa4bc20] (michael-grunder)
* Fix potential NULL dereference [43e6cab8] (peter15914)
* Print cursor as unsigned 64 bit integer [138d07b6] (Bentley O'Kane-Chase)
* Fix XAUTOCLAIM argc when sending COUNT [0fe45d24] (michael-grunder)

Added:

* Added serverName() and serverVersion() [fa3eb006, cbaf095f, 056c2dbe]
  (Pavlo Yatsukhnenko, Michael Grunder)
* Added getWithMeta method [9036ffca, 36ab5850] (Pavlo Yatsukhnenko)
* Implement GETDEL command for RedisCluster [d342e4ac] (michael-grunder)
* Introduce Redis::OPT_PACK_IGNORE_NUMBERS option [f9ce9429, 29e5cf0d]
  (michael-grunder)
* Implement Valkey >= 8.1 IFEQ SET option [a2eef77f] (michael-grunder)
* Implement KeyDB's EXPIREMEMBER[AT] commands [4cd3f593] (michael-grunder)

Documentation:

* Fix phpdoc type of $pattern [5cad2076] (OHZEKI Naoki)
* Better documentation for the $tlsOptions parameter of RedisCluster
  [8144db37] (Jacob Brown)

Tests/CI:

* Add details to the option doc block [abb0f6cc] (michael-grunder)
* Update CodeQL to v3 [41e11417, a10bca35] (Pavlo Yatsukhnenko)
* Add PHP 8.4 to CI [6097e7ba] (Pavlo Yatsukhnenko)
* Pin ubuntu version for KeyDB [eb66fc9e, 985b0313] (michael-grunder)
* Windows CI: update setup-php-sdk to v0.10 and enable caching [f89d4d8f]
  (Christoph M. Becker)

Internal:

* Reduce buffer size for signed integer [044b3038, 35c59880] (Bentley
  O'Kane-Chase)
* Create a strncmp wrapper [085d61ec] (michael-grunder)
* Refactor and avoid allocation in rawcommand method [f68544f7] (Jakub
  Onderka)
* Use defines for callback growth + sanity check [42a42769]
  (michael-grunder)
* Switch from linked list to growing array for reply callbacks [a551fdc9]
  (Jakub Onderka)
* Reuse redis_sock_append_auth method [be388562] (Jakub Onderka)
* Switch pipeline_cmd from smart_str to smart_string [571ffbc8] (Jakub
  Onderka)
* Remove unused redis_debug_response method from library.c [7895636a] (Jakub
  Onderka)
* Optimise HMGET method [2434ba29] (Jakub Onderka)
* Avoid unnecessary allocation in redis_hset_cmd [aba09933] (Jakub Onderka)
* Avoid unnecessary allocation in redis_hdel_cmd [4082dd07] (Jakub Onderka)
* Avoid unnecessary allocation in redis_key_varval_cmd [99650e15] (Jakub
  Onderka)
* Use zval_get_tmp_string method that is faster when provided zval is string
  [f6906470] (Jakub Onderka)
* Optimise constructing Redis command string [2a2f908f] (Jakub Onderka)
* If no command is issued in multi mode, return immutable empty array
  [5156e032] (Jakub Onderka)
* Test for empty pipeline and multi [426de2bb] (Jakub Onderka)
* Optimise method array_zip_values_and_scores [400503b8] (Jakub Onderka)
* Faster parameter parsing in redis_key_cmd and redis_key_long_val_cmd
  [83a19656] (Jakub Onderka)
* Use immutable empty array in Redis::hKeys [3a2f3f45] (Jakub Onderka)
* Use immutable empty array in Redis::exec [60b5a886] (Jakub Onderka)
* Do not allocate empty string or string with one character [64da891e]
  (Jakub Onderka)
* Initialize arrays with known size [99beb922] (Jakub Onderka)
* Use smart str for constructing pipeline cmd [b665925e] (Jakub Onderka)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/php-redis/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/php-redis/distinfo

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

Modified files:

Index: pkgsrc/databases/php-redis/Makefile
diff -u pkgsrc/databases/php-redis/Makefile:1.19 pkgsrc/databases/php-redis/Makefile:1.20
--- pkgsrc/databases/php-redis/Makefile:1.19    Sat Feb 22 16:54:17 2025
+++ pkgsrc/databases/php-redis/Makefile Mon May 19 15:21:58 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2025/02/22 16:54:17 taca Exp $
+# $NetBSD: Makefile,v 1.20 2025/05/19 15:21:58 taca Exp $
 #
 
 MODNAME=       redis
-PECL_VERSION=  6.1.0
+PECL_VERSION=  6.2.0
 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.11 pkgsrc/databases/php-redis/distinfo:1.12
--- pkgsrc/databases/php-redis/distinfo:1.11    Sat Feb 22 16:54:17 2025
+++ pkgsrc/databases/php-redis/distinfo Mon May 19 15:21:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/02/22 16:54:17 taca Exp $
+$NetBSD: distinfo,v 1.12 2025/05/19 15:21:58 taca Exp $
 
-BLAKE2s (php-redis/6.1.0.tar.gz) = f9b178cb389ce56f0621ddb4220e609e157fbe8de80d7cf3a7f19528026d14cf
-SHA512 (php-redis/6.1.0.tar.gz) = 1116167ffa7457499b95b4d454c71abd6546b1b4d8e4fa91daf2fb8cd9e056340c05bcfae73b8ccb83fd10275260994ebb474a0df801c0c46c5dfcaabac3c0eb
-Size (php-redis/6.1.0.tar.gz) = 403285 bytes
+BLAKE2s (php-redis/6.2.0.tar.gz) = 1a0e13f8db56fe3e357c0a217f79f86fc81db200e8459d337de26b991759f542
+SHA512 (php-redis/6.2.0.tar.gz) = 11e0799aaa125b61bcb45dd105990bd0a41ba10bc6e129eaf59a9bc6862eab1f823a263a8dd2a69c6eca9e53d3bcf70df7f8e77d8e68fc84c7adae26a8d94882
+Size (php-redis/6.2.0.tar.gz) = 412291 bytes



Home | Main Index | Thread Index | Old Index