pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Fri Feb  2 12:53:39 UTC 2018

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php71: distinfo

Log Message:
Update lang/php71 to php 7.1.14

Changes since 7.1.13:

Core:
Fixed bug #75679 (Path 260 character problem).
Fixed bug #75786 (segfault when using spread operator on generator passed by reference).
Fixed bug #75799 (arg of get_defined_functions is optional).
Fixed bug #75396 (Exit inside generator finally results in fatal error).
Fixed bug #75079 (self keyword leads to incorrectly generated TypeError when in closure in trait).

FCGI:
Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is false).

IMAP:
Fixed bug #75774 (imap_append HeapCorruction).

Opcache:
Fixed bug #75720 (File cache not populated after SHM runs full).
Fixed bug #75579 (Interned strings buffer overflow may cause crash).

PGSQL:
Fixed bug #75671 (pg_version() crashes when called on a connection to cockroach).
Readline:
Fixed bug #75775 (readline_read_history segfaults with empty file).

SAPI:
Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry).

SOAP:
Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is used).
Fixed bug #75502 (Segmentation fault in zend_string_release).

SPL:
Fixed bug #75717 (RecursiveArrayIterator does not traverse arrays by reference).
Fixed bug #75242 (RecursiveArrayIterator doesn't have constants from parent class).
Fixed bug #73209 (RecursiveArrayIterator does not iterate object properties).

Standard:
Fixed bug #75781 (substr_count incorrect result).


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/php71/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.202 pkgsrc/lang/php/phpversion.mk:1.203
--- pkgsrc/lang/php/phpversion.mk:1.202 Fri Feb  2 12:50:38 2018
+++ pkgsrc/lang/php/phpversion.mk       Fri Feb  2 12:53:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.202 2018/02/02 12:50:38 jdolecek Exp $
+# $NetBSD: phpversion.mk,v 1.203 2018/02/02 12:53:39 jdolecek 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.33
 PHP70_VERSION= 7.0.27
-PHP71_VERSION= 7.1.13
+PHP71_VERSION= 7.1.14
 PHP72_VERSION= 7.2.2
 
 # Define initial release of major version.

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.32 pkgsrc/lang/php71/distinfo:1.33
--- pkgsrc/lang/php71/distinfo:1.32     Tue Jan 16 11:04:54 2018
+++ pkgsrc/lang/php71/distinfo  Fri Feb  2 12:53:39 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2018/01/16 11:04:54 jperkin Exp $
+$NetBSD: distinfo,v 1.33 2018/02/02 12:53:39 jdolecek Exp $
 
-SHA1 (php-7.1.13.tar.bz2) = 117306b9e66db0e651c3f7a77c60c3b9cfe3b111
-RMD160 (php-7.1.13.tar.bz2) = a8851a06c7e86bd4ad3f2c39de7337b271c429fe
-SHA512 (php-7.1.13.tar.bz2) = dbab037b5e7c60877f46a201e1712000ba14ae2a984d4f4d4e752c6e1b2797b0f67fbb0b10c69fea77e27cc64c27222459a26772c9a51e8c760ceab1433dc60a
-Size (php-7.1.13.tar.bz2) = 14960544 bytes
+SHA1 (php-7.1.14.tar.bz2) = a189b48cddd3f658d7cf09559f9eb98b57e29169
+RMD160 (php-7.1.14.tar.bz2) = 7d3616b695cfcb7a90401693d704215d32007c22
+SHA512 (php-7.1.14.tar.bz2) = e676f066a3ad5fcf93a10c39305fe20a0f539a0df0bffc7add6186d6c2e119b7e5826a1119523880dc03b7e42fb950a67ed0e616671c31cccc9ce875826645a9
+Size (php-7.1.14.tar.bz2) = 14962060 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index