GNU bug report logs - #73628
[PATCH] gnu: redis: Update to 7.2.5.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Fri, 4 Oct 2024 17:04:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Hilton Chain <hako <at> ultrarare.space>
To: 73628 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [bug#73628] [PATCH v2] gnu: redis: Update to 7.2.6.
Date: Sat,  2 Nov 2024 13:05:21 +0800
* gnu/packages/databases.scm (redis): Update to 7.2.6.
[arguments]<#:phases>: Update failing tests.

Change-Id: Ife107541697fda4f0928497560871f8ffb07d445
---

 V1 -> V2: 7.2.5 -> 7.2.6.

 gnu/packages/databases.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 06158f19e7..4816cefecd 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2578,14 +2578,14 @@ (define-public unqlite
 (define-public redis
   (package
     (name "redis")
-    (version "7.0.12")
+    (version "7.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.redis.io/releases/redis-"
                                   version".tar.gz"))
               (sha256
                (base32
-                "1dwayif99cipf0xs26zipbnj800px31pbsxz747bzclb4xdkvn4x"))
+                "03ixkzdc43lr4q3my0yax1f1gqz6sr6hch5qdipmbd725xxdc47v"))
               (modules '((guix build utils)))
               (snippet
                ;; Delete bundled jemalloc, as the package will use the libc one
@@ -2616,15 +2616,13 @@ (define-public redis
                 ;; "background AOF rewrite to finish", perhaps because dead
                 ;; processes persist as zombies in the build environment.
                 (("unit/aofrw") "")
+                (("integration/aof([^-]|-multi-part)") "")
                 ;; The OOM score tests try to raise the current OOM score, but
                 ;; our build environment already sets it for all children to
                 ;; the highest possible one (1000).  We can't lower it because
                 ;; we don't have CAP_SYS_RESOURCE.
                 (("unit/oom-score-adj") "")
-                (("integration/aof(-multi-part)?") "")
                 (("integration/failover") "")
-                (("integration/replication-4") "")
-                (("integration/replication-psync") "")
                 (("integration/replication[^-]") "")))))))
     (native-inputs (list pkg-config procps tcl which))
     (synopsis "Key-value cache and store")

base-commit: ea11d3608566174c4bae70faa4f9d0c67748d2db
--
2.46.0




This bug report was last modified 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.