pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php72: update to 7.2.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9774a134fea3
branches:  trunk
changeset: 418179:9774a134fea3
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 22 05:33:10 2019 +0000

description:
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:

 lang/php/phpversion.mk |   4 ++--
 lang/php72/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 68daad179ab4 -r 9774a134fea3 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Nov 22 00:21:06 2019 +0000
+++ b/lang/php/phpversion.mk    Fri Nov 22 05:33:10 2019 +0000
@@ -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 @@
 # 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 -r 68daad179ab4 -r 9774a134fea3 lang/php72/distinfo
--- a/lang/php72/distinfo       Fri Nov 22 00:21:06 2019 +0000
+++ b/lang/php72/distinfo       Fri Nov 22 05:33:10 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index