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 Sep 13 17:24:37 UTC 2023

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.2.1

Redis 7.2.1

Upgrade urgency SECURITY: See security fixes below.

Security Fixes
==============

* (CVE-2023-41053) Redis does not correctly identify keys accessed by SORT_RO and,
  as a result, may grant users executing this command access to keys that are not
  explicitly authorized by the ACL configuration.

Bug Fixes
=========

* Fix crashes when joining a node to an existing 7.0 Redis Cluster
* Correct request_policy and response_policy command tips on for some admin /
  configuration commands


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.75 -r1.76 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.82 pkgsrc/databases/redis/Makefile:1.83
--- pkgsrc/databases/redis/Makefile:1.82        Wed Aug 23 05:25:39 2023
+++ pkgsrc/databases/redis/Makefile     Wed Sep 13 17:24:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2023/08/23 05:25:39 adam Exp $
+# $NetBSD: Makefile,v 1.83 2023/09/13 17:24:37 adam Exp $
 
-DISTNAME=      redis-7.2.0
+DISTNAME=      redis-7.2.1
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.75 pkgsrc/databases/redis/distinfo:1.76
--- pkgsrc/databases/redis/distinfo:1.75        Wed Aug 23 05:25:39 2023
+++ pkgsrc/databases/redis/distinfo     Wed Sep 13 17:24:37 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.75 2023/08/23 05:25:39 adam Exp $
+$NetBSD: distinfo,v 1.76 2023/09/13 17:24:37 adam Exp $
 
-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
+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
 SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9
 SHA1 (patch-src_Makefile) = 2c23fb065e827e0cb25fdfba1bc1976db03dc789
 SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf



Home | Main Index | Thread Index | Old Index