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 <