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 May 28 14:14:56 UTC 2025

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 8.0.2

Redis 8.0.2

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

Security fixes

- (CVE-2025-27151) redis-check-aof may lead to stack overflow and potential RCE

Other general improvements

- `LOLWUT` for Redis 8


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.83 -r1.84 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.93 pkgsrc/databases/redis/Makefile:1.94
--- pkgsrc/databases/redis/Makefile:1.93        Thu May 22 18:44:41 2025
+++ pkgsrc/databases/redis/Makefile     Wed May 28 14:14:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2025/05/22 18:44:41 adam Exp $
+# $NetBSD: Makefile,v 1.94 2025/05/28 14:14:56 adam Exp $
 
-DISTNAME=      redis-8.0.1
+DISTNAME=      redis-8.0.2
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.83 pkgsrc/databases/redis/distinfo:1.84
--- pkgsrc/databases/redis/distinfo:1.83        Thu May 22 18:44:41 2025
+++ pkgsrc/databases/redis/distinfo     Wed May 28 14:14:56 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.83 2025/05/22 18:44:41 adam Exp $
+$NetBSD: distinfo,v 1.84 2025/05/28 14:14:56 adam Exp $
 
-BLAKE2s (redis-8.0.1.tar.gz) = 73b9ed39b1608458cb9a3e9bcff3c72dc322fb08c9b1bf967cf950a710643642
-SHA512 (redis-8.0.1.tar.gz) = 4280fcac62f3e05e69e4b69730c34fb50985fb881792c245102a99d2d1b2d1a13e24bcf08e49cb62d9a56558cfeeee71f87e2e6257e19181f17189543e910f96
-Size (redis-8.0.1.tar.gz) = 3811847 bytes
+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
 SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
 SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
 SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1



Home | Main Index | Thread Index | Old Index