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 Oct 18 09:39:50 UTC 2023

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.2.2

Redis 7.2.2
===========

Upgrade urgency SECURITY: See security fixes below.

Security fixes
==============

* (CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls creates a
  race condition that can be used by another process to bypass desired Unix
  socket permissions on startup.

Platform / toolchain support related changes
=================================================

* Fix compilation error on MacOS 13

Bug fixes
=========

* WAITAOF could timeout in the absence of write traffic in case a new AOF is
  created and an AOF rewrite can't immediately start

Redis cluster
=============

* Fix crash when running rebalance command in a mixed cluster of 7.0 and 7.2
  nodes
* Fix the return type of the slot number in cluster shards to integer, which
  makes it consistent with past behavior
* Fix CLUSTER commands are called from modules or scripts to return TLS info
  appropriately

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

* redis-cli, fix crash on reconnect when in SUBSCRIBE mode

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

* Fix overflow calculation for next timer event


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.77 -r1.78 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.84 pkgsrc/databases/redis/Makefile:1.85
--- pkgsrc/databases/redis/Makefile:1.84        Fri Oct  6 07:27:43 2023
+++ pkgsrc/databases/redis/Makefile     Wed Oct 18 09:39:50 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2023/10/06 07:27:43 triaxx Exp $
+# $NetBSD: Makefile,v 1.85 2023/10/18 09:39:50 adam Exp $
 
-DISTNAME=      redis-7.2.1
-PKGREVISION=   1
+DISTNAME=      redis-7.2.2
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.77 pkgsrc/databases/redis/distinfo:1.78
--- pkgsrc/databases/redis/distinfo:1.77        Fri Oct  6 07:27:43 2023
+++ pkgsrc/databases/redis/distinfo     Wed Oct 18 09:39:50 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.77 2023/10/06 07:27:43 triaxx Exp $
+$NetBSD: distinfo,v 1.78 2023/10/18 09:39:50 adam Exp $
 
-BLAKE2s (redis-7.2.1.tar.gz) = 26ab440123afe57ec32f39306757e88fd5cb2499f283f3a46bd56851bd89faaa
-SHA512 (redis-7.2.1.tar.gz) = 7df4afd51dceea0edbb999027c84820a6aebdd58d71b2e93a4861120fa2b9c0801a0e61c70e695845dbff4e9b96907a4215dcacf72d3593ad014cfa584b5cad0
-Size (redis-7.2.1.tar.gz) = 3383319 bytes
+BLAKE2s (redis-7.2.2.tar.gz) = 85625d3d3a5dfa81191b9c53a5af8fcb24cbf81f611e85d895d10a11cac1457f
+SHA512 (redis-7.2.2.tar.gz) = 1ca6f245d6b224c4fa140e8b8d0911465403ed0a2e369f8a0f6e63495be64b76a4ebd4f214dcc4f5dae90203556d99b7884a0796c35a5c20b38c21cdbd4bd0e7
+Size (redis-7.2.2.tar.gz) = 3384618 bytes
 SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
 SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
 SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1



Home | Main Index | Thread Index | Old Index