redis: Upgrade to 7.2.10

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-08-01 21:22:43 +00:00
parent d0391cd534
commit 2e4fd45157
No known key found for this signature in database
GPG Key ID: BB053355919D3314
10 changed files with 10 additions and 11 deletions

View File

@ -19,10 +19,10 @@ Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
src/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index ecbd275..39decee 100644
--- a/src/Makefile
+++ b/src/Makefile
Index: redis-7.2.10/src/Makefile
===================================================================
--- redis-7.2.10.orig/src/Makefile
+++ redis-7.2.10/src/Makefile
@@ -13,7 +13,8 @@
# Just use 'make dep', but this is only needed by developers.

View File

@ -15,11 +15,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 39decee..f5efe82 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -119,7 +119,7 @@ endif
Index: redis-7.2.10/src/Makefile
===================================================================
--- redis-7.2.10.orig/src/Makefile
+++ redis-7.2.10/src/Makefile
@@ -122,7 +122,7 @@ endif
FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)

View File

@ -17,8 +17,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
file://0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch \
file://0006-Define-correct-gregs-for-RISCV32.patch \
"
SRC_URI[sha256sum] = "6be4fdfcdb2e5ac91454438246d00842d2671f792673390e742dfcaf1bf01574"
SRC_URI[sha256sum] = "e576ad54bc53770649c556933ecd555b975e3dac422e46356102436a437b43c7"
RPROVIDES:${PN} = "virtual-redis"