pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 20 04:21:44 UTC 2024

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.2.5

Redis 7.2.5

Upgrade urgency MODERATE: Program an upgrade of the server, but it's not urgent.

Bug fixes

* A single shard cluster leaves failed replicas in CLUSTER SLOTS instead of removing them
* Crash in LSET command when replacing small items and exceeding 4GB
* Blocking commands timeout is reset due to re-processing command
* Conversion of numbers in Lua args to redis args can fail. Bug introduced in 7.2.0

Bug fixes in CLI tools

* redis-cli: --count (for --scan, --bigkeys, etc) was ignored unless --pattern was also used
* redis-check-aof: incorrectly considering data in manifest format as MP-AOF


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/databases/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/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.90 pkgsrc/databases/redis/Makefile:1.91
--- pkgsrc/databases/redis/Makefile:1.90        Mon Mar 25 15:20:14 2024
+++ pkgsrc/databases/redis/Makefile     Mon May 20 04:21:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2024/03/25 15:20:14 nikita Exp $
+# $NetBSD: Makefile,v 1.91 2024/05/20 04:21:44 adam Exp $
 
-DISTNAME=      redis-7.2.4
+DISTNAME=      redis-7.2.5
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.80 pkgsrc/databases/redis/distinfo:1.81
--- pkgsrc/databases/redis/distinfo:1.80        Wed Jan 10 08:26:42 2024
+++ pkgsrc/databases/redis/distinfo     Mon May 20 04:21:44 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.80 2024/01/10 08:26:42 adam Exp $
+$NetBSD: distinfo,v 1.81 2024/05/20 04:21:44 adam Exp $
 
-BLAKE2s (redis-7.2.4.tar.gz) = d496db47eecc1c3240229f8ee87fad1c21b2ee40df6adde3be06555d3cc6d0a4
-SHA512 (redis-7.2.4.tar.gz) = 78590fb6680f229905c240ed8ce7a9a7153e5f8563577dbbb26aebf9bfbdcd7495d687f452bd95e0a86c76d772e1c497b506cf8d29bc97b62c9267f7d1e76f72
-Size (redis-7.2.4.tar.gz) = 3386861 bytes
+BLAKE2s (redis-7.2.5.tar.gz) = fb8c1432e9dc045ee7bf3a9378957d3b4d26ecd5e874e1069e1960213a909622
+SHA512 (redis-7.2.5.tar.gz) = e064a0f380e3a00ab8eb2f10ed7317fd6aa27d64cf00792fab80465036f92d17b166050e71b8a779fdf024528ac736cb54722316811f99951c4e386f4ab2245d
+Size (redis-7.2.5.tar.gz) = 3386454 bytes
 SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
 SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
 SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1



Home | Main Index | Thread Index | Old Index