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 Mar 21 09:36:24 UTC 2023

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.0.10

7.0.10

Upgrade urgency: SECURITY, contains fixes to security issues.

Security Fixes:

(CVE-2023-28425) Specially crafted MSETNX command can lead to assertion and denial-of-service

Bug Fixes

Large blocks of replica client output buffer may lead to PSYNC loops and unnecessary memory usage
Fix CLIENT REPLY OFF|SKIP to not silence push notifications
Trim excessive memory usage in stream nodes when exceeding stream-node-max-bytes
Fix module RM_Call commands failing with OOM when maxmemory is changed to zero


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.71 -r1.72 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.78 pkgsrc/databases/redis/Makefile:1.79
--- pkgsrc/databases/redis/Makefile:1.78        Wed Mar  1 07:51:09 2023
+++ pkgsrc/databases/redis/Makefile     Tue Mar 21 09:36:24 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2023/03/01 07:51:09 adam Exp $
+# $NetBSD: Makefile,v 1.79 2023/03/21 09:36:24 adam Exp $
 
-DISTNAME=      redis-7.0.9
+DISTNAME=      redis-7.0.10
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.71 pkgsrc/databases/redis/distinfo:1.72
--- pkgsrc/databases/redis/distinfo:1.71        Wed Mar  1 07:51:09 2023
+++ pkgsrc/databases/redis/distinfo     Tue Mar 21 09:36:24 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.71 2023/03/01 07:51:09 adam Exp $
+$NetBSD: distinfo,v 1.72 2023/03/21 09:36:24 adam Exp $
 
-BLAKE2s (redis-7.0.9.tar.gz) = 47a9da9106bae4e3899c12ecf8b1000f3de13743f39e1964232b1b6fb9ee1af0
-SHA512 (redis-7.0.9.tar.gz) = e984a19583e4aae0a5dce85a434d3255f4f13725eba0f11a1fe1a1189b17035152a26b65f1a3a8834f0dd8218f4a65986c918f96386120ea9419bd02366c8293
-Size (redis-7.0.9.tar.gz) = 2984823 bytes
+BLAKE2s (redis-7.0.10.tar.gz) = 53ea30849d250a7a53af1a17f6e227abe8b9176a31044f0b1eefacaf7d4018b3
+SHA512 (redis-7.0.10.tar.gz) = cb6376b8eb9bd56808d15b7a2289b39ad62ade618ab4b57314e6bda43a91905a4f222b32fa27fd4040e29e55ba4f4624452c246fb42fe3539c154954592efaa7
+Size (redis-7.0.10.tar.gz) = 2986993 bytes
 SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9
 SHA1 (patch-src_Makefile) = 2c23fb065e827e0cb25fdfba1bc1976db03dc789
 SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf



Home | Main Index | Thread Index | Old Index