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 Apr 19 05:01:08 UTC 2023

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 7.0.11

Redis 7.0.11 Released Mon Apr 17 16:00:00 IST 2023
================================================================================

Upgrade urgency: SECURITY, contains fixes to security issues.

Security Fixes:
* (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT command to create
  an invalid hash field that will crash Redis on access

Bug Fixes
=========

* Add a missing fsync of AOF file in rare cases
* Disconnect pub-sub subscribers when revoking allchannels permission

Platform / toolchain support related improvements
=================================================

* Fix a compiler fortification induced crash when used with link time optimizations


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.72 -r1.73 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.79 pkgsrc/databases/redis/Makefile:1.80
--- pkgsrc/databases/redis/Makefile:1.79        Tue Mar 21 09:36:24 2023
+++ pkgsrc/databases/redis/Makefile     Wed Apr 19 05:01:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2023/03/21 09:36:24 adam Exp $
+# $NetBSD: Makefile,v 1.80 2023/04/19 05:01:08 adam Exp $
 
-DISTNAME=      redis-7.0.10
+DISTNAME=      redis-7.0.11
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.72 pkgsrc/databases/redis/distinfo:1.73
--- pkgsrc/databases/redis/distinfo:1.72        Tue Mar 21 09:36:24 2023
+++ pkgsrc/databases/redis/distinfo     Wed Apr 19 05:01:08 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2023/03/21 09:36:24 adam Exp $
+$NetBSD: distinfo,v 1.73 2023/04/19 05:01:08 adam Exp $
 
-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
+BLAKE2s (redis-7.0.11.tar.gz) = 372d2b4ed127e813546fd03d0c9dba03a8651e3392ac9ebab84445448ef13a09
+SHA512 (redis-7.0.11.tar.gz) = 679c908b87b4e513401b49d7b87ac1cb03a29dd145dc2364afd579dd541a38feb5d65ee9b7077bb6ec96c3850812bdd475ca10d5cf92ebe52839ff1a2be89174
+Size (redis-7.0.11.tar.gz) = 2988485 bytes
 SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9
 SHA1 (patch-src_Makefile) = 2c23fb065e827e0cb25fdfba1bc1976db03dc789
 SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf



Home | Main Index | Thread Index | Old Index