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:           Wed Aug 23 05:25:39 UTC 2023

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.2.0

Redis 7.2.0 GA   Released Mon Aug 15 12:00:00 IDT 2023
================================================================================

Upgrade urgency LOW: This is the first stable Release for Redis 7.2.

Bug Fixes
=========

* redis-cli in cluster mode handles `unknown-endpoint`
* Update request / response policy hints for a few commands
* Ensure that the function load timeout is disabled during loading from RDB/AOF and on replicas.
* Fix false success and a memory leak for ACL selector with bad parenthesis combination
* Fix the assertion when script timeout occurs after it signaled a blocked client

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

* Update MONITOR client's memory correctly for INFO and client-eviction
* The response of cluster nodes was unnecessarily adding an extra comma when no
  hostname was present.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.74 -r1.75 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.81 pkgsrc/databases/redis/Makefile:1.82
--- pkgsrc/databases/redis/Makefile:1.81        Mon Jul 10 16:17:42 2023
+++ pkgsrc/databases/redis/Makefile     Wed Aug 23 05:25:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2023/07/10 16:17:42 adam Exp $
+# $NetBSD: Makefile,v 1.82 2023/08/23 05:25:39 adam Exp $
 
-DISTNAME=      redis-7.0.12
+DISTNAME=      redis-7.2.0
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
@@ -13,6 +13,8 @@ TEST_DEPENDS+=        tcl>=8.5:../../lang/tcl
 
 USE_LANGUAGES= c99
 USE_TOOLS+=    gmake pkg-config
+# Don't let LTO kick in as it is not supported on all platforms.
+MAKE_ENV+=     OPTIMIZATION=${DBG:U-O2:Q}
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.74 pkgsrc/databases/redis/distinfo:1.75
--- pkgsrc/databases/redis/distinfo:1.74        Mon Jul 10 16:17:42 2023
+++ pkgsrc/databases/redis/distinfo     Wed Aug 23 05:25:39 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.74 2023/07/10 16:17:42 adam Exp $
+$NetBSD: distinfo,v 1.75 2023/08/23 05:25:39 adam Exp $
 
-BLAKE2s (redis-7.0.12.tar.gz) = 78684d13cb52e713c14fcd6b3a5bdb686704f59ed47056da9790c5db439bb486
-SHA512 (redis-7.0.12.tar.gz) = 27ed0ab054d262028d236694f323387e3ef0e007de782545878011a7535e188152ed0af898dea4d6c0a7fa385849bbce6a0d85661780cb0e69c7d89dea3825b8
-Size (redis-7.0.12.tar.gz) = 2992216 bytes
+BLAKE2s (redis-7.2.0.tar.gz) = 20f4cd9ac3a0bbb26fe2c2fb58bd9f5420f3cb18b310ab9b9b62504af1256766
+SHA512 (redis-7.2.0.tar.gz) = ea362a9cbbb23806fbd48eb6c4d8be555050351a878571111da95e61d2bacf4ba2e653e7d2a8d80da04ebafb5c33f8f113b3dffc3400880dbd3baeded0e8d1c3
+Size (redis-7.2.0.tar.gz) = 3381269 bytes
 SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9
 SHA1 (patch-src_Makefile) = 2c23fb065e827e0cb25fdfba1bc1976db03dc789
 SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf



Home | Main Index | Thread Index | Old Index