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 Oct  5 15:43:34 UTC 2025

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 8.2.2

Redis 8.2.2

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

Security fixes

- (CVE-2025-49844) A Lua script may lead to remote code execution
- (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
- (CVE-2025-46818) A Lua script can be executed in the context of another user
- (CVE-2025-46819) LUA out-of-bound read

New Features

- `VSIM`: new `EPSILON` argument to specify maximum distance
- `SVS-VAMANA`: allow use of `BUILD_INTEL_SVS_OPT` flag for Intel optimisations (MOD-10920)

Bug fixes

- Potential crash on Lua script defrag
- Potential crash on streams and HFE defrag
- Potential use-after-free after pubsub and Lua defrag
- `MEMORY USAGE`: fix reported value
- `XGROUP CREATE`, `XGROUP SETID`: limit `ENTRIESREAD` value to the number of entries added to the stream
- `JSON.DEL` doesn’t delete all matching object members / array elements (MOD-11032, MOD-11067)
- `TDIGEST.CREATE` crashes (OOM) on huge initialization values (MOD-10840)
- Potential shard restart while reindexing vectors on RDB loading (MOD-11011)
- Potential crash when using small `CONSTRUCTION_WINDOW_SIZE` on `SVS-VAMANA` (MOD-10771)
- Potential crash (OOM) in heavy updates due a file descriptor leak (MOD-10975)
- Potential crash when using ACL rules (MOD-10748)
- `INFO SEARCH`: `search_used_memory_indexes` vector index memory value incorrect
- `FT.PROFILE`: more accurate execution duration measurements (MOD-10622)

Performance and resource utilization

- Improve RESP3 serialization performance (MOD-9687)

Metrics

- `INFO SEARCH`: new `SVS-VAMANA` metrics


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.87 -r1.88 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 pkgsrc/databases/redis/Makefile:1.98
--- pkgsrc/databases/redis/Makefile:1.97        Tue Aug 19 12:17:15 2025
+++ pkgsrc/databases/redis/Makefile     Sun Oct  5 15:43:33 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2025/08/19 12:17:15 adam Exp $
+# $NetBSD: Makefile,v 1.98 2025/10/05 15:43:33 adam Exp $
 
-DISTNAME=      redis-8.2.1
+DISTNAME=      redis-8.2.2
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.87 pkgsrc/databases/redis/distinfo:1.88
--- pkgsrc/databases/redis/distinfo:1.87        Tue Aug 19 12:17:15 2025
+++ pkgsrc/databases/redis/distinfo     Sun Oct  5 15:43:33 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.87 2025/08/19 12:17:15 adam Exp $
+$NetBSD: distinfo,v 1.88 2025/10/05 15:43:33 adam Exp $
 
-BLAKE2s (redis-8.2.1.tar.gz) = bedfaa3874f325b10abb35c813794cac5c1a64fa7f924e8b357b02aac2e9ae48
-SHA512 (redis-8.2.1.tar.gz) = f67156c43a5907ce451408256049a9d523a89f7f7eda8ce6c97ee915acfc40c36b02645dce174a048c9d23e5b6fd0c5b20d369fc7544bbd920cc8b86ab3f42cd
-Size (redis-8.2.1.tar.gz) = 3897326 bytes
+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
 SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
 SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
 SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1



Home | Main Index | Thread Index | Old Index