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 Jan 10 08:26:42 UTC 2024

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.2.4

Redis 7.2.4

Upgrade urgency SECURITY: See security fixes below.

Security fixes

* (CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory
  buffers which can result in incorrect accounting of buffer sizes and lead to
  heap overflow and potential remote code execution.

Bug fixes

* Fix crashes of cluster commands clusters with mixed versions of 7.0 and 7.2
* Fix slot ownership not being properly handled when deleting a slot from a node
* Fix atomicity issues with the RedisModuleEvent_Key module API event


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.79 -r1.80 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.87 pkgsrc/databases/redis/Makefile:1.88
--- pkgsrc/databases/redis/Makefile:1.87        Wed Nov  1 20:04:30 2023
+++ pkgsrc/databases/redis/Makefile     Wed Jan 10 08:26:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2023/11/01 20:04:30 adam Exp $
+# $NetBSD: Makefile,v 1.88 2024/01/10 08:26:42 adam Exp $
 
-DISTNAME=      redis-7.2.3
+DISTNAME=      redis-7.2.4
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.79 pkgsrc/databases/redis/distinfo:1.80
--- pkgsrc/databases/redis/distinfo:1.79        Wed Nov  1 20:04:30 2023
+++ pkgsrc/databases/redis/distinfo     Wed Jan 10 08:26:42 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.79 2023/11/01 20:04:30 adam Exp $
+$NetBSD: distinfo,v 1.80 2024/01/10 08:26:42 adam Exp $
 
-BLAKE2s (redis-7.2.3.tar.gz) = a637945f499e359c89ae15b3f606913c963f4da56501420aa94a7a50a17eaf8e
-SHA512 (redis-7.2.3.tar.gz) = 2ce4bbb056372f1180ceb1863106d07b021d32af2379f1f5dfc61e930c2cd0303433af22c7231adc8890ab5581cb41be3b792f19a0b1645108735c86d9fdf68e
-Size (redis-7.2.3.tar.gz) = 3384816 bytes
+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
 SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
 SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
 SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1



Home | Main Index | Thread Index | Old Index