Skip to content

Commit 64323d1

Browse files
committed
Pullup ticket #6981 - requested by taca
databases/redis: Security fix Revisions pulled up: - databases/redis/Makefile 1.95 - databases/redis/distinfo 1.85 --- 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
1 parent 8184a43 commit 64323d1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

databases/redis/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.94 2025/05/28 14:14:56 adam Exp $
1+
# $NetBSD: Makefile,v 1.94.2.1 2025/07/07 15:19:24 maya Exp $
22

3-
DISTNAME= redis-8.0.2
3+
DISTNAME= redis-8.0.3
44
CATEGORIES= databases
55
MASTER_SITES= http://download.redis.io/releases/
66

databases/redis/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.84 2025/05/28 14:14:56 adam Exp $
1+
$NetBSD: distinfo,v 1.84.2.1 2025/07/07 15:19:24 maya Exp $
22

3-
BLAKE2s (redis-8.0.2.tar.gz) = d8edca108a903d53061b3e0cb43fb9ac7be508b5269172fa821d993b28bf2063
4-
SHA512 (redis-8.0.2.tar.gz) = 827807ccde31b7c44b1c79fe583ecb578b0d8577b027ea0419fc5460f01f9b2385a456aa3a863fdb9b306fb2b9a45d428987b513a780d8916a53a2eee50bd248
5-
Size (redis-8.0.2.tar.gz) = 3815180 bytes
3+
BLAKE2s (redis-8.0.3.tar.gz) = 8f241a14c7e52231ac412e40a606f7a330b176092ae1afe8ec77d43e0d98c7df
4+
SHA512 (redis-8.0.3.tar.gz) = 9dffd380746c2f721d84927a1c62b864322c42bfcce91c0821ed0e9372ec93b2a384b250f7ea37483ce576866b0e0222df1f87a3373a14011736fe2b537ec8e1
5+
Size (redis-8.0.3.tar.gz) = 3821948 bytes
66
SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
77
SHA1 (patch-src_Makefile) = 2408fc02e294f16db8ec2e339f0025164695cfcf
88
SHA1 (patch-src_config.h) = 46d434465269977b7897c025c2d6f72b3b736de1

0 commit comments

Comments
 (0)