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:           Sat Feb 18 13:09:20 UTC 2017

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php70: PLIST distinfo
Removed Files:
        pkgsrc/lang/php70/patches: patch-ext_standard_php__dns.h

Log Message:
Update php70 to 7.0.16.

16 Feb 2017 PHP 7.0.16

- Core:
  . Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference).
    (Laruence)
  . Fixed bug #73876 (Crash when exporting **= in expansion of assign op).
    (Sara)
  . Fixed bug #73969 (segfault in debug_print_backtrace). (andrewnester)
  . Fixed bug #73973 (assertion error in debug_zval_dump). (andrewnester)

- DOM:
  . Fixed bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes).
    (aboks)

- DTrace:
  . Fixed bug #73965 (DTrace reported as enabled when disabled). (Remi)

- FPM:
  . Fixed bug #67583 (double fastcgi_end_request on max_children limit).
    (Dmitry Saprykin)
  . Fixed bug #69865 (php-fpm does not close stderr when using syslog).
    (m6w6)

- GD:
  . Fixed bug #73968 (Premature failing of XBM reading). (cmb)

- GMP:
  . Fixed bug #69993 (test for gmp.h needs to test machine includes).
    (Jordan Gigov)

- Intl:
  . Fix bug #73956 (Link use CC instead of CXX). (Remi)

- LDAP:
  . Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache).
    (Laruence)

- MySQLi:
  . Fixed bug #73949 (leak in mysqli_fetch_object). (krakjoe)

- Mysqlnd:
  . Fixed bug #69899 (segfault on close() after free_result() with mysqlnd).
    (Richard Fussenegger)

- Opcache:
  . Fixed bug #73983 (crash on finish work with phar in cli + opcache).
    (Anatol)

- OpenSSL:
  . Fixed bug #71519 (add serial hex to return value array). (xrobau)

- PDO_Firebird:
  . Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci)

- PDO_PgSQL:
  . Fixed bug #73959 (lastInsertId fails to throw an exception for wrong
    sequence name). (andrewnester)

- Phar:
  . Fixed bug #70417 (PharData::compress() doesn't close temp file). (cmb)

- posix:
  . Fixed bug #71219 (configure script incorrectly checks for ttyname_r). (atoth)

- Session:
  . Fixed bug #69582 (session not readable by root in CLI). (EvgeniySpinov)

- SPL:
  . Fixed bug #73896 (spl_autoload() crashes when calls magic _call()). (Dmitry)

- Standard:
  . Fixed bug #69442 (closing of fd incorrect when PTS enabled). (jaytaph)
  . Fixed bug #47021 (SoapClient stumbles over WSDL delivered with
    "Transfer-Encoding: chunked"). (Rowan Collins)
  . Fixed bug #72974 (imap is undefined service on AIX). (matthieu.sarter)
  . Fixed bug #72979 (money_format stores wrong length AIX). (matthieu.sarter)

- ZIP:
  . Fixed bug #70103 (ZipArchive::addGlob ignores remove_all_path option). (cmb,
    Mitch Hagstrand)


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php70/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/php70/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/lang/php70/patches/patch-ext_standard_php__dns.h

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.171 pkgsrc/lang/php/phpversion.mk:1.172
--- pkgsrc/lang/php/phpversion.mk:1.171 Fri Jan 20 00:44:00 2017
+++ pkgsrc/lang/php/phpversion.mk       Sat Feb 18 13:09:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.171 2017/01/20 00:44:00 taca Exp $
+# $NetBSD: phpversion.mk,v 1.172 2017/02/18 13:09:19 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.15
+PHP70_VERSION= 7.0.16
 PHP71_VERSION= 7.1.1
 
 # Define initial release of major version.

Index: pkgsrc/lang/php70/PLIST
diff -u pkgsrc/lang/php70/PLIST:1.1 pkgsrc/lang/php70/PLIST:1.2
--- pkgsrc/lang/php70/PLIST:1.1 Sun Dec  6 15:17:31 2015
+++ pkgsrc/lang/php70/PLIST     Sat Feb 18 13:09:19 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/12/06 15:17:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/02/18 13:09:19 taca Exp $
 bin/phar
 bin/phar.phar
 bin/php
@@ -250,6 +250,7 @@ include/php/main/win95nt.h
 include/php/sapi/cli/cli.h
 lib/php/build/Makefile.global
 lib/php/build/acinclude.m4
+lib/php/build/ax_check_compile_flag.m4
 lib/php/build/config.guess
 lib/php/build/config.sub
 lib/php/build/libtool.m4

Index: pkgsrc/lang/php70/distinfo
diff -u pkgsrc/lang/php70/distinfo:1.25 pkgsrc/lang/php70/distinfo:1.26
--- pkgsrc/lang/php70/distinfo:1.25     Thu Jan 19 14:48:49 2017
+++ pkgsrc/lang/php70/distinfo  Sat Feb 18 13:09:19 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2017/01/19 14:48:49 taca Exp $
+$NetBSD: distinfo,v 1.26 2017/02/18 13:09:19 taca Exp $
 
-SHA1 (php-7.0.15.tar.bz2) = e11aa3dab4986664a77b1e0e9f86c8e619a053b6
-RMD160 (php-7.0.15.tar.bz2) = fc01608a6080cd99528b78b3bd9329089b75bd62
-SHA512 (php-7.0.15.tar.bz2) = 5bd075bf5b2f9bdc55d4cbde504f22417862e9353941774ae43a9690c172fc6c98e497842512e701765292bb96b6e5e9a7a01b824ae7c072e26e18eb40fc2a45
-Size (php-7.0.15.tar.bz2) = 15305062 bytes
+SHA1 (php-7.0.16.tar.bz2) = 413bf81cb8ea52a00cb38e0d6a4f528c364431c0
+RMD160 (php-7.0.16.tar.bz2) = 8e8ca9080abfdcb37b52c1404217c5cd618bf8f8
+SHA512 (php-7.0.16.tar.bz2) = b6f44fd1ba0bd97c2af13e74b750761561adc8f859607383a4927aa6924d5a2ef46a547c0d154261c9131d07d41e8c0d2ea153b32546b7122ec1ad7aa1fc19cd
+Size (php-7.0.16.tar.bz2) = 15326972 bytes
 SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76
@@ -16,7 +16,6 @@ SHA1 (patch-ext_phar_phar_phar.php) = f6
 SHA1 (patch-ext_recode_recode.c) = a97a1815d6a41410f68c289debbb9396128a2159
 SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 8a529a1b3f7c97731f2e719d006f67c3a7259bb5
 SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56
-SHA1 (patch-ext_standard_php__dns.h) = 8f89b4bb3553d922b1395c1c66bf5feccf0c4000
 SHA1 (patch-makedist) = 2ac0e0391c031c4fcf4993e2269cde4c6bfddfd5
 SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd
 SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89



Home | Main Index | Thread Index | Old Index