1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

databases/redis-devel: Update version 8f3b6990d=>2432f5527

This commit is contained in:
Muhammad Moinur Rahman
2026-05-30 01:24:58 +02:00
parent 99443fcaf3
commit 85ba213a0e
7 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -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= \
+3 -3
View File
@@ -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
@@ -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
@@ -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;
}
@@ -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"
+6 -6
View File
@@ -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.
@@ -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