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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1de5ba66d940
branches:  trunk
changeset: 316194:1de5ba66d940
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 07 17:12:48 2018 +0000

description:
lang/php72: update to 7.2.13

06 Dec 2018, PHP 7.2.13

- ftp:
  . Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)

- CLI:
  . Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli
    parameters). (Anatol)

- Fileinfo:
  . Fixed bug #77095 (slowness regression in 7.2/7.3 (compared to 7.1)).
    (Anatol)

- iconv:
  . Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
    (cmb)

- Core:
  . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
    filter). (Stas)

- IMAP:
  . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
    mailbox parameter). (Stas)

- ODBC:
  . Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
    (Jon Allen)

- Opcache:
  . Fixed bug #77058 (Type inference in opcache causes side effects). (Nikita)
  . Fixed bug #77092 (array_diff_key() - segmentation fault). (Nikita)

- Phar:
  . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
  . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    (Stas)

- PGSQL:
  . Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
    TIMEZONE' data type). (Andy Gajetzki)

- SOAP:
  . Fixed bug #50675 (SoapClient can't handle object references correctly).
    (Cameron Porter)
  . Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault). (cmb)
  . Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb)

- Sockets:
  . Fixed bug #67619 (Validate length on socket_write). (thiagooak)

diffstat:

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

diffs (36 lines):

diff -r 426d1f23c22d -r 1de5ba66d940 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Dec 07 17:11:45 2018 +0000
+++ b/lang/php/phpversion.mk    Fri Dec 07 17:12:48 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.236 2018/12/07 17:11:45 taca Exp $
+# $NetBSD: phpversion.mk,v 1.237 2018/12/07 17:12:48 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.38
 PHP70_VERSION= 7.0.32
 PHP71_VERSION= 7.1.26
-PHP72_VERSION= 7.2.12
+PHP72_VERSION= 7.2.13
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 426d1f23c22d -r 1de5ba66d940 lang/php72/distinfo
--- a/lang/php72/distinfo       Fri Dec 07 17:11:45 2018 +0000
+++ b/lang/php72/distinfo       Fri Dec 07 17:12:48 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2018/11/14 21:26:54 markd Exp $
+$NetBSD: distinfo,v 1.34 2018/12/07 17:12:48 taca Exp $
 
-SHA1 (php-7.2.12.tar.bz2) = 97682d2062a4a12207b83ec75580fac6510ccc6b
-RMD160 (php-7.2.12.tar.bz2) = 2ec2b00dac6b47de72dc56302deaec45b3dc6cb1
-SHA512 (php-7.2.12.tar.bz2) = 205f2d4910bde1a73edb3044bb61287ae7c680f01f1ca07dc900f864d13d2276eb2dbe5c7293ca15e1d62265744bef35261d2be531a2bd3261fa8680b89a6391
-Size (php-7.2.12.tar.bz2) = 15029274 bytes
+SHA1 (php-7.2.13.tar.bz2) = eb74e4b52013fef8a349b2193605d344ed425503
+RMD160 (php-7.2.13.tar.bz2) = 1f362e20ce739e34d7e5c3f282e1842f1873aa73
+SHA512 (php-7.2.13.tar.bz2) = 95b9d09fec4af7df38736fabd291af5635a2caab9611c82a9a4988a849888f9847052ed69192c0f0b0103cf9d2888d5dd763471e1419d6e8da33ab77c9f95dbd
+Size (php-7.2.13.tar.bz2) = 15051814 bytes
 SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index