diff --git a/install_binaries.sh b/install_binaries.sh index c85c66c..9da49a2 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -69,7 +69,7 @@ export PROC_LIMIT=`free -g | grep Mem | awk -v nproc=$(nproc) '{print (($2 + 1) #start build cd ImageMagick git fetch --all -git checkout 7.1.1-28 +git checkout 7.1.1-30 CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --disable-openmp --with-fftw --with-gslib --with-gvc --with-rsvg --with-wmf make -j $PROC_LIMIT install make distclean @@ -87,7 +87,7 @@ cd .. rm -rf rspamd_build cd nginx git fetch --all -git checkout release-1.25.3 +git checkout release-1.25.4 cd ngx_brotli && git fetch --all && git checkout 6e975bcb015f62e1f303054897783355e2a877dc && cd .. # apply dynamic TLS record and HTTP2 HPACK patch by CloudFlare cat < /usr/bin/composer +curl -sSL https://github.com/composer/composer/releases/download/2.7.2/composer.phar > /usr/bin/composer chmod +x /usr/bin/composer composer self-update