diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-02-10 20:36:47 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-02-10 20:36:47 +0000 |
commit | c995039e5cfd175d467fef0fe3a806ad11c6f6e8 (patch) | |
tree | 50cf416bd2cf4fe5e0283f228cc6956e9fd99136 | |
parent | 07b14d56ff3fdd642a5b3c5557844ff0a68848e5 (diff) | |
download | pkgsrc-c995039e5cfd175d467fef0fe3a806ad11c6f6e8.tar.gz |
Pullup ticket #4917 - requested by taca
lang/php56: security fix
Revisions pulled up:
- lang/php/phpversion.mk 1.124
- lang/php56/distinfo 1.22
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 6 07:13:02 UTC 2016
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php56: distinfo
Log Message:
Update php56 to 5.6.18 (PHP 5.6.18).
04 Feb 2016, PHP 5.6.18
- Core:
. Fixed bug #71039 (exec functions ignore length but look for NULL termination).
(Anatol)
. Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
. Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
. Added support for new HTTP 451 code. (Julien)
. Fixed bug #71273 (A wrong ext directory setup in php.ini leads to crash).
(Anatol)
. Fixed bug #71323 (Output of stream_get_meta_data can be falsified by its
input). (Leo Gaspard)
. Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)
- Apache2handler:
. Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
- FTP:
. Implemented FR #55651 (Option to ignore the returned FTP PASV address).
(abrender at elitehosts dot com)
- Opcache:
. Fixed bug #71127 (Define in auto_prepend_file is overwrite). (Laruence)
. Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32
on the same server). (Anatol)
- Phar:
. Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
. Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
(Stas)
. Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)
- Session:
. Fixed bug #69111 (Crash in SessionHandler::read()). (Anatol)
- SOAP:
. Fixed bug #70979 (crash with bad soap request). (Anatol)
- SPL:
. Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).
(Laruence)
- WDDX:
. Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (Stas)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php56/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 2364198fd55..8e40f210c28 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.119.2.4 2016/02/10 19:29:19 bsiegert Exp $ +# $NetBSD: phpversion.mk,v 1.119.2.5 2016/02/10 20:36:47 bsiegert 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 @@ -82,7 +82,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP55_VERSION= 5.5.32 -PHP56_VERSION= 5.6.17 +PHP56_VERSION= 5.6.18 PHP70_VERSION= 7.0.2 # Define initial release of major version. diff --git a/lang/php56/distinfo b/lang/php56/distinfo index dc096451e2b..d6b9d14ed9e 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20.2.1 2016/01/17 19:25:16 bsiegert Exp $ +$NetBSD: distinfo,v 1.20.2.2 2016/02/10 20:36:47 bsiegert Exp $ -SHA1 (php-5.6.17.tar.bz2) = b508001096af863b41283fbd3bdd77cf149f383a -RMD160 (php-5.6.17.tar.bz2) = c23f68ce0256dff1175d70d3b60f8cab875f2259 -SHA512 (php-5.6.17.tar.bz2) = 706fd31324c98717d44b4db4440a5eaffe24ad34b346ba95418b33ee072b3ddde5d7429d318f69554b4bfcd7dcc0e9e4b07142b539196e9f0ab7707485ad9dbb -Size (php-5.6.17.tar.bz2) = 14072840 bytes +SHA1 (php-5.6.18.tar.bz2) = fb83cf624b7b4f4ab8f71b8765e5f205e6e3af41 +RMD160 (php-5.6.18.tar.bz2) = 4d6ac401ae4b3920cd6fab5179cd3639e27977fd +SHA512 (php-5.6.18.tar.bz2) = 1f0820d829923404ceae287129afa9c7d7d9c83d6fbf148a65a6ac49224f4cb84e743443c4fadb69d959229123ab7e99816aab40f694d808e64b05bb7238f89e +Size (php-5.6.18.tar.bz2) = 14094993 bytes SHA1 (patch-acinclude.m4) = b38fc34c3a3847dc317e8e286612b21ec8fd5ce8 SHA1 (patch-configure) = a72aa43759c6f3d3ad350659397570582c3ca3ff SHA1 (patch-ext_gd_config.m4) = 4b44853250eb4a638af4c663e618307ff25d2cbd |