From 488a3d202c46ea3250120c5fa8e7b9e775725ad5 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sun, 22 Jan 2023 04:39:31 -0500 Subject: [PATCH] Update unstable tag to upstream 2.3.10 --- Dockerfile | 2 +- files/patches | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 30c2539..77ef531 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG UPSTREAM=2.3.6 +ARG UPSTREAM=2.3.10 FROM analogic/poste.io:$UPSTREAM RUN apt-get update && apt-get install less # 'less' is Useful for debugging diff --git a/files/patches b/files/patches index 76eb52b..d6bc7c8 100755 --- a/files/patches +++ b/files/patches @@ -167,7 +167,7 @@ haraka_sub_web=$sockdir/haraka/web-11381.sock ~ edit /etc/redis/redis.conf; {{ - sub "^port 6379" "port 0" # disable the localhost port - - append "" "unixsocket $redis" "unixsocketperm 777" + - append "" "unixsocket $redis" "unixsocketperm 777" # can be removed as of 2.3.7 }} ~ edit /etc/rspamd/local.d/{redis,statistic}.conf; {{ @@ -179,7 +179,7 @@ haraka_sub_web=$sockdir/haraka/web-11381.sock - sub '-h "127.0.0.1"' "-s '$redis'"; }} -~ edit /bin/clear-idle-connections; {{ +~ edit /bin/clear[-]idle-connections; {{ # can be removed as of 2.3.7 - sub "redis-cli'" "redis-cli', '-s', '$redis'" }}