ports/opt (3.5): php-fpm: update to 7.4.2
commit 498a46b4a4b4663fafc59c9ecfd4b8ee591ff2c5 Author: Juergen Daubert <jue@jue.li> Date: Sat Feb 15 13:56:55 2020 +0100 php-fpm: update to 7.4.2 diff --git a/php-fpm/.signature b/php-fpm/.signature index 028c86fc8..d9cc0d12d 100644 --- a/php-fpm/.signature +++ b/php-fpm/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bRqFOVLSi6QgZ1oZGZYlkwqtP0vCQiknzmm9zsttL6efzHokS3DcQ1WlfwEi4/gleLlWl61FRQjOzfAsjgYiQs= -SHA256 (Pkgfile) = 52a33d0b1396323f6da5dbd27f70664649542d0ad3dfe2a892d58ccb0453cb94 +RWSE3ohX2g5d/SE8A0RlRMerfalFbKIumUzhWbMCDwaLXtScL4ZZU08CzhmPa3Zs9g55qzaFx0Vn1bL8mNxwnfAt4uZidt+FigY= +SHA256 (Pkgfile) = ed99432055902db5a6df60e96926f1fe160cd95b8ccd2189a69a6ea5a82b6509 SHA256 (.footprint) = a26b7d8af42742c284dd40e96fb4c4d1ba451ac9bf4f714c8f12fb6975ffa5fe -SHA256 (php-7.3.14.tar.xz) = cc05dd373ca5d36652800762f65c10e828a17de35aaf246262e3efa99d00cdb0 +SHA256 (php-7.4.2.tar.xz) = 98284deac017da0d426117ecae7599a1f1bf62ae3911e8bc16c4403a8f4bdf13 SHA256 (php-fpm) = a1fde2295e819a33d492cfdeca8d4e0e8de08b8d051c95c4758ba01da38354b7 diff --git a/php-fpm/Pkgfile b/php-fpm/Pkgfile index fa96257b9..62fc30236 100644 --- a/php-fpm/Pkgfile +++ b/php-fpm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre2 libxml2 name=php-fpm -version=7.3.14 +version=7.4.2 release=1 source=(http://php.net/distributions/php-$version.tar.xz php-fpm) @@ -19,10 +19,9 @@ build () { --with-config-file-path=/etc/php \ --with-config-file-scan-dir=/etc/php/conf.d \ --with-zlib \ - --with-pcre-regex=/usr \ + --with-external-pcre \ --disable-static --disable-debug \ --without-sqlite3 --without-pdo-sqlite \ - --without-libzip \ --without-pear" EXTENSION_DIR=/usr/lib/php/extensions \
participants (1)
-
crux@crux.nu