From 956b3094fc637f1384b6b8246e3f55d00d67d6bd Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Thu, 9 Sep 2021 21:38:13 +0200 Subject: [PATCH] Bump versions --- install_binaries.sh | 16 ++++++++-------- var/www/composer.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/install_binaries.sh b/install_binaries.sh index 5ebda9d..da96993 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -105,14 +105,14 @@ export PROC_LIMIT=`free -g | grep Mem | awk -v nproc=$(nproc) '{print (($2 + 1) #start build cd libssh2 git fetch --all -git checkout a88a727c2a1840f979b34f12bcce3d55dcd7ea6e +git checkout libssh2-1.10.0 autoreconf -fi CFLAGS="-O3 -march=native -mtune=native" ./configure make -j $PROC_LIMIT install make distclean cd ../aom git fetch --all -git checkout v3.1.1 +git checkout v3.1.2 cd .. mkdir -p aom_build cd aom_build @@ -132,7 +132,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-2 +git checkout 7.1.0-6 CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp make -j $PROC_LIMIT install make distclean @@ -161,7 +161,7 @@ cd .. rm -rf rspamd_build cd nginx git fetch --all -git checkout release-1.21.1 +git checkout release-1.21.3 cd ngx_brotli && git fetch --all && git checkout v1.0.0rc && cd .. cd ngx_devel_kit && git fetch --all && git checkout v0.3.1 && cd .. cd lua-nginx-module && git fetch --all && git checkout v0.10.20rc1 && cd .. @@ -1420,7 +1420,7 @@ cd php-src cd ext cd apcu && git fetch --all && git checkout v5.1.20 && cd .. cd php-ext-brotli && git fetch --all && git checkout 0.13.1 && cd .. -cd imagick && git fetch --all && git checkout 3.5.0 && cd .. +cd imagick && git fetch --all && git checkout 3.5.1 && cd .. cd php-gnupg && git fetch --all --recurse-submodules && git checkout gnupg-1.5.0 --recurse-submodules && cd .. cd php-rar && git fetch --all && git checkout 488dd3caaa9554b420da8d5ddd7438bb8c475a9c && cd .. cd secp256k1-php && git fetch --all && git checkout a1fef29baabc6de9540ada175b967068ada1f48c && cd .. @@ -1428,13 +1428,13 @@ rm -rf ssh2-* curl -sSf https://pecl.php.net/get/ssh2 | tar xzvf - --exclude package.xml cd .. git fetch --all -git checkout PHP-8.0.8 +git checkout PHP-8.0.10 ./buildconf LIBS='-lgpg-error' CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure -C --enable-re2c-cgoto --prefix=/usr --with-config-file-scan-dir=/etc/php/8.0/fpm/conf.d --libdir=/usr/lib/php --libexecdir=/usr/lib/php --datadir=/usr/share/php/8.0 --program-suffix=8.0 --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --enable-fpm --enable-cli --disable-cgi --disable-phpdbg --with-fpm-systemd --with-fpm-user=www-data --with-fpm-group=www-data --with-layout=GNU --disable-dtrace --disable-short-tags --without-valgrind --disable-shared --disable-debug --disable-rpath --without-pear --with-openssl --enable-bcmath --with-bz2 --enable-calendar --with-curl --enable-dba --with-qdbm --with-lmdb --enable-exif --enable-ftp --enable-gd --with-external-gd --with-jpeg --with-webp --with-xpm --with-freetype --enable-gd-jis-conv --with-gettext --with-gmp --with-mhash --with-imap --with-imap-ssl --with-kerberos --enable-intl --with-ldap --with-ldap-sasl --enable-mbstring --with-mysqli --with-pdo-mysql --enable-mysqlnd --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-zlib --with-libedit --with-readline --enable-shmop --enable-soap --enable-sockets --with-sodium --with-password-argon2 --with-tidy --with-xsl --with-enchant --with-pspell --with-zip --with-ffi --enable-apcu --enable-brotli --with-libbrotli --with-imagick --with-ssh2 --with-gnupg --enable-rar make -j $PROC_LIMIT install make distclean git reset --hard -git checkout PHP-7.4.21 +git checkout PHP-7.4.23 cat < /usr/bin/composer +curl -sSL https://github.com/composer/composer/releases/download/2.1.6/composer.phar > /usr/bin/composer chmod +x /usr/bin/composer composer self-update diff --git a/var/www/composer.json b/var/www/composer.json index f1ff0b3..bbcd315 100644 --- a/var/www/composer.json +++ b/var/www/composer.json @@ -1,6 +1,6 @@ { "require": { - "paragonie/sodium_compat": "^1.14", + "paragonie/sodium_compat": "^1.17", "chillerlan/php-qrcode": "^4.3" } }