Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2026 16:02:49 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85ba213a0edd - main - databases/redis-devel: Update version 8f3b6990d=>2432f5527
Message-ID:  <6a1b0a29.3d55a.42716ce4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85ba213a0edd3e95aeb21d6d5201df8ae8befc9b

commit 85ba213a0edd3e95aeb21d6d5201df8ae8befc9b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-05-29 23:24:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-05-30 16:02:32 +0000

    databases/redis-devel: Update version 8f3b6990d=>2432f5527
---
 databases/redis-devel/Makefile                              |  4 ++--
 databases/redis-devel/distinfo                              |  6 +++---
 databases/redis-devel/files/patch-deps-hiredis-Makefile     |  6 +++---
 databases/redis-devel/files/patch-deps-hiredis-net.c        |  4 ++--
 databases/redis-devel/files/patch-deps_lua_src_lua__cjson.c |  4 ++--
 databases/redis-devel/files/patch-redis.conf                | 12 ++++++------
 databases/redis-devel/files/patch-src-Makefile              | 12 ++++++------
 7 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 53594be61d57..89349de97939 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	redis
-DISTVERSION=	8.6.2.20260331
+DISTVERSION=	8.8.0.20260430
 CATEGORIES=	databases
 PKGNAMESUFFIX=	-devel
 
@@ -18,7 +18,7 @@ LICENSE_PERMS_SSPLv1=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 USES=		compiler:c11 cpe gmake tcl:test pkgconfig
 CPE_VENDOR=	redislabs
 USE_GITHUB=	yes
-GH_TAGNAME=	8f3b6990d
+GH_TAGNAME=	2432f5527
 USE_RC_SUBR=	redis sentinel
 
 MAKE_ENV=	OPTIMIZATION= \
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index da3101a1736c..bcb5550e0b52 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779639364
-SHA256 (redis-redis-8.6.2.20260331-8f3b6990d_GH0.tar.gz) = 4c1507c840f682af8f877a60b43ae260ef1f2021b00f26be381b14b82d74d957
-SIZE (redis-redis-8.6.2.20260331-8f3b6990d_GH0.tar.gz) = 4323989
+TIMESTAMP = 1780063925
+SHA256 (redis-redis-8.8.0.20260430-2432f5527_GH0.tar.gz) = c1d56cfb19aa4b955bc704d9d5d84e91c93e64c3f7067ef2fd4e3ac772470d5a
+SIZE (redis-redis-8.8.0.20260430-2432f5527_GH0.tar.gz) = 4323787
diff --git a/databases/redis-devel/files/patch-deps-hiredis-Makefile b/databases/redis-devel/files/patch-deps-hiredis-Makefile
index 5084572f7440..78b4def7418c 100644
--- a/databases/redis-devel/files/patch-deps-hiredis-Makefile
+++ b/databases/redis-devel/files/patch-deps-hiredis-Makefile
@@ -1,8 +1,8 @@
---- deps/hiredis/Makefile.orig	2025-05-28 09:43:59 UTC
+--- deps/hiredis/Makefile.orig	2026-04-30 13:38:25 UTC
 +++ deps/hiredis/Makefile
 @@ -15,7 +15,7 @@ HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h |
  HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | awk '{print $$3}')
-
+ 
  # Installation related variables and target
 -PREFIX?=/usr/local
 +PREFIX?=${PREFIX}
@@ -19,7 +19,7 @@
 -REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CPPFLAGS) $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) $(HIREDIS_CFLAGS)
 +REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) $(HIREDIS_CFLAGS)
  REAL_LDFLAGS=$(LDFLAGS) $(HIREDIS_LDFLAGS)
-
+ 
  DYLIBSUFFIX=so
 @@ -127,7 +125,16 @@ endif
  else
diff --git a/databases/redis-devel/files/patch-deps-hiredis-net.c b/databases/redis-devel/files/patch-deps-hiredis-net.c
index 0dfde3135238..9bc06c9531e2 100644
--- a/databases/redis-devel/files/patch-deps-hiredis-net.c
+++ b/databases/redis-devel/files/patch-deps-hiredis-net.c
@@ -1,6 +1,6 @@
---- deps/hiredis/net.c.orig	2019-11-28 19:32:05 UTC
+--- deps/hiredis/net.c.orig	2026-04-30 13:38:25 UTC
 +++ deps/hiredis/net.c
-@@ -178,14 +178,34 @@
+@@ -185,14 +185,34 @@ int redisKeepAlive(redisContext *c, int interval) {
          __redisSetError(c,REDIS_ERR_OTHER,strerror(errno));
          return REDIS_ERR;
      }
