diff options
author | Juergen Daubert <jue@jue.li> | 2019-04-10 15:26:35 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-04-10 15:26:35 +0200 |
commit | df3d7a322ca66f03d42e05e3c98e89634e593a63 (patch) | |
tree | 1fbe427064295af4f84cdf4ef67aa7de16eb5b30 /php-fcgi | |
parent | f19c8171aba98b6d316b5eb748d9b8adc2c2421b (diff) | |
download | opt-df3d7a322ca66f03d42e05e3c98e89634e593a63.tar.gz opt-df3d7a322ca66f03d42e05e3c98e89634e593a63.tar.xz |
php: update to 7.3.4
Diffstat (limited to 'php-fcgi')
-rw-r--r-- | php-fcgi/.signature | 6 | ||||
-rw-r--r-- | php-fcgi/Pkgfile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/php-fcgi/.signature b/php-fcgi/.signature index 0efc43eac..26a931b47 100644 --- a/php-fcgi/.signature +++ b/php-fcgi/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bnm4JwKPFYDbJ/2gWfmqxxGCiDUWYWGNj++sIyJt/h6L4gvSrsENLVl+VMqjQpzNqVmc46nK3WtvHAFMsg+/Q0= -SHA256 (Pkgfile) = 8dc3971172cef31f03f6d0b0f36f7f6a9a5cb0ff532ac86ead7ff686b26ea741 +RWSE3ohX2g5d/Y7RbrAR3xRatuaiItxgDdocBnYceYRQsVOZ2vkieK8XMQY2CI9au88O2dOLK9a8H+H6KSwDDUtA5i+K5euawQA= +SHA256 (Pkgfile) = 77a205cba2b8bb3adf770f2d0e0c36a5d29010f6b00f43ab3706ad62b23889df SHA256 (.footprint) = 073d817f449e60b58f4c904bd4ef54ddad9bd0ab946ee178956622bf76d5501b -SHA256 (php-7.2.17.tar.xz) = a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84 +SHA256 (php-7.3.4.tar.xz) = 6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83 SHA256 (php-fcgi) = 058feaf2d8ad8ed61a4191512eb2151b8ed87fd92ce469ee8bab1812c0cb6471 diff --git a/php-fcgi/Pkgfile b/php-fcgi/Pkgfile index 129879657..c62408a2a 100644 --- a/php-fcgi/Pkgfile +++ b/php-fcgi/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre libxml2 name=php-fcgi -version=7.2.17 +version=7.3.4 release=1 source=(http://php.net/distributions/php-$version.tar.xz php-fcgi) @@ -20,6 +20,7 @@ build () { --with-pcre-regex=/usr \ --disable-static --disable-debug \ --without-sqlite3 --without-pdo-sqlite \ + --without-libzip \ --without-pear" EXTENSION_DIR=/usr/lib/php/extensions \ |