* [PR PATCH] redis: update to 7.0.4.
@ 2022-08-21 13:18 leahneukirchen
2022-09-22 7:02 ` [PR REVIEW] " classabbyamp
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: leahneukirchen @ 2022-08-21 13:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
There is a new pull request by leahneukirchen against master on the void-packages repository
https://github.com/leahneukirchen/void-packages redis7
https://github.com/void-linux/void-packages/pull/38810
redis: update to 7.0.4.
#### Testing the changes
- I tested the changes in this PR: **briefly**
A patch file from https://github.com/void-linux/void-packages/pull/38810.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-redis7-38810.patch --]
[-- Type: text/x-diff, Size: 1183 bytes --]
From 8d66b0b0de3a516cdf5904f3591221de8860374b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Sun, 21 Aug 2022 15:12:07 +0200
Subject: [PATCH] redis: update 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..c75bdd01fcc8 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -1,16 +1,16 @@
# 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"
+checkdepends="pkg-config procps-ng tcl-devel which"
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"
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] 5+ messages in thread
* Re: [PR REVIEW] redis: update to 7.0.4.
2022-08-21 13:18 [PR PATCH] redis: update to 7.0.4 leahneukirchen
@ 2022-09-22 7:02 ` classabbyamp
2022-09-22 7:02 ` classabbyamp
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-22 7:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 261 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38810#discussion_r977274057
Comment:
```suggestion
changelog="https://raw.githubusercontent.com/antirez/redis/${version%.*}/00-RELEASENOTES"
```
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] redis: update to 7.0.4.
2022-08-21 13:18 [PR PATCH] redis: update to 7.0.4 leahneukirchen
2022-09-22 7:02 ` [PR REVIEW] " classabbyamp
@ 2022-09-22 7:02 ` classabbyamp
2022-10-04 19:18 ` [PR PATCH] [Updated] " leahneukirchen
2022-10-04 19:39 ` [PR PATCH] [Merged]: " leahneukirchen
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-09-22 7:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 170 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38810#discussion_r977274244
Comment:
7.0.5 is available
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] redis: update to 7.0.4.
2022-08-21 13:18 [PR PATCH] redis: update to 7.0.4 leahneukirchen
2022-09-22 7:02 ` [PR REVIEW] " classabbyamp
2022-09-22 7:02 ` classabbyamp
@ 2022-10-04 19:18 ` leahneukirchen
2022-10-04 19:39 ` [PR PATCH] [Merged]: " leahneukirchen
3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-10-04 19:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
There is an updated pull request by leahneukirchen against master on the void-packages repository
https://github.com/leahneukirchen/void-packages redis7
https://github.com/void-linux/void-packages/pull/38810
redis: update to 7.0.4.
#### Testing the changes
- I tested the changes in this PR: **briefly**
A patch file from https://github.com/void-linux/void-packages/pull/38810.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-redis7-38810.patch --]
[-- Type: text/x-diff, Size: 1276 bytes --]
From 6403667eef57bee16ff904f0c961c9c47704448d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Sun, 21 Aug 2022 15:12:07 +0200
Subject: [PATCH] redis: update to 7.0.5.
---
srcpkgs/redis/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template
index 974305ff1f0f..110484cdb527 100644
--- a/srcpkgs/redis/template
+++ b/srcpkgs/redis/template
@@ -1,16 +1,16 @@
# Template file for 'redis'
pkgname=redis
-version=6.0.9
+version=7.0.5
revision=1
makedepends="jemalloc-devel libatomic-devel"
-checkdepends="tcl-devel procps-ng"
+checkdepends="pkg-config procps-ng tcl-devel which"
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://raw.githubusercontent.com/antirez/redis/${version%.*}/00-RELEASENOTES"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"
-checksum=dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd
+checksum=67054cc37b58c125df93bd78000261ec0ef4436a26b40f38262c780e56315cc3
system_accounts="redis"
redis_homedir="/var/lib/redis"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: redis: update to 7.0.4.
2022-08-21 13:18 [PR PATCH] redis: update to 7.0.4 leahneukirchen
` (2 preceding siblings ...)
2022-10-04 19:18 ` [PR PATCH] [Updated] " leahneukirchen
@ 2022-10-04 19:39 ` leahneukirchen
3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-10-04 19:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
There's a merged pull request on the void-packages repository
redis: update to 7.0.4.
https://github.com/void-linux/void-packages/pull/38810
Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-10-04 19:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 13:18 [PR PATCH] redis: update to 7.0.4 leahneukirchen
2022-09-22 7:02 ` [PR REVIEW] " classabbyamp
2022-09-22 7:02 ` classabbyamp
2022-10-04 19:18 ` [PR PATCH] [Updated] " leahneukirchen
2022-10-04 19:39 ` [PR PATCH] [Merged]: " leahneukirchen
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).