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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73628 in the body.
You can then email your comments to 73628 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73628
; Package
guix-patches
.
(Fri, 04 Oct 2024 17:04:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 04 Oct 2024 17:04:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73628
; Package
guix-patches
.
(Sat, 02 Nov 2024 05:07:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73628 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Mon, 02 Dec 2024 00:04:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Mon, 02 Dec 2024 00:04:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 73628-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 30 Dec 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 229 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.