Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php73: update to 7.3.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/81f894b1a8d3
branches: trunk
changeset: 435641:81f894b1a8d3
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jul 11 03:59:46 2020 +0000
description:
lang/php73: update to 7.3.20
Update php73 to 7.3.20.
09 Jul 2020, PHP 7.3.20
- Core:
. Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
. Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb,
Nikita)
. Fixed possibly unsupported timercmp() usage. (cmb)
- Exif:
. Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
(cmb)
- Filter:
. Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)
- GD:
. Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (cmb)
- OpenSSL:
. Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).
(cmb)
- PDO SQLite:
. Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
(cmb)
- SPL:
. Fixed bug #79710 (Reproducible segfault in error_handler during GC
involved an SplFileObject). (Nikita)
- Standard:
. Fixed bug #74267 (segfault with streams and invalid data). (cmb)
. Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for
posix_getgrgid and others). (Böszörményi Zoltán)
09 Jul 2020, PHP 7.3.20
- Core:
. Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
. Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb,
Nikita)
. Fixed possibly unsupported timercmp() usage. (cmb)
- Exif:
. Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
(cmb)
- Filter:
. Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)
- GD:
. Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (cmb)
- OpenSSL:
. Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).
(cmb)
- PDO SQLite:
. Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).
(cmb)
- SPL:
. Fixed bug #79710 (Reproducible segfault in error_handler during GC
involved an SplFileObject). (Nikita)
- Standard:
. Fixed bug #74267 (segfault with streams and invalid data). (cmb)
. Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for
posix_getgrgid and others). (Böszörményi Zoltán)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php73/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 369162ad73a9 -r 81f894b1a8d3 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Jul 10 23:07:22 2020 +0000
+++ b/lang/php/phpversion.mk Sat Jul 11 03:59:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.300 2020/06/14 05:59:17 taca Exp $
+# $NetBSD: phpversion.mk,v 1.301 2020/07/11 03:59:46 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 @@
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP72_VERSION= 7.2.31
-PHP73_VERSION= 7.3.19
+PHP73_VERSION= 7.3.20
PHP74_VERSION= 7.4.7
# Define initial release of major version.
diff -r 369162ad73a9 -r 81f894b1a8d3 lang/php73/distinfo
--- a/lang/php73/distinfo Fri Jul 10 23:07:22 2020 +0000
+++ b/lang/php73/distinfo Sat Jul 11 03:59:46 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2020/06/14 05:56:51 taca Exp $
+$NetBSD: distinfo,v 1.24 2020/07/11 03:59:46 taca Exp $
-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 (php-7.3.20.tar.xz) = d0dd05fa421e0f581960eda6cb8a256abb98b920
+RMD160 (php-7.3.20.tar.xz) = d91c73a38a4c08d12a459c5ad2021185d7be670f
+SHA512 (php-7.3.20.tar.xz) = 4d035e7420ceb64d912a1936db5d311c06c61d09c9d4665c27fba9709fe45b30d5771bb485fb24393d9ee689a0f7ddcbc577e9ee7a7b31341b0203f1b805b886
+Size (php-7.3.20.tar.xz) = 12118188 bytes
SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335
Home |
Main Index |
Thread Index |
Old Index