Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update redis to 7.0.4
@ 2022-08-09 19:36 TwinkleToes777
  2022-08-09 19:47 ` [PR REVIEW] " Chocimier
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: TwinkleToes777 @ 2022-08-09 19:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 565 bytes --]

There is a new pull request by TwinkleToes777 against master on the void-packages repository

https://github.com/TwinkleToes777/redis-update master
https://github.com/void-linux/void-packages/pull/38560

Update redis to 7.0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
- 
#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/38560.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-38560.patch --]
[-- Type: text/x-diff, Size: 1237 bytes --]

From 6e0f09bd35ac7271a52d9a0b74f67921b26f1b8e Mon Sep 17 00:00:00 2001
From: TwinkleToes777 <86523072+TwinkleToes777@users.noreply.github.com>
Date: Tue, 9 Aug 2022 19:34:52 +0000
Subject: [PATCH] Update redis to 7.0.4

---
 srcpkgs/redis/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template
index 974305ff1f0f..1397d891418b 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -1,6 +1,6 @@
 # Template file for 'redis'
 pkgname=redis
-version=6.0.9
+version=7.0.4
 revision=1
 makedepends="jemalloc-devel libatomic-devel"
 checkdepends="tcl-devel procps-ng"
@@ -8,9 +8,9 @@ short_desc="Advanced key-value store"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://redis.io"
-changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
+changelog="https://github.com/redis/redis/releases/tag/7.0.4"
 distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
-checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
+checksum=f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f
 
 system_accounts="redis"
 redis_homedir="/var/lib/redis"

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR REVIEW] Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
@ 2022-08-09 19:47 ` Chocimier
  2022-08-09 19:51 ` [PR PATCH] [Updated] " TwinkleToes777
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2022-08-09 19:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/38560#discussion_r941740273

Comment:
Please keep with <https://raw.githubusercontent.com/redis/redis/${version%.*}/00-RELEASENOTES>, tag link shows only last point relase changes and is a heavy html.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
  2022-08-09 19:47 ` [PR REVIEW] " Chocimier
@ 2022-08-09 19:51 ` TwinkleToes777
  2022-08-09 20:05 ` TwinkleToes777
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: TwinkleToes777 @ 2022-08-09 19:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

There is an updated pull request by TwinkleToes777 against master on the void-packages repository

https://github.com/TwinkleToes777/redis-update master
https://github.com/void-linux/void-packages/pull/38560

Update redis to 7.0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/38560.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-38560.patch --]
[-- Type: text/x-diff, Size: 2161 bytes --]

From 6e0f09bd35ac7271a52d9a0b74f67921b26f1b8e Mon Sep 17 00:00:00 2001
From: TwinkleToes777 <86523072+TwinkleToes777@users.noreply.github.com>
Date: Tue, 9 Aug 2022 19:34:52 +0000
Subject: [PATCH 1/2] Update redis to 7.0.4

---
 srcpkgs/redis/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template
index 974305ff1f0f..1397d891418b 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -1,6 +1,6 @@
 # Template file for 'redis'
 pkgname=redis
-version=6.0.9
+version=7.0.4
 revision=1
 makedepends="jemalloc-devel libatomic-devel"
 checkdepends="tcl-devel procps-ng"
@@ -8,9 +8,9 @@ short_desc="Advanced key-value store"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://redis.io"
-changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
+changelog="https://github.com/redis/redis/releases/tag/7.0.4"
 distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
-checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
+checksum=f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f
 
 system_accounts="redis"
 redis_homedir="/var/lib/redis"

From d57d0e1e62b7986d393f639192d21dcea1d33602 Mon Sep 17 00:00:00 2001
From: TwinkleToes777 <86523072+TwinkleToes777@users.noreply.github.com>
Date: Tue, 9 Aug 2022 19:51:19 +0000
Subject: [PATCH 2/2] Fix changelog

---
 srcpkgs/redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template
