summaryrefslogtreecommitdiff
path: root/databases/redis/files/patch-deps-hiredis-net.c
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-02-01 17:28:00 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-04-28 11:19:08 +0900
commit27e36df36a9d47e844b1fa83d4136b63fee7c905 (patch)
tree247eac1f532fff4415dcae16b06aaaaa0a6762fa /databases/redis/files/patch-deps-hiredis-net.c
parentdatabases/redis62: Update to 6.2.7 (diff)
databases/redis: Update to 7.0.0
* Mark BROKEN if any of external lua library options are enabled. Upstream add new APIs to bundled lua library and use them in source code of redis. This makes it impossible to compile and link redis with external lua libraries. According to the commit message of upstream repository they took the code of new API from the repository of lua. It means linking with external lua libraries may get possible again if they are updated. So mark BROKEN rather than remove these options. * Update CONFLICTS of databases/redis*. * Switch to DISTVERSION. * Pet portlint and portclippy. * Tidy up Makefile with portfmt. ChangeLog: https://github.com/redis/redis/releases/tag/7.0.0 Security: cc42db1c-c65f-11ec-ad96-0800270512f4
Diffstat (limited to '')
-rw-r--r--databases/redis/files/patch-deps-hiredis-net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/files/patch-deps-hiredis-net.c b/databases/redis/files/patch-deps-hiredis-net.c
index 3fd2b5996f97..0dfde3135238 100644
--- a/databases/redis/files/patch-deps-hiredis-net.c
+++ b/databases/redis/files/patch-deps-hiredis-net.c
@@ -1,5 +1,5 @@
---- deps/hiredis/net.c.orig 2019-11-28 14:32:05.942453000 -0500
-+++ deps/hiredis/net.c 2019-11-28 14:39:08.326408000 -0500
+--- deps/hiredis/net.c.orig 2019-11-28 19:32:05 UTC
++++ deps/hiredis/net.c
@@ -178,14 +178,34 @@
__redisSetError(c,REDIS_ERR_OTHER,strerror(errno));
return REDIS_ERR;