pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php71: Update to 7.1.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/fed9b8320047
branches: trunk
changeset: 371983:fed9b8320047
user: taca <taca%pkgsrc.org@localhost>
date: Sat Nov 25 13:16:08 2017 +0000
description:
lang/php71: Update to 7.1.12
23 Nov 2017, PHP 7.1.12
- Core:
. Fixed bug #75420 (Crash when modifing property name in __isset for
BP_VAR_IS). (Laruence)
. Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita,
Dmitry)
- CLI:
. Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown
function). (Laruence)
- Enchant:
. Fixed bug #53070 (enchant_broker_get_path crashes if no path is set). (jelle
van der Waa, cmb)
. Fixed bug #75365 (Enchant still reports version 1.1.0). (cmb)
- Exif:
. Fixed bug #75301 (Exif extension has built in revision version). (Peter
Kokot)
- GD:
. Fixed bug #65148 (imagerotate may alter image dimensions). (cmb)
. Fixed bug #75437 (Wrong reflection on imagewebp). (Fabien Villepinte)
- intl:
. Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
of destination). (andrewnester)
- interbase:
. Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
- Mysqli:
. Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function). (Fabien
Villepinte)
- OCI8:
. Fixed valgrind issue. (Tianfang Yang)
- OpenSSL:
. Fixed bug #75363 (openssl_x509_parse leaks memory). (Bob, Jakub Zelenka)
. Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa)
- Opcache:
. Fixed bug #75373 (Warning Internal error: wrong size calculation). (Laruence, Dmitry)
- PGSQL:
. Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)
- SOAP:
. Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
- Zlib:
. Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien
Villepinte)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php71/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r f69d6a6c99b6 -r fed9b8320047 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sat Nov 25 13:08:21 2017 +0000
+++ b/lang/php/phpversion.mk Sat Nov 25 13:16:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.195 2017/11/25 13:07:40 taca Exp $
+# $NetBSD: phpversion.mk,v 1.196 2017/11/25 13:16:08 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.32
PHP70_VERSION= 7.0.26
-PHP71_VERSION= 7.1.11
+PHP71_VERSION= 7.1.12
PHP72_VERSION= 7.2.0RC6
# Define initial release of major version.
diff -r f69d6a6c99b6 -r fed9b8320047 lang/php71/distinfo
--- a/lang/php71/distinfo Sat Nov 25 13:08:21 2017 +0000
+++ b/lang/php71/distinfo Sat Nov 25 13:16:08 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2017/10/27 08:47:49 taca Exp $
+$NetBSD: distinfo,v 1.30 2017/11/25 13:16:08 taca Exp $
-SHA1 (php-7.1.11.tar.bz2) = 39e986459c2b1d2765f28305d8175be8d3089629
-RMD160 (php-7.1.11.tar.bz2) = 57ba828c1ab08d86247f601107057c36a71bde23
-SHA512 (php-7.1.11.tar.bz2) = 7ff898940f25bbe9c398b186afb36e7f8aed875d10374ab998ca99ab0c8d6ed3e20461e3f174de6ddc32623a4f97cd51a95bdba59f4473671ab1ab0ac3c6736a
-Size (php-7.1.11.tar.bz2) = 15068977 bytes
+SHA1 (php-7.1.12.tar.bz2) = e0d9add61b0255127cbf354d5e36cdf770d522c6
+RMD160 (php-7.1.12.tar.bz2) = 29095aabd2954788f06228749e4e9387715519b0
+SHA512 (php-7.1.12.tar.bz2) = 5753ccea57e0e4f23321f3a583369c91a747dfc85875f2817c219437e53c1924e25ecba129f35230df2fc35ca1288a31ceaf146815cca54f4c66425388183db5
+Size (php-7.1.12.tar.bz2) = 14935297 bytes
SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
Home |
Main Index |
Thread Index |
Old Index