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:   taca
Date:           Fri May 12 14:45:36 UTC 2017

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

Log Message:
Update php70 to 7.0.19.

11 May 2017 PHP 7.0.19

- Core:
  . Fixed bug #74188 (Null coalescing operator fails for undeclared static
    class properties). (tpunt)
  . Fixed bug #74408 (Endless loop bypassing execution time limit). (Laruence)
  . Fixed bug #74410 (stream_select() is broken on Windows Nanoserver).
    (Matt Ficken)
  . Fixed bug #74337 (php-cgi.exe crash on facebook callback).
    (Anton Serbulov)
  . Patch for bug #74216 was reverted. (Anatol)

- Date:
  . Fixed bug #74404 (Wrong reflection on DateTimeZone::getTransitions).
    (krakjoe)
  . Fixed bug #74080 (add constant for RFC7231 format datetime). (duncan3dc)

- DOM:
  . Fixed bug #74416 (Wrong reflection on DOMNode::cloneNode).
    (Remi, Fabien Villepinte)

- Fileinfo:
  . Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c).
    (Laruence)

- GD:
  . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
    (krakjoe)

- intl:
  . Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa)
  . Fixed bug #74439 (wrong reflection for Locale methods). (villfa)

- MySQLi:
  . Fixed bug #74432 (mysqli_connect adding ":3306" to $host if $port parameter
    not given). (Anatol)

- MySQLnd:
  . Added support for MySQL 8.0 types. (Johannes)
  . Fixed bug #74376 (Invalid free of persistent results on error/connection
    loss). (Yussuf Khalil)

- OpenSSL:
  . Fixed bug #73833 (null character not allowed in openssl_pkey_get_private).
    (Jakub Zelenka)
  . Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH
    key). (Jakub Zelenka)
  . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without
    seconds). (Moritz Fain)
  . Added OpenSSL 1.1.0 support. (Jakub Zelenka)

- phar:
  . Fixed bug #74383 (phar method parameters reflection correction).
    (mhagstrand)

- Standard:
  . Fixed bug #74409 (Reflection information for ini_get_all() is incomplete).
    (Sebastian Bergmann)
  . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan)

- Streams:
  . Fixed bug #74429 (Remote socket URI with unique persistence identifier
    broken). (Sara)

- SQLite3:
  . Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).
    (krakjoe)


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/php70/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.177 pkgsrc/lang/php/phpversion.mk:1.178
--- pkgsrc/lang/php/phpversion.mk:1.177 Fri Apr 14 15:43:26 2017
+++ pkgsrc/lang/php/phpversion.mk       Fri May 12 14:45:36 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.177 2017/04/14 15:43:26 taca Exp $
+# $NetBSD: phpversion.mk,v 1.178 2017/05/12 14:45:36 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
@@ -88,7 +88,7 @@ PHPVERSION_MK=        defined
 
 # Define each PHP's version.
 PHP56_VERSION= 5.6.30
-PHP70_VERSION= 7.0.18
+PHP70_VERSION= 7.0.19
 PHP71_VERSION= 7.1.4
 
 # Define initial release of major version.

Index: pkgsrc/lang/php70/distinfo
diff -u pkgsrc/lang/php70/distinfo:1.32 pkgsrc/lang/php70/distinfo:1.33
--- pkgsrc/lang/php70/distinfo:1.32     Thu Apr 13 14:19:19 2017
+++ pkgsrc/lang/php70/distinfo  Fri May 12 14:45:36 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.32 2017/04/13 14:19:19 taca Exp $
+$NetBSD: distinfo,v 1.33 2017/05/12 14:45:36 taca Exp $
 
-SHA1 (php-7.0.18.tar.bz2) = b1959c8134f6bb241799d8eb840a2b892108c72a
-RMD160 (php-7.0.18.tar.bz2) = 54e2d897642d51976d24abf7c862b7ec6165fa05
-SHA512 (php-7.0.18.tar.bz2) = eccd9d68578373bb27aeb2d3b6d1a202e428bd622daaa069e1d526a81f2a406bf9d1852d73fbf9dc7a4488f514ab50f4a6c87ee6b4ac172c6f2b7f214b1dea56
-Size (php-7.0.18.tar.bz2) = 15328539 bytes
+SHA1 (php-7.0.19.tar.bz2) = 952db8fc89a598d0a9230ae5732498da8a6fa1f6
+RMD160 (php-7.0.19.tar.bz2) = 4662a9fb1ab549f5c2cd33e3ae0d3ed351bda2d0
+SHA512 (php-7.0.19.tar.bz2) = 74fea0b259ca28f36229afbac1bb3f845da6daa9a0ba82a8e3324f1814c989f6fe4a023d40736ad25fa13a56c610a7321eee7df6e7074221c4b0a3974e3baaa0
+Size (php-7.0.19.tar.bz2) = 15326922 bytes
 SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76
@@ -19,7 +19,6 @@ SHA1 (patch-ext_sqlite3_libsqlite_sqlite
 SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56
 SHA1 (patch-ext_tidy_tidy.c) = 420559f0b36d054e4d954e666be2a519b67e1b84
 SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
-SHA1 (patch-main_php__config.h.in) = d70a1b53c5e31c37a7bc2703304318d15c371a0a
 SHA1 (patch-makedist) = 2ac0e0391c031c4fcf4993e2269cde4c6bfddfd5
 SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd
 SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89



Home | Main Index | Thread Index | Old Index