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.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad1eb2365f0d
branches:  trunk
changeset: 312771:ad1eb2365f0d
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 13 15:45:33 2018 +0000

description:
lang/php72: Update to 7.2.10

13 Sep 2018, PHP 7.2.10

- Core:
  . Fixed bug #76754 (parent private constant in extends class memory leak).
    (Laruence)
  . Fixed bug #72443 (Generate enabled extension). (petk)
  . Fixed bug #75797 (Memory leak when using class_alias() in non-debug mode).
    (Massimiliano Braglia)

- Apache2:
  . Fixed bug #76582 (Apache bucket brigade sometimes becomes invalid). (stas)

- Bz2:
  . Fixed arginfo for bzcompress. (Tyson Andre)

- gettext:
  . Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)

- iconv:
  . Fixed bug #68180 (iconv_mime_decode can return extra characters in a
    header). (cmb)
  . Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
    (cmb)
  . Fixed bug #60494 (iconv_mime_decode does ignore special characters). (cmb)
  . Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). (cmb)

- intl:
  . Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with
    11+ named placeholders). (Anatol)

- libxml:
  . Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader
    callback undefined). (Ville Hukkam?ki)

- mbstring:
  . Fixed bug #76704 (mb_detect_order return value varies based on argument
    type). (cmb)

- Opcache:
  . Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar
    file). (Laruence)

- OpenSSL:
  . Fixed bug #76705 (unusable ssl => peer_fingerprint in
    stream_context_create()). (Jakub Zelenka)

- phpdbg:
  . Fixed bug #76595 (phpdbg man page contains outdated information).
    (Kevin Abel)

- SPL:
  . Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()). (cmb)
  . Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0). (Tim
    Siebels)

- Standard:
  . Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
    (cmb)

- zlib:
  . Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir
    is passed to the --with-zlib configure option). (Jay Bonci)
  . Fixed bug #76709 (Minimal required zlib library is 1.2.0.4). (petk)

diffstat:

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

diffs (36 lines):

diff -r 7de1453914b6 -r ad1eb2365f0d lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Sep 13 15:44:05 2018 +0000
+++ b/lang/php/phpversion.mk    Thu Sep 13 15:45:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.228 2018/09/13 15:44:05 taca Exp $
+# $NetBSD: phpversion.mk,v 1.229 2018/09/13 15:45:33 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
@@ -90,7 +90,7 @@
 PHP56_VERSION= 5.6.37
 PHP70_VERSION= 7.0.31
 PHP71_VERSION= 7.1.22
-PHP72_VERSION= 7.2.9
+PHP72_VERSION= 7.2.10
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 7de1453914b6 -r ad1eb2365f0d lang/php72/distinfo
--- a/lang/php72/distinfo       Thu Sep 13 15:44:05 2018 +0000
+++ b/lang/php72/distinfo       Thu Sep 13 15:45:33 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2018/08/19 13:56:59 taca Exp $
+$NetBSD: distinfo,v 1.30 2018/09/13 15:45:33 taca Exp $
 
-SHA1 (php-7.2.9.tar.bz2) = 9ca66b8d102e485eaa30673677b0e33b01dcb3cb
-RMD160 (php-7.2.9.tar.bz2) = f0af4a88982a7f314258a23f40988f08ea42289a
-SHA512 (php-7.2.9.tar.bz2) = 45ff1b090646d3d8516250c88951d797831dc449aad15c809995462c7df72c347a4012578d0c923a036aaebd761844bfc6804639f21e386e53fe68b0445b091a
-Size (php-7.2.9.tar.bz2) = 15067091 bytes
+SHA1 (php-7.2.10.tar.bz2) = 9f71b88c30e5113eb1fd4ebc53adbb9a2354b39a
+RMD160 (php-7.2.10.tar.bz2) = b588ca29b96a3478afc507e43f529fc336dcea40
+SHA512 (php-7.2.10.tar.bz2) = de1c22ee37cd0e6d1682091d9735f292cb5c6be653c5ce5771fdcd43522122dfebecab474fe2b29f94a757942513569916ebff59f3a8e63b6fc61830dabb3e47
+Size (php-7.2.10.tar.bz2) = 15043712 bytes
 SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489



Home | Main Index | Thread Index | Old Index