From 996db7f3fee06423c7f15fcc0246de08cf81f94f Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 14 Nov 2023 19:14:05 +0100 Subject: [PATCH] Bump versions --- install_binaries.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_binaries.sh b/install_binaries.sh index b197b2a..67ac34b 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -85,7 +85,7 @@ make clean ldconfig cd ../rspamd git fetch --all --recurse-submodules -git checkout 3.7.3 --recurse-submodules +git checkout 3.7.4 --recurse-submodules cd .. mkdir -p rspamd_build cd rspamd_build @@ -96,7 +96,7 @@ cd .. rm -rf rspamd_build cd nginx git fetch --all -git checkout release-1.25.1 +git checkout release-1.25.3 cd ngx_brotli && git fetch --all && git checkout 6e975bcb015f62e1f303054897783355e2a877dc && cd .. # apply dynamic TLS record and HTTP2 HPACK patch by CloudFlare cat <