diff options
author | taca <taca@pkgsrc.org> | 2020-06-14 05:56:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-06-14 05:56:51 +0000 |
commit | f5a51e2b7178d54d9ca8037e5c505036c66fdc3a (patch) | |
tree | a91d5d4b47b21bb2e440a200e089d51208ab0553 /lang | |
parent | 74f15f19c40dccd37c0104bc2ff7d23769525e7a (diff) | |
download | pkgsrc-f5a51e2b7178d54d9ca8037e5c505036c66fdc3a.tar.gz |
lang/php73: update to 7.3.19
Update php73 to 7.3.19.
11 Jun 2020, PHP 7.3.19
- Core:
. Fixed bug #79566 (Private SHM is not private on Windows). (cmb)
. Fixed bug #79489 (.user.ini does not inherit). (cmb)
- GD:
. Fixed bug #79615 (Wrong GIF header written in GD GIFEncode). (sageptr, cmb)
- MySQLnd:
. Fixed bug #79596 (MySQL FLOAT truncates to int some locales). (cmb)
- Opcache:
. Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
(Nikita)
. Fixed bug #79588 (Boolean opcache settings ignore on/off values). (cmb)
- Standard:
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php73/Makefile | 3 | ||||
-rw-r--r-- | lang/php73/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 6e6252e4ad5..1905f68c3d3 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.298 2020/05/14 14:26:59 taca Exp $ +# $NetBSD: phpversion.mk,v 1.299 2020/06/14 05:56:51 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 PHP72_VERSION= 7.2.31 -PHP73_VERSION= 7.3.18 +PHP73_VERSION= 7.3.19 PHP74_VERSION= 7.4.6 # Define initial release of major version. diff --git a/lang/php73/Makefile b/lang/php73/Makefile index b4c58100df9..4435c43b6ec 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2020/06/02 08:22:46 adam Exp $ +# $NetBSD: Makefile,v 1.13 2020/06/14 05:56:51 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -PKGREVISION= 1 COMMENT= PHP Hypertext Preprocessor version 7.3 LICENSE= php diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 6d961c6bf42..7164c89fb52 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2020/05/14 14:23:08 taca Exp $ +$NetBSD: distinfo,v 1.23 2020/06/14 05:56:51 taca Exp $ -SHA1 (php-7.3.18.tar.xz) = 06d88a6fdefb115f839133ad465fcc9cb8f46cc5 -RMD160 (php-7.3.18.tar.xz) = 2191ef2e2594744caae235f803bb76f1cf06bb58 -SHA512 (php-7.3.18.tar.xz) = e626091c835f6d165ff48ae3be8ddf7a66b0a320c6d77dc98fb73235d560814c180112a9e5478a5b3b6bb01ed99a50f8025fdc3d1ef80cca59e04ac248f9b0bf -Size (php-7.3.18.tar.xz) = 12116280 bytes +SHA1 (php-7.3.19.tar.xz) = 69da646afaf60af9d035a4f94d25a2b26216f887 +RMD160 (php-7.3.19.tar.xz) = aa4a349f4595a78466800f8287e45a7c2284a41f +SHA512 (php-7.3.19.tar.xz) = f37800d9e1bf808ad1099f6190965cc75781e7bf6d2c341a7143aca435abc9974a2987cbfeb8c2b35805c946218343612906fde3cc84b195c2c586945869b760 +Size (php-7.3.19.tar.xz) = 12117968 bytes SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 |