diff options
author | taca <taca@pkgsrc.org> | 2018-03-02 02:09:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-02 02:09:48 +0000 |
commit | c43805f54b6f5b6a45cd64eb6ff4920b86731486 (patch) | |
tree | 73ae9693fc5a1c440f0df1b9b865774737496d02 /lang | |
parent | aaa11397eed1cd580647184c44bf02ed69be22da (diff) | |
download | pkgsrc-c43805f54b6f5b6a45cd64eb6ff4920b86731486.tar.gz |
lang/php71: update to 7.1.15
01 Mar 2018, PHP 7.1.15
- Apache2Handler:
. Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
configuration). (Anatol)
- Date:
. Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
. Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
accept `null`). (Pedro Lacerda)
. Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
(jhdxr)
- PGSQL:
. Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
- ODBC:
. Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)
- LDAP:
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
- libxml2:
. Fixed bug #75871 (use pkg-config where available). (pmmaga)
- Phar:
. Fixed bug #65414 (deal with leading slash when adding files correctly).
(bishopb)
- SPL:
. Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)
- Standard:
. Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
Philip Sharp)
. Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php71/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index dfbe2518c03..c76fef17120 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.205 2018/02/23 23:37:38 christos Exp $ +# $NetBSD: phpversion.mk,v 1.206 2018/03/02 02:09:48 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.33 PHP70_VERSION= 7.0.27 -PHP71_VERSION= 7.1.14 +PHP71_VERSION= 7.1.15 PHP72_VERSION= 7.2.2 # Define initial release of major version. diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 9d7686ff297..238da408f62 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2018/02/02 12:53:39 jdolecek Exp $ +$NetBSD: distinfo,v 1.34 2018/03/02 02:09:48 taca Exp $ -SHA1 (php-7.1.14.tar.bz2) = a189b48cddd3f658d7cf09559f9eb98b57e29169 -RMD160 (php-7.1.14.tar.bz2) = 7d3616b695cfcb7a90401693d704215d32007c22 -SHA512 (php-7.1.14.tar.bz2) = e676f066a3ad5fcf93a10c39305fe20a0f539a0df0bffc7add6186d6c2e119b7e5826a1119523880dc03b7e42fb950a67ed0e616671c31cccc9ce875826645a9 -Size (php-7.1.14.tar.bz2) = 14962060 bytes +SHA1 (php-7.1.15.tar.bz2) = 857aad496a14505ad5f61617621a2e35100a3758 +RMD160 (php-7.1.15.tar.bz2) = 5b84646a2cbfd3cc90dfa1709aa94df3a1b3f1b9 +SHA512 (php-7.1.15.tar.bz2) = db10c0138a74165c6373f0d6cc7f5ca1f6b1ae26359cc2e2a9dec8895a491b8adccee59601cb9325e54768e9cca643e9f73858fef5cbe6502c683131f9cc8ccf +Size (php-7.1.15.tar.bz2) = 15116603 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f |