diff options
author | Juergen Daubert <jue@jue.li> | 2020-02-15 13:56:42 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-02-15 13:56:42 +0100 |
commit | 2f22c64263815f40e5f90002ef23e142f4acb821 (patch) | |
tree | e3261cbbbf0ebbce7f082e081cbcb78ccec6e859 /php-fcgi | |
parent | e5b24ea3e889b5f7a7731193efe83e4aa1c6096d (diff) | |
download | opt-2f22c64263815f40e5f90002ef23e142f4acb821.tar.gz opt-2f22c64263815f40e5f90002ef23e142f4acb821.tar.xz |
php-fcgi: update to 7.4.2
Diffstat (limited to 'php-fcgi')
-rw-r--r-- | php-fcgi/.signature | 6 | ||||
-rw-r--r-- | php-fcgi/Pkgfile | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/php-fcgi/.signature b/php-fcgi/.signature index 06a91ade8..42a94bc7c 100644 --- a/php-fcgi/.signature +++ b/php-fcgi/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/SvOdrS868gSHt6jpHeIYxEHzd1Fl9FBBhHVaOTuJvqAMVNS0QmvMfhsRQuyQS0q+e0g0WgRqf7m4hadYCBTigE= -SHA256 (Pkgfile) = 372a09dda2a73433cfcd3befb3c82915e0f67d6b262b797b6fd2c0a5e0193d93 +RWSE3ohX2g5d/TKJ3zofFLtRKn4RCzzeCrCkArzw986OsHVjlmmZewr7tg6th1cvOZ04zw+FF9NV3HWTebsDkVCX8GPGPNvw7Ac= +SHA256 (Pkgfile) = cc94ae70078047fb116a8065e8de8960cde9b5cd12aa4d442c947bff126528ba SHA256 (.footprint) = 073d817f449e60b58f4c904bd4ef54ddad9bd0ab946ee178956622bf76d5501b -SHA256 (php-7.3.14.tar.xz) = cc05dd373ca5d36652800762f65c10e828a17de35aaf246262e3efa99d00cdb0 +SHA256 (php-7.4.2.tar.xz) = 98284deac017da0d426117ecae7599a1f1bf62ae3911e8bc16c4403a8f4bdf13 SHA256 (php-fcgi) = 058feaf2d8ad8ed61a4191512eb2151b8ed87fd92ce469ee8bab1812c0cb6471 diff --git a/php-fcgi/Pkgfile b/php-fcgi/Pkgfile index 462cca223..808cb60b7 100644 --- a/php-fcgi/Pkgfile +++ b/php-fcgi/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre2 libxml2 name=php-fcgi -version=7.3.14 +version=7.4.2 release=1 source=(http://php.net/distributions/php-$version.tar.xz php-fcgi) @@ -17,10 +17,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 \ |