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:           Sun Jul  6 18:05:04 UTC 2025

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 8.0.3

Redis 8.0.3    Released Sun 6 Jul 2025 12:00:00 IST

Update urgency: `SECURITY`: There are security fixes in the release.

Security fixes

* (CVE-2025-32023) Fix out-of-bounds write in `HyperLogLog` commands
* (CVE-2025-48367) Retry accepting other connections even if the accepted connection reports an error

New Features

- `VSIM`: Add new `WITHATTRIBS` to return the JSON attribute associated with an element

Bug fixes

- A short read may lead to an exit() on a replica
- db->expires is not defragmented


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.84 -r1.85 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.94 pkgsrc/databases/redis/Makefile:1.95
--- pkgsrc/databases/redis/Makefile:1.94        Wed May 28 14:14:56 2025
+++ pkgsrc/databases/redis/Makefile     Sun Jul  6 18:05:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2025/05/28 14:14:56 adam Exp $
+# $NetBSD: Makefile,v 1.95 2025/07/06 18:05:04 adam Exp $
 
-DISTNAME=      redis-8.0.2
+DISTNAME=      redis-8.0.3
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.84 pkgsrc/databases/redis/distinfo:1.85
--- pkgsrc/databases/redis/distinfo:1.84        Wed May 28 14:14:56 2025
+++ pkgsrc/databases/redis/distinfo     Sun Jul  6 18:05:04 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.84 2025/05/28 14:14:56 adam Exp $
+$NetBSD: distinfo,v 1.85 2025/07/06 18:05:04 adam Exp $
 
-BLAKE2s (redis-8.0.2.tar.gz) = d8edca108a903d53061b3e0cb43fb9ac7be508b5269172fa821d993b28bf2063
-SHA512 (redis-8.0.2.tar.gz) = 827807ccde31b7c44b1c79fe583ecb578b0d8577b027ea0419fc5460f01f9b2385a456aa3a863fdb9b306fb2b9a45d428987b513a780d8916a53a2eee50bd248
-Size (redis-8.0.2.tar.gz) = 3815180 bytes
+BLAKE2s (redis-8.0.3.tar.gz) = 8f241a14c7e52231ac412e40a606f7a330b176092ae1afe8ec77d43e0d98c7df
+SHA512 (redis-8.0.3.tar.gz) = 9dffd380746c2f721d84927a1c62b864322c42bfcce91c0821ed0e9372ec93b2a384b250f7ea37483ce576866b0e0222df1f87a3373a14011736fe2b537ec8e1
+Size (redis-8.0.3.tar.gz) = 3821948 bytes
 SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
 SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
 SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1



Home | Main Index | Thread Index | Old Index