diff --git a/databases/redis-devel/files/patch-deps_lua_src_lua__cjson.c b/databases/redis-devel/files/patch-deps_lua_src_lua__cjson.c
index 0bb150504c67..e657e54fec17 100644
--- a/databases/redis-devel/files/patch-deps_lua_src_lua__cjson.c
+++ b/databases/redis-devel/files/patch-deps_lua_src_lua__cjson.c
@@ -1,6 +1,6 @@
---- deps/lua/src/lua_cjson.c.orig	2019-09-25 10:40:18 UTC
+--- deps/lua/src/lua_cjson.c.orig	2026-04-30 13:38:25 UTC
 +++ deps/lua/src/lua_cjson.c
-@@ -46,7 +46,9 @@
+@@ -47,7 +47,9 @@
  #include "strbuf.h"
  #include "fpconv.h"
  
diff --git a/databases/redis-devel/files/patch-redis.conf b/databases/redis-devel/files/patch-redis.conf
index a84973345b78..e704c3e6054b 100644
--- a/databases/redis-devel/files/patch-redis.conf
+++ b/databases/redis-devel/files/patch-redis.conf
@@ -1,6 +1,6 @@
---- redis.conf.orig	2021-01-12 14:21:03 UTC
-+++ redis.conf	2021-01-13
-@@ -244,7 +244,7 @@
+--- redis.conf.orig	2026-04-30 13:38:25 UTC
++++ redis.conf
+@@ -324,7 +324,7 @@ tcp-keepalive 300
  # By default Redis does not run as a daemon. Use 'yes' if you need it.
  # Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
  # When Redis is supervised by upstart or systemd, this parameter has no impact.
@@ -9,7 +9,7 @@
  
  # If you run Redis from upstart or systemd, Redis can interact with your
  # supervision tree. Options:
-@@ -276,7 +276,7 @@
+@@ -356,7 +356,7 @@ daemonize no
  #
  # Note that on modern Linux systems "/run/redis.pid" is more conforming
  # and should be used instead.
@@ -18,7 +18,7 @@
  
  # Specify the server verbosity level.
  # This can be one of:
-@@ -289,7 +289,7 @@
+@@ -370,7 +370,7 @@ loglevel notice
  # Specify the log file name. Also the empty string can be used to force
  # Redis to log on the standard output. Note that if you use standard
  # output for logging but daemonize, logs will be sent to /dev/null
@@ -27,7 +27,7 @@
  
  # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  # and optionally update the other syslog parameters to suit your needs.
-@@ -420,7 +420,7 @@
+@@ -530,7 +530,7 @@ rdb-del-sync-files no
  # The Append Only File will also be created inside this directory.
  #
  # Note that you must specify a directory here, not a file name.
diff --git a/databases/redis-devel/files/patch-src-Makefile b/databases/redis-devel/files/patch-src-Makefile
index 01e7febdcc7e..531bf5da4e41 100644
--- a/databases/redis-devel/files/patch-src-Makefile
+++ b/databases/redis-devel/files/patch-src-Makefile
@@ -1,6 +1,6 @@
---- src/Makefile.orig	2024-09-29 06:13:21 UTC
+--- src/Makefile.orig	2026-04-30 13:38:25 UTC
 +++ src/Makefile
-@@ -64,7 +64,7 @@ endif
+@@ -67,7 +67,7 @@ endif
  	STD+=-std=c99
  endif
  
@@ -9,15 +9,15 @@
  INSTALL_BIN=$(PREFIX)/bin
  INSTALL=install
  PKG_CONFIG?=pkg-config
-@@ -128,7 +128,6 @@ FINAL_LIBS=-lm -lstdc++
+@@ -150,7 +150,6 @@ FINAL_LIBS=-lm
  FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
  FINAL_LDFLAGS=$(LDFLAGS) $(OPT) $(REDIS_LDFLAGS) $(DEBUG)
- FINAL_LIBS=-lm -lstdc++
+ FINAL_LIBS=-lm
 -DEBUG=-g -ggdb
  
  # Linux ARM32 needs -latomic at linking time
  ifneq (,$(findstring armv,$(uname_M)))
-@@ -167,6 +166,11 @@ else
+@@ -189,6 +188,11 @@ else
  	OPENSSL_PREFIX?=/usr/local/opt/openssl
  endif
  else
@@ -29,7 +29,7 @@
  ifeq ($(uname_S),AIX)
          # AIX
          FINAL_LDFLAGS+= -Wl,-bexpall
-@@ -216,6 +220,7 @@ else
+@@ -238,6 +242,7 @@ else
  	# All the other OSes (notably Linux)
  	FINAL_LDFLAGS+= -rdynamic
  	FINAL_LIBS+=-ldl -pthread -lrt


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1b0a29.3d55a.42716ce4>