index 1397d891418b..a49b623557d9 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -8,7 +8,7 @@ short_desc="Advanced key-value store"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://redis.io"
-changelog="https://github.com/redis/redis/releases/tag/7.0.4"
+changelog="https://raw.githubusercontent.com/redis/redis/${version%.*}/00-RELEASENOTES"
 distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
 checksum=f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f
 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
  2022-08-09 19:47 ` [PR REVIEW] " Chocimier
  2022-08-09 19:51 ` [PR PATCH] [Updated] " TwinkleToes777
@ 2022-08-09 20:05 ` TwinkleToes777
  2022-08-09 20:07 ` Chocimier
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: TwinkleToes777 @ 2022-08-09 20:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

There is an updated pull request by TwinkleToes777 against master on the void-packages repository

https://github.com/TwinkleToes777/redis-update master
https://github.com/void-linux/void-packages/pull/38560

Update redis to 7.0.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/38560.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-38560.patch --]
[-- Type: text/x-diff, Size: 2904 bytes --]

From 6e0f09bd35ac7271a52d9a0b74f67921b26f1b8e Mon Sep 17 00:00:00 2001
From: TwinkleToes777 <86523072+TwinkleToes777@users.noreply.github.com>
Date: Tue, 9 Aug 2022 19:34:52 +0000
Subject: [PATCH 1/3] Update redis to 7.0.4

---
 srcpkgs/redis/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template
index 974305ff1f0f..1397d891418b 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -1,6 +1,6 @@
 # Template file for 'redis'
 pkgname=redis
-version=6.0.9
+version=7.0.4
 revision=1
 makedepends="jemalloc-devel libatomic-devel"
 checkdepends="tcl-devel procps-ng"
@@ -8,9 +8,9 @@ short_desc="Advanced key-value store"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://redis.io"
-changelog="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES"
+changelog="https://github.com/redis/redis/releases/tag/7.0.4"
 distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
-checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
+checksum=f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f
 
 system_accounts="redis"
 redis_homedir="/var/lib/redis"

From d57d0e1e62b7986d393f639192d21dcea1d33602 Mon Sep 17 00:00:00 2001
From: TwinkleToes777 <86523072+TwinkleToes777@users.noreply.github.com>
Date: Tue, 9 Aug 2022 19:51:19 +0000
Subject: [PATCH 2/3] Fix changelog

---
 srcpkgs/redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template
index 1397d891418b..a49b623557d9 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -8,7 +8,7 @@ short_desc="Advanced key-value store"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://redis.io"
-changelog="https://github.com/redis/redis/releases/tag/7.0.4"
+changelog="https://raw.githubusercontent.com/redis/redis/${version%.*}/00-RELEASENOTES"
 distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
 checksum=f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f
 

From 67c34357f19286ccce991ee059cb32d0309841d6 Mon Sep 17 00:00:00 2001
From: TwinkleToes777 <86523072+TwinkleToes777@users.noreply.github.com>
Date: Tue, 9 Aug 2022 20:04:59 +0000
Subject: [PATCH 3/3] Try fix build

---
 srcpkgs/redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template
index a49b623557d9..a7bdc38c9e24 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -2,7 +2,7 @@
 pkgname=redis
 version=7.0.4
 revision=1
-makedepends="jemalloc-devel libatomic-devel"
+makedepends="jemalloc-devel libatomic-devel tcl-devel"
 checkdepends="tcl-devel procps-ng"
 short_desc="Advanced key-value store"
 maintainer="Enno Boland <gottox@voidlinux.org>"

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
                   ` (2 preceding siblings ...)
  2022-08-09 20:05 ` TwinkleToes777
@ 2022-08-09 20:07 ` Chocimier
  2022-08-09 20:09 ` paper42
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2022-08-09 20:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/38560#issuecomment-1209822836

Comment:
You can build with tests locally with `xbps-src -Q pkg redis`. Put things needed only for tests  into `checkdepends=`.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
                   ` (3 preceding siblings ...)
  2022-08-09 20:07 ` Chocimier
