pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Update php71 to 7.1.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/878f34c46f06
branches: trunk
changeset: 361113:878f34c46f06
user: taca <taca%pkgsrc.org@localhost>
date: Fri Apr 14 15:43:26 2017 +0000
description:
Update php71 to 7.1.4.
13 Apr 2017, PHP 7.1.4
- Core:
. Fixed bug #74149 (static embed SAPI linkage error). (krakjoe)
. Fixed bug #73370 (falsely exits with "Out of Memory" when using
USE_ZEND_ALLOC=0). (Nikita)
. Fixed bug #73960 (Leak with instance method calling static method with
referenced return). (Nikita)
. Fixed bug #69676 (Resolution of self::FOO in class constants not correct).
(Nikita)
. Fixed bug #74265 (Build problems after 7.0.17 release: undefined reference
to `isfinite'). (Nikita)
. Fixed bug #74302 (yield fromLABEL is over-greedy). (Sara)
- Apache:
. Reverted patch for bug #61471, fixes bug #74318. (Anatol)
- Date:
. Fixed bug #72096 (Swatch time value incorrect for dates before 1970). (mcq8)
- DOM:
. Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*).
(somedaysummer)
- iconv:
. Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol)
- Opcache:
. Fixed bug #74250 (OPcache compilation performance regression in PHP 5.6/7
with huge classes). (Nikita)
- OpenSSL:
. Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work).
(Jakub Zelenka)
- PDO MySQL:
. Fixed bug #71003 (Expose MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO
interface). (Thomas Orozco)
- SPL:
. Fixed bug #74058 (ArrayObject can not notice changes). (Andrew Nester)
- Sqlite:
. Implemented FR #74217 (Allow creation of deterministic sqlite functions).
(Andrew Nester)
- Streams:
. Fixed bug #74216 (Correctly fail on invalid IP address ports). (Sara)
- Zlib:
. Fixed bug #74240 (deflate_add can allocate too much memory). (Matt Bonneau)
diffstat:
lang/php/phpversion.mk | 4 +-
lang/php71/Makefile | 3 +-
lang/php71/distinfo | 11 +++----
lang/php71/patches/patch-main_php__config.h.in | 33 --------------------------
4 files changed, 8 insertions(+), 43 deletions(-)
diffs (96 lines):
diff -r 3aa7567b2692 -r 878f34c46f06 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Apr 14 15:17:21 2017 +0000
+++ b/lang/php/phpversion.mk Fri Apr 14 15:43:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.176 2017/04/13 14:19:19 taca Exp $
+# $NetBSD: phpversion.mk,v 1.177 2017/04/14 15:43:26 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 @@
# Define each PHP's version.
PHP56_VERSION= 5.6.30
PHP70_VERSION= 7.0.18
-PHP71_VERSION= 7.1.3
+PHP71_VERSION= 7.1.4
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff -r 3aa7567b2692 -r 878f34c46f06 lang/php71/Makefile
--- a/lang/php71/Makefile Fri Apr 14 15:17:21 2017 +0000
+++ b/lang/php71/Makefile Fri Apr 14 15:43:26 2017 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2017/04/05 12:28:59 fhajny Exp $
+# $NetBSD: Makefile,v 1.10 2017/04/14 15:43:26 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff -r 3aa7567b2692 -r 878f34c46f06 lang/php71/distinfo
--- a/lang/php71/distinfo Fri Apr 14 15:17:21 2017 +0000
+++ b/lang/php71/distinfo Fri Apr 14 15:43:26 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2017/04/05 12:28:59 fhajny Exp $
+$NetBSD: distinfo,v 1.18 2017/04/14 15:43:26 taca Exp $
-SHA1 (php-7.1.3.tar.bz2) = 60359b3154d00502f84adfea84d008e3aa0b81ab
-RMD160 (php-7.1.3.tar.bz2) = a54b805e234a8bf7f1f6a1c0b2250e11bcaf1219
-SHA512 (php-7.1.3.tar.bz2) = 90dd06348d5884a2bb4a22ab80bb4f50e603751a1787096f447762fe00e5b4f36deafda045ecf6345883d9f4b711755a854a2e7043f27702acfe78ade90b42d9
-Size (php-7.1.3.tar.bz2) = 15709683 bytes
+SHA1 (php-7.1.4.tar.bz2) = 87d6de530d7f4a9ca1bf5d29bf91eada9d0471e3
+RMD160 (php-7.1.4.tar.bz2) = b51d1ac458bcac07de63117e556d109040e98ac0
+SHA512 (php-7.1.4.tar.bz2) = a1dd5ffd756176e6ba600dd850510033d0d6f07aff314de69fec0c42437e6a006449e3f4f98679146a2f2645caa65ea351e31a8e1da7c14cc5260856ad40eaff
+Size (php-7.1.4.tar.bz2) = 15710808 bytes
SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
@@ -18,7 +18,6 @@
SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 8a529a1b3f7c97731f2e719d006f67c3a7259bb5
SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56
SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
-SHA1 (patch-main_php__config.h.in) = a954c2963bdc9cbb280a9852e18ac8fb8fc834c2
SHA1 (patch-makedist) = 2ac0e0391c031c4fcf4993e2269cde4c6bfddfd5
SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd
SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89
diff -r 3aa7567b2692 -r 878f34c46f06 lang/php71/patches/patch-main_php__config.h.in
--- a/lang/php71/patches/patch-main_php__config.h.in Fri Apr 14 15:17:21 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-$NetBSD: patch-main_php__config.h.in,v 1.1 2017/03/23 09:33:02 jperkin Exp $
-
-Fix tests for defines which are 0/1 not defined/undefined.
-
---- main/php_config.h.in.orig 2017-03-14 13:17:50.000000000 +0000
-+++ main/php_config.h.in
-@@ -2515,7 +2515,7 @@ int zend_sprintf(char *buffer, const cha
- #endif
-
- #ifndef zend_isnan
--#ifdef HAVE_DECL_ISNAN
-+#if HAVE_DECL_ISNAN == 1
- #define zend_isnan(a) isnan(a)
- #elif defined(HAVE_FPCLASS)
- #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN))
-@@ -2524,7 +2524,7 @@ int zend_sprintf(char *buffer, const cha
- #endif
- #endif
-
--#ifdef HAVE_DECL_ISINF
-+#if HAVE_DECL_ISINF == 1
- #define zend_isinf(a) isinf(a)
- #elif defined(INFINITY)
- /* Might not work, but is required by ISO C99 */
-@@ -2535,7 +2535,7 @@ int zend_sprintf(char *buffer, const cha
- #define zend_isinf(a) 0
- #endif
-
--#if defined(HAVE_DECL_ISFINITE)
-+#if HAVE_DECL_ISFINITE == 1
- #define zend_finite(a) isfinite(a)
- #elif defined(HAVE_FINITE)
- #define zend_finite(a) finite(a)
Home |
Main Index |
Thread Index |
Old Index