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:           Mon Sep 12 15:38:01 UTC 2016

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

Log Message:
Update php71 to 7.1.0rc1 (PHP 7.1.0RC1).

01 Sep 2016, PHP 7.1.0RC1

- Core:
  . Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry)
  . Fixed bug #72943 (assign_dim on string doesn't reset hval). (Laruence)
  . Fixed bug #72598 (Reference is lost after array_slice()) (Nikita)
  . Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
    password_verify). (Anatol)
  . Implement \ArgumentCountError when passing in too few arguments (Davey)

- COM:
  . Fixed bug #72922 (COM called from PHP does not return out parameters).
    (Anatol)

- Dba:
  . Fixed bug #70825 (Cannot fetch multiple values with group in ini file).
    (cmb)

- GD:
  . Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor
    images). (cmb)
  . Fixed bug #72913 (imagecopy() loses single-color transparency on palette
    images). (cmb)
  . Fixed bug #68716 (possible resource leaks in _php_image_convert()). (cmb)

- iconv:
  . Fixed bug #72320 (iconv_substr returns false for empty strings). (cmb)

- Intl:
  . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
    sequence). (cmb)

- JSON:
  . Implemented earlier return when json_encode fails, fixes bugs #68992
    (Stacking exceptions thrown by JsonSerializable) and #70275 (On recursion
    error, json_encode can eat up all system memory). (Jakub Zelenka)

- mbstring:
  . Fixed bug #66797 (mb_substr only takes 32-bit signed integer). (cmb)

- Opcache:
  . Fixed bug #72949 (Typo in opcache error message). (cmb)

- PDO_DBlib:
  . Implemented stringify 'uniqueidentifier' fields.
    (Alexander Zhuravlev, Adam Baratz)

- Reflection:
  . Reverted prepending \ for class names. (Trowski)

- Session:
  . Fixed bug #72940 (SID always return "name=ID", even if session
    cookie exist). (Yasuo)
  . Implemented session_gc() and session_create_id() functions. (Yasuo)

- SimpleXML:
  . Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)
  . Fixed bug #72957 (Null coalescing operator doesn't behave as expected with
    SimpleXMLElement). (Nikita)

- SOAP:
  . Fixed bug #71711 (Soap Server Member variables reference bug). (Nikita)
  . Fixed bug #71996 (Using references in arrays doesn't work like expected).
    (Nikita)

- Standard:
  . Fixed bug #72920 (Accessing a private constant using constant() creates
    an exception AND warning). (Laruence)
  . Fixed bug #65550 (get_browser() incorrectly parses entries with "+" sign).
    (cmb)
  . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory).
    (cmb)

- XML:
  . Fixed bug #72714 (_xml_startElementHandler() segmentation fault). (cmb)


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php71/Makefile
cvs rdiff -u -r1.4 -r1.5 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.154 pkgsrc/lang/php/phpversion.mk:1.155
--- pkgsrc/lang/php/phpversion.mk:1.154 Sun Sep 11 20:57:46 2016
+++ pkgsrc/lang/php/phpversion.mk       Mon Sep 12 15:38:01 2016
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.154 2016/09/11 20:57:46 wiz Exp $
+# $NetBSD: phpversion.mk,v 1.155 2016/09/12 15:38:01 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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.25
 PHP70_VERSION= 7.0.10
-PHP71_VERSION= 7.1.0beta3
+PHP71_VERSION= 7.1.0RC1
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php71/Makefile
diff -u pkgsrc/lang/php71/Makefile:1.2 pkgsrc/lang/php71/Makefile:1.3
--- pkgsrc/lang/php71/Makefile:1.2      Sat Aug  6 11:32:14 2016
+++ pkgsrc/lang/php71/Makefile  Mon Sep 12 15:38:01 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2016/08/06 11:32:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/12 15:38:01 taca Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
-PKGNAME=               php-${PHP_VERSION}
+PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
 CATEGORIES=            lang
 
 HOMEPAGE=              http://www.php.net/

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.4 pkgsrc/lang/php71/distinfo:1.5
--- pkgsrc/lang/php71/distinfo:1.4      Mon Aug 22 03:21:17 2016
+++ pkgsrc/lang/php71/distinfo  Mon Sep 12 15:38:01 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2016/08/22 03:21:17 taca Exp $
+$NetBSD: distinfo,v 1.5 2016/09/12 15:38:01 taca Exp $
 
-SHA1 (php-7.1.0beta3.tar.bz2) = 35988a620143716d60532aaf0582383d8bba497b
-RMD160 (php-7.1.0beta3.tar.bz2) = 98c3586a296ea9e14127626884dabbb66bc63636
-SHA512 (php-7.1.0beta3.tar.bz2) = 72b96204b82b78a974af4ca9077304a162a6d02628e3aced01df028de666299aeaf4d7234888b3bd7e62501dc8c0f1f15444e5b94c829f2a4854752d8eeaeb55
-Size (php-7.1.0beta3.tar.bz2) = 15463449 bytes
+SHA1 (php-7.1.0RC1.tar.bz2) = 2ec9bcce7463c912e75bd7a94ceb82b2052d0943
+RMD160 (php-7.1.0RC1.tar.bz2) = 5083278ffc8ddae7ed0b6ba45f2779c5ebde87bf
+SHA512 (php-7.1.0RC1.tar.bz2) = 0f7c6d52341e996c44d21dc032bf49fe373c39974e639a39fdf54efb0b42674d44028603b12f82f3abfd82fbb8af3de5dc88685a62d35e10292c877e6e683dbf
+Size (php-7.1.0RC1.tar.bz2) = 15486320 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index