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:           Tue Dec 13 07:12:36 UTC 2022

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.0.6

Redis 7.0.6
===========

Upgrade urgency: MODERATE, Contains fixes for a few non-critical or unlikely bugs,
and some dramatic optimizations to Geo, EVAL, and Sorted sets commands.

Potentially Breaking Bug Fixes for new Redis 7.0 features
=======================================================

* RM_ResetDataset module API should not clear the functions
* RM_Call module API used with the "C" flag to run scripts, would now cause
  the commands in the script to check ACL with the designated user

Performance and resource utilization improvements
=================================================

* Geo commands speedups
* Fix EVAL command performance regression from Redis 7.0
* Reduce EXPIRE commands performance regression from Redis 7.0
* Optimize commands returning double values, mainly affecting zset commands
* Optimize Lua parsing of some command responses
* Optimize client memory usage tracking operation while client eviction is disabled

Platform / toolchain support related improvements
=================================================

* Fix compilation on Solaris

Module API changes
==================

* RM_SetContextUser, RM_SetModuleUserACLString, RM_GetModuleUserACLString
* Fix crash in CLIENT_CHANGE event, when the selected database is not 0

Changes in CLI tools
====================

* redis-benchmark avoid aborting on NOPERM from CONFIG GET

Bug Fixes
=========

* Avoid hang of diskless replication fork child when parent crashes
* Fix crash with module API of list iterator and RM_ListDelete
* Fix TLS error handling to avoid connection drops on timeouts
* Fix runtime changes to cluster-announce-*-port to take effect on the local node too
* Fix sentinel function that compares hostnames if failed resolve
* Fix MIGRATE with AUTH set to "keys" is getting wrong key names leading to MOVED or ACL errors

Fixes for issues in previous releases of Redis 7.0
--------------------------------------------------

* Fix command line startup --sentinel problem
* Fis missing FCALL commands in monitor
* Fix CLUSTER SHARDS showing empty hostname
* Replica that asks for rdb-only could have missed the EOF and hang


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.67 -r1.68 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.74 pkgsrc/databases/redis/Makefile:1.75
--- pkgsrc/databases/redis/Makefile:1.74        Tue Nov 22 19:11:10 2022
+++ pkgsrc/databases/redis/Makefile     Tue Dec 13 07:12:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2022/11/22 19:11:10 adam Exp $
+# $NetBSD: Makefile,v 1.75 2022/12/13 07:12:36 adam Exp $
 
-DISTNAME=      redis-7.0.5
+DISTNAME=      redis-7.0.6
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.67 pkgsrc/databases/redis/distinfo:1.68
--- pkgsrc/databases/redis/distinfo:1.67        Tue Nov 22 19:11:10 2022
+++ pkgsrc/databases/redis/distinfo     Tue Dec 13 07:12:36 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.67 2022/11/22 19:11:10 adam Exp $
+$NetBSD: distinfo,v 1.68 2022/12/13 07:12:36 adam Exp $
 
-BLAKE2s (redis-7.0.5.tar.gz) = c0e5e176bf68251483c633f7759fbd12be30a1f23f9aae3ee44f1c17562016e3
-SHA512 (redis-7.0.5.tar.gz) = 16ff920cb8df4d82e78ef34209285024aa98189be8acbca86b10fb3064dcc70eac60206aadece6af08406860ed01a004ce3aaa86be896ea36c7f486686646753
-Size (redis-7.0.5.tar.gz) = 2968205 bytes
+BLAKE2s (redis-7.0.6.tar.gz) = b962d73eacbada148ca7afa6235da846b0c5c0e4a07f97ff7a89cae35a3f7204
+SHA512 (redis-7.0.6.tar.gz) = fca5a98f6bb4798304ae35f0a80cb46153d11ca4af7d3ad9de7cf5857b75f5fe04c10ea36f470e5d1af56b243af52b41b03bcce3e2c14385dfb08b454ff180fd
+Size (redis-7.0.6.tar.gz) = 2978882 bytes
 SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9
 SHA1 (patch-src_Makefile) = 2c23fb065e827e0cb25fdfba1bc1976db03dc789
 SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf



Home | Main Index | Thread Index | Old Index