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: Sat Feb 22 16:54:17 UTC 2025
Modified Files:
pkgsrc/databases/php-redis: Makefile distinfo
Log Message:
databases/php-redis: update to 6.1.0
Please refer <https://pecl.php.net/package-changelog.php> for complete
changes in 6.0.0 and 6.1.0.
6.0.0 (2023-09-11)
This release adds new commands introduced in Redis 6.2 and 7.0 as well as
many fixes and improvements.
6.0.1 (2023-09-23)
* Fix memory leak and segfault in Redis::exec [362e1141] (Pavlo
Yatsukhnenko), (Markus Podar)
* Fix unknown expiration modifier [264c0c7e, 95bd184b] (Pavlo Yatsukhnenko)
* Update documentation [3674d663, 849bedb6, 1ad95b63] (Till Kruss), (Joost
OrangeJuiced)
6.0.2 (2023-10-22)
* Fix deprecation error when passing null to match_type parameter.[b835aaa3]
(Pavlo Yatsukhnenko)
* Fix flaky test and OBJECT in a pipeline. [a7f51f70] (Michael Grunder)
* Find our callback by pattern with PSUBSCRIBE [2f276dcd] (Michael Grunder)
6.1.0 (2024-10-04)
PHP 8.4 support enhancements.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/php-redis/Makefile
cvs rdiff -u -r1.10 -r1.11 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.18 pkgsrc/databases/php-redis/Makefile:1.19
--- pkgsrc/databases/php-redis/Makefile:1.18 Sat Feb 8 03:31:57 2025
+++ pkgsrc/databases/php-redis/Makefile Sat Feb 22 16:54:17 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2025/02/08 03:31:57 taca Exp $
+# $NetBSD: Makefile,v 1.19 2025/02/22 16:54:17 taca Exp $
#
MODNAME= redis
-PKGREVISION= 1
-PECL_VERSION= 5.3.7
+PECL_VERSION= 6.1.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.10 pkgsrc/databases/php-redis/distinfo:1.11
--- pkgsrc/databases/php-redis/distinfo:1.10 Sun Feb 20 13:35:28 2022
+++ pkgsrc/databases/php-redis/distinfo Sat Feb 22 16:54:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/02/20 13:35:28 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/02/22 16:54:17 taca Exp $
-BLAKE2s (php-redis/5.3.7.tar.gz) = d5c639c9bdb4a2a4170a9629859e633443647aa59069ca575171735f84042b6f
-SHA512 (php-redis/5.3.7.tar.gz) = 394ad0d5a45e2f985a1622ab9ceca55fb0b8e5ee0631a8dd763984611260e55de43bea308710569fa360ee88e02791e9b28ecaea26f2b770dc168a82a2afb4b3
-Size (php-redis/5.3.7.tar.gz) = 294541 bytes
+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
Home |
Main Index |
Thread Index |
Old Index