diff options
author | taca <taca@pkgsrc.org> | 2018-01-05 03:09:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-01-05 03:09:59 +0000 |
commit | 6e85e950a697de50cb78417b22dc74d6a2bf4506 (patch) | |
tree | 4b79537ec234cc9165574b6e01cfe6ed55868e3c /lang/php70 | |
parent | 0bed8cec108f2d684fcf41bf475729de632bd2d9 (diff) | |
download | pkgsrc-6e85e950a697de50cb78417b22dc74d6a2bf4506.tar.gz |
lang/php70: update to 7.0.27
04 Jan 2018 PHP 7.0.27
- CLI Server:
. Fixed bug #60471 (Random "Invalid request (unexpected EOF)" using a router
script). (SammyK)
- Core:
. Fixed bug #75384 (PHP seems incompatible with OneDrive files on demand).
(Anatol)
. Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26). (Laruence)
- FPM:
. Fixed bug #64938 (libxml_disable_entity_loader setting is shared between
requests). (Remi)
- GD:
. Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (cmb)
- Opcache:
. Fixed bug #75579 (Interned strings buffer overflow may cause crash).
(Dmitry)
- PCRE:
. Fixed bug #74183 (preg_last_error not returning error code after error).
(Andrew Nester)
- Phar:
. Fixed bug #74782 (Reflected XSS in .phar 404 page). (Stas)
- Standard:
. Fixed bug #75535 (Inappropriately parsing HTTP response leads to PHP
segment fault). (Nikita)
. Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator
that getrandom() is missing). (sarciszewski)
- Zip:
. Fixed bug #75540 (Segfault with libzip 1.3.1). (Remi)
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php70/distinfo b/lang/php70/distinfo index 6d089262a19..cc88e24bdbd 100644 --- a/lang/php70/distinfo +++ b/lang/php70/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.40 2017/11/25 13:07:40 taca Exp $ +$NetBSD: distinfo,v 1.41 2018/01/05 03:09:59 taca Exp $ -SHA1 (php-7.0.26.tar.bz2) = 359c59c302237f645b3af6fc3fc607e5b7246786 -RMD160 (php-7.0.26.tar.bz2) = 8ec9e28c2aee2087e1481aa2f9ffbbad3c72eb26 -SHA512 (php-7.0.26.tar.bz2) = fbfeb574104b512eb136ca823ef67715a887f5b877181a7edc7a5908e93fc318d19581d35c740492e5cc28005f950c6ac72b12a848b28dbe206fe698e1460924 -Size (php-7.0.26.tar.bz2) = 14654366 bytes +SHA1 (php-7.0.27.tar.bz2) = 2fb93fca0e3a514286e90b91e165d3f3242bcd4c +RMD160 (php-7.0.27.tar.bz2) = 48ea0689cdd8a9ec4f2f2d04ab8832d83fd6f07f +SHA512 (php-7.0.27.tar.bz2) = 652dbeb06e6b9e90f2fd48a2a6bba1d3de05d6ebac2774bdfffe403ec6197f532708d854452d84a14414918983fe813c4b4a3d438a807112923554d34e6eb6cc +Size (php-7.0.27.tar.bz2) = 14154690 bytes SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76 |