GNU bug report logs -
#73628
[PATCH] gnu: redis: Update to 7.2.5.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Dec 2024 08:03:07 +0800
with message-id <87v7w3dk90.wl-hako <at> ultrarare.space>
and subject line Re: [PATCH v2] gnu: redis: Update to 7.2.6.
has caused the debbugs.gnu.org bug report #73628,
regarding [PATCH] gnu: redis: Update to 7.2.5.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73628: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73628
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/databases.scm (redis): Update to 7.2.5.
[arguments]<#:phases>: Update failing tests.
Change-Id: I2809140a7d95bfee8ec55a8263e917b17a4d8aa6
---
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 784e633626..bfd8236755 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2568,14 +2568,14 @@ (define-public unqlite
(define-public redis
(package
(name "redis")
- (version "7.0.12")
+ (version "7.2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://download.redis.io/releases/redis-"
version".tar.gz"))
(sha256
(base32
- "1dwayif99cipf0xs26zipbnj800px31pbsxz747bzclb4xdkvn4x"))
+ "0ga27q8666bhnbzvwmmcgypr3nmfmyn53ncipq1iyfgq0sbig0ar"))
(modules '((guix build utils)))
(snippet
;; Delete bundled jemalloc, as the package will use the libc one
@@ -2606,15 +2606,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: 9d7c13ddf7ead80dd3ec8a465b2621ccfa601cb9
--
2.46.0
[Message part 3 (message/rfc822, inline)]
On Sat, 02 Nov 2024 13:05:21 +0800,
Hilton Chain wrote:
>
> * 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.
Applied as b91b992ed07a2a3440a8722d74897a3c3c09ec2a, closing.
This bug report was last modified 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.