pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/redis redis: updated to 6.2.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/ccb9e377ca7d
branches: trunk
changeset: 453700:ccb9e377ca7d
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 02 10:25:02 2021 +0000
description:
redis: updated to 6.2.4
Redis 6.2.4
===========
Upgrade urgency: SECURITY, Contains fixes to security issues that affect
authenticated client connections. MODERATE otherwise.
Fix integer overflow in STRALGO LCS (CVE-2021-32625)
An integer overflow bug in Redis version 6.0 or newer can be exploited using the
STRALGO LCS command to corrupt the heap and potentially result with remote code
execution. This is a result of an incomplete fix by CVE-2021-29477.
Bug fixes that are only applicable to previous releases of Redis 6.2:
* Fix crash after a diskless replication fork child is terminated
* Fix redis-benchmark crash on unsupported configs
Other bug fixes:
* Fix crash in UNLINK on a stream key with deleted consumer groups
* SINTERSTORE: Add missing keyspace del event when none of the sources exist
* Sentinel: Fix CONFIG SET of empty string sentinel-user/sentinel-pass configs
* Enforce client output buffer soft limit when no traffic
Improvements:
* Hide AUTH passwords in MIGRATE command from slowlog
diffstat:
databases/redis/Makefile | 4 ++--
databases/redis/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r a8dcc589d798 -r ccb9e377ca7d databases/redis/Makefile
--- a/databases/redis/Makefile Tue Jun 01 22:14:09 2021 +0000
+++ b/databases/redis/Makefile Wed Jun 02 10:25:02 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2021/05/04 06:19:44 adam Exp $
+# $NetBSD: Makefile,v 1.70 2021/06/02 10:25:02 adam Exp $
-DISTNAME= redis-6.2.3
+DISTNAME= redis-6.2.4
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
diff -r a8dcc589d798 -r ccb9e377ca7d databases/redis/distinfo
--- a/databases/redis/distinfo Tue Jun 01 22:14:09 2021 +0000
+++ b/databases/redis/distinfo Wed Jun 02 10:25:02 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.60 2021/05/04 06:19:44 adam Exp $
+$NetBSD: distinfo,v 1.61 2021/06/02 10:25:02 adam Exp $
-SHA1 (redis-6.2.3.tar.gz) = 63948f6bd033502654bf4a934fa7c7ae9914fde5
-RMD160 (redis-6.2.3.tar.gz) = 0b3aca2a155f9c5b51f80638256296b8b770df20
-SHA512 (redis-6.2.3.tar.gz) = 0a020aaa5664ed419a30e85d3b5c79fe69353067b755421c702f89ca923f1ba7794b4792f4a44049e38936f221363153c9ffcfb6fa232731b224d20c2982ac68
-Size (redis-6.2.3.tar.gz) = 2456050 bytes
+SHA1 (redis-6.2.4.tar.gz) = 3b313cfa5c2ef16d70aa30eb01e1b197710cbcf9
+RMD160 (redis-6.2.4.tar.gz) = 3d006a635c89ad9a21ae49b352ce248775aab0b7
+SHA512 (redis-6.2.4.tar.gz) = 22db5b64de20a4823fd219b559c05f329e37fc86ce32099c64655dc50e60228706c99bffeae8d7080d8689910879318ec6621388bde23bf1486aefb881f33cb0
+Size (redis-6.2.4.tar.gz) = 2457940 bytes
SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9
SHA1 (patch-src_Makefile) = b74e1575d423b9a4d09b6b5e3eeb355d79c27855
SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf
Home |
Main Index |
Thread Index |
Old Index