@ 2022-08-09 20:09 ` paper42
  2022-08-09 20:10 ` TwinkleToes777
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-08-09 20:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38560#issuecomment-1209824134

Comment:
this PR should contain one commit with an appropriate commit message, read Contributing.md for more details about this

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
                   ` (4 preceding siblings ...)
  2022-08-09 20:09 ` paper42
@ 2022-08-09 20:10 ` TwinkleToes777
  2022-08-09 20:10 ` Chocimier
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: TwinkleToes777 @ 2022-08-09 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

New comment by TwinkleToes777 on void-packages repository

https://github.com/void-linux/void-packages/pull/38560#issuecomment-1209825118

Comment:
Will be done, sorry about that, while I read contributing.md, my eyes did not catch that part the first time.
> this PR should contain one commit with an appropriate commit message, read Contributing.md for more details about this



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
                   ` (5 preceding siblings ...)
  2022-08-09 20:10 ` TwinkleToes777
@ 2022-08-09 20:10 ` Chocimier
  2022-08-09 20:12 ` TwinkleToes777
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2022-08-09 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/38560#issuecomment-1209825346

Comment:
When I tried to update before, after adding dependencies small fraction of tests was still failing; please push once you get there.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Update redis to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
                   ` (6 preceding siblings ...)
  2022-08-09 20:10 ` Chocimier
@ 2022-08-09 20:12 ` TwinkleToes777
  2022-08-20  5:50 ` redis: update " TwinkleToes777
  2022-08-20  5:50 ` [PR PATCH] [Closed]: " TwinkleToes777
  9 siblings, 0 replies; 11+ messages in thread
From: TwinkleToes777 @ 2022-08-09 20:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

New comment by TwinkleToes777 on void-packages repository

https://github.com/void-linux/void-packages/pull/38560#issuecomment-1209826845

Comment:
> When I tried to update before, after adding dependencies small fraction of tests was still failing; please push once you get there.

It looks like redis 7.0.4 has one or some bugged tests that always fail, at least on amd64-glibc, does that make it illegible for update?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: redis: update to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
                   ` (7 preceding siblings ...)
  2022-08-09 20:12 ` TwinkleToes777
@ 2022-08-20  5:50 ` TwinkleToes777
  2022-08-20  5:50 ` [PR PATCH] [Closed]: " TwinkleToes777
  9 siblings, 0 replies; 11+ messages in thread
From: TwinkleToes777 @ 2022-08-20  5:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

New comment by TwinkleToes777 on void-packages repository

https://github.com/void-linux/void-packages/pull/38560#issuecomment-1221238860

Comment:
Closing as I do not know how to solve this. It works fine in production for me even if not all tests pass, if someone wants a newer redis version before someone else updates, they can build it

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Closed]: redis: update to 7.0.4
  2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
                   ` (8 preceding siblings ...)
  2022-08-20  5:50 ` redis: update " TwinkleToes777
@ 2022-08-20  5:50 ` TwinkleToes777
  9 siblings, 0 replies; 11+ messages in thread
From: TwinkleToes777 @ 2022-08-20  5:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

There's a closed pull request on the void-packages repository

redis: update to 7.0.4
https://github.com/void-linux/void-packages/pull/38560

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-08-20  5:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 19:36 [PR PATCH] Update redis to 7.0.4 TwinkleToes777
2022-08-09 19:47 ` [PR REVIEW] " Chocimier
2022-08-09 19:51 ` [PR PATCH] [Updated] " TwinkleToes777
2022-08-09 20:05 ` TwinkleToes777
2022-08-09 20:07 ` Chocimier
2022-08-09 20:09 ` paper42
2022-08-09 20:10 ` TwinkleToes777
2022-08-09 20:10 ` Chocimier
2022-08-09 20:12 ` TwinkleToes777
2022-08-20  5:50 ` redis: update " TwinkleToes777
2022-08-20  5:50 ` [PR PATCH] [Closed]: " TwinkleToes777

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).