diff options
author | taca <taca@pkgsrc.org> | 2019-11-22 05:33:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-11-22 05:33:10 +0000 |
commit | ee7ff538fcc297587854e890ef0f7a17ebb333ca (patch) | |
tree | aefa71d523b99e8459a0c8a36aacd40711061096 /lang | |
parent | f989073cac9c2ee6c574c8c83528a6454c101980 (diff) | |
download | pkgsrc-ee7ff538fcc297587854e890ef0f7a17ebb333ca.tar.gz |
lang/php72: update to 7.2.25
Update php72 package to 7.2.25.
21 Nov 2019, PHP 7.2.25
- Core:
. Fixed bug #78656 (Parse errors classified as highest log-level). (Erik
Lundin)
. Fixed bug #78752 (Segfault if GC triggered while generator stack frame is
being destroyed). (Nikita)
. Fixed bug #78689 (Closure::fromCallable() doesn't handle
[Closure, '__invoke']). (Nikita)
- COM:
. Fixed bug #78694 (Appending to a variant array causes segfault). (cmb)
- Date:
. Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin)
. Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable). (cmb)
- Iconv:
. Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas,
cmb).
- OpCache:
. Fixed bug #78654 (Incorrectly computed opcache checksum on files with
non-ascii characters). (mhagstrand)
. Fixed bug #78747 (OpCache corrupts custom extension result). (Nikita)
- OpenSSL:
. Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted
connections). (Nikita)
- Reflection:
. Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error
message with traits). (villfa)
- Sockets:
. Fixed bug #78665 (Multicasting may leak memory). (cmb)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php72/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 4abab811bd9..d19490387e4 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.273 2019/10/25 02:58:33 taca Exp $ +# $NetBSD: phpversion.mk,v 1.274 2019/11/22 05:33:10 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 PHP71_VERSION= 7.1.33 -PHP72_VERSION= 7.2.24 +PHP72_VERSION= 7.2.25 PHP73_VERSION= 7.3.11 # Define initial release of major version. diff --git a/lang/php72/distinfo b/lang/php72/distinfo index e229e37ab11..67af0f62a3b 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.46 2019/10/25 02:51:18 taca Exp $ +$NetBSD: distinfo,v 1.47 2019/11/22 05:33:10 taca Exp $ -SHA1 (php-7.2.24.tar.bz2) = 2387bb52aff153ce018fea7120631aa4e5fe04ce -RMD160 (php-7.2.24.tar.bz2) = 4aecf28d48b1b9b02c42d09ca9acb3002551429c -SHA512 (php-7.2.24.tar.bz2) = 78844524124ce406f941f82909594d7cfda3b26fbf3283ecbace0138155a271b79589b44a7560897d6a3104fe12ac5554acabf5759824fb0c1813ac66b841d54 -Size (php-7.2.24.tar.bz2) = 15236739 bytes +SHA1 (php-7.2.25.tar.bz2) = 4b44d948560774116a9c21a67909f37ba6059523 +RMD160 (php-7.2.25.tar.bz2) = 157481a54ed259f6336a02505a36d8ae1042d392 +SHA512 (php-7.2.25.tar.bz2) = 90186f7c483e31bb14c17d28398523e2fb204801c064bad8271d2aab7cd4ef7070444712595da7474825e3273c6757e1207393b8ea3f1af75bad0f3e428f07c8 +Size (php-7.2.25.tar.bz2) = 15245888 bytes SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 |