pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2025Q3] pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Nov  3 15:45:50 UTC 2025

Modified Files:
        pkgsrc/databases/redis [pkgsrc-2025Q3]: Makefile distinfo

Log Message:
Pullup ticket #7031 - requested by taca
databases/redis: Security fix

Revisions pulled up:
- databases/redis/Makefile                                      1.99
- databases/redis/distinfo                                      1.89

---
   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.97.2.1 -r1.97.2.2 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.87.2.1 -r1.87.2.2 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.97.2.1 pkgsrc/databases/redis/Makefile:1.97.2.2
--- pkgsrc/databases/redis/Makefile:1.97.2.1    Thu Oct 23 12:50:41 2025
+++ pkgsrc/databases/redis/Makefile     Mon Nov  3 15:45:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97.2.1 2025/10/23 12:50:41 maya Exp $
+# $NetBSD: Makefile,v 1.97.2.2 2025/11/03 15:45:50 maya 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.87.2.1 pkgsrc/databases/redis/distinfo:1.87.2.2
--- pkgsrc/databases/redis/distinfo:1.87.2.1    Thu Oct 23 12:50:41 2025
+++ pkgsrc/databases/redis/distinfo     Mon Nov  3 15:45:50 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.87.2.1 2025/10/23 12:50:41 maya Exp $
+$NetBSD: distinfo,v 1.87.2.2 2025/11/03 15:45:50 maya 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