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 Nov  2 20:02:45 UTC 2025

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 8.2.3

Redis 8.2.3     Released Sun 2 Nov 2025 16:00:00 IST

Update urgency: `SECURITY`: There is a security fix in the release.

Security fixes

- (CVE-2025-62507) Bug in `XACKDEL` may lead to stack overflow and potential RCE

Bug fixes

- `HGETEX`: A missing `numfields` argument when `FIELDS` is used can lead to Redis crash
- an overflow in `HyperLogLog` with 2GB+ entries may result in a Redis crash
- Cuckoo filter - Division by zero in Cuckoo filter insertion
- Cuckoo filter - Counter overflow
- Bloom filter - Arbitrary memory read/write with invalid filter
- Bloom filter - Out-of-bounds access with empty chain
- Top-k - Out-of-bounds access
- Bloom filter - Restore invalid filter [We thank AWS security for responsibly disclosing the security bug]


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.88 -r1.89 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.98 pkgsrc/databases/redis/Makefile:1.99
--- pkgsrc/databases/redis/Makefile:1.98        Sun Oct  5 15:43:33 2025
+++ pkgsrc/databases/redis/Makefile     Sun Nov  2 20:02:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2025/10/05 15:43:33 adam Exp $
+# $NetBSD: Makefile,v 1.99 2025/11/02 20:02:44 adam Exp $
 
-DISTNAME=      redis-8.2.2
+DISTNAME=      redis-8.2.3
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.88 pkgsrc/databases/redis/distinfo:1.89
--- pkgsrc/databases/redis/distinfo:1.88        Sun Oct  5 15:43:33 2025
+++ pkgsrc/databases/redis/distinfo     Sun Nov  2 20:02:44 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.88 2025/10/05 15:43:33 adam Exp $
+$NetBSD: distinfo,v 1.89 2025/11/02 20:02:44 adam Exp $
 
-BLAKE2s (redis-8.2.2.tar.gz) = 17dea0977a62906764b1da67f33db01c3cf517f7f044fcee604164c754d3669f
-SHA512 (redis-8.2.2.tar.gz) = aa106835889b3a3b7394119d9342c73a1763d73d72849100a636cddeef388fec8ecfac40ab96e0ef7203b188d97bddf0b478e0deb74a8730fb13c0809375c2b0
-Size (redis-8.2.2.tar.gz) = 3901854 bytes
+BLAKE2s (redis-8.2.3.tar.gz) = b5ecf1c738c3f0b6611bd6d1a2dc93071205a6c0f7ff8232ee27403026c9ca3d
+SHA512 (redis-8.2.3.tar.gz) = aa098747a8cc9934f3d93d69198e32fabad64021b4431ec483a875894fd4cf385c60f2c88816d95dbc59cb2c62efe66799747ba89c112e9dfda943782b51c340
+Size (redis-8.2.3.tar.gz) = 3902358 bytes
 SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
 SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
 SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1



Home | Main Index | Thread Index | Old Index