php7: major upgrade to 7.4.1
authorMichael Heimpold <mhei@heimpold.de>
Mon, 2 Dec 2019 23:08:21 +0000 (00:08 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Sat, 21 Dec 2019 15:59:53 +0000 (16:59 +0100)
commit0f10c8c84135eb222b26f0c6dfe561c0b4cefb94
tree7ccd578c88396b852094adcd3540a0bfa6da1fd8
parent6263f9ec802dfc0fd3304a96c30bb2ebbd898efd
php7: major upgrade to 7.4.1

- remove obsolete patches and update other ones
- filter support is now available as an extension module
- php7-mod-hash: this extension is now part of the core binary
  and cannot be built as an extension module anymore
- php7-mod-gd:
  - do not use bundled libgd, but rely on external one
  - this also obsoletes dependencies and configuration options
- php7-mod-zip: requires external libzip now

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
17 files changed:
lang/php7/Makefile
lang/php7/patches/0013-Add-support-for-use-of-the-system-timezone-database.patch
lang/php7/patches/0016-dont-gitclean-in-build.patch [deleted file]
lang/php7/patches/0032-Use-system-timezone.patch
lang/php7/patches/0041-Add-patch-to-remove-build-timestamps-from-generated-.patch
lang/php7/patches/0042-Remove-W3C-validation-icon-to-not-expose-the-reader-.patch
lang/php7/patches/0050-remove-build-timestamps.patch
lang/php7/patches/1000-fix_membar_producer_link_error_gcc3x.patch [deleted file]
lang/php7/patches/1001-ext-opcache-fix-detection-of-shm-mmap.patch
lang/php7/patches/1002-gd-iconv.patch [deleted file]
lang/php7/patches/1003-Fix-dl-cross-compiling-issue.patch [deleted file]
lang/php7/patches/1004-disable-phar-command.patch
lang/php7/patches/1006-multiline-syslog.patch [deleted file]
lang/php7/patches/1010-pcrelib-NativeMIPS.patch [deleted file]
lang/php7/patches/1010-zend-alloc-mm-alignment.patch [new file with mode: 0644]
lang/php7/patches/1012-php_iconv_string-null-out-pointer.patch [deleted file]
lang/php7/patches/1020-openssl-deprecated.patch [deleted file]