diff options
author | taca <taca@pkgsrc.org> | 2016-03-05 05:18:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-03-05 05:18:51 +0000 |
commit | 82a4ed4027ede8e8b61d557ba3a7cd221ef79c9a (patch) | |
tree | 4dead62f246be4f0d0a62f55a249dbdafd46d93c /lang/php56 | |
parent | d368a4f5508efcf999289c158d24f97749d63aae (diff) | |
download | pkgsrc-82a4ed4027ede8e8b61d557ba3a7cd221ef79c9a.tar.gz |
Update php56 to 5.6.19 (PHP 5.6.19), including security fixes.
03 Mar 2016, PHP 5.6.19
- CLI server:
. Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
(Johannes, Anatol)
- CURL:
. Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes
while curl_multi_exec). (Laruence)
- Date:
. Fixed bug #68078 (Datetime comparisons ignore microseconds). (Willem-Jan
Zijderveld)
. Fixed bug #71525 (Calls to date_modify will mutate timelib_rel_time,
causing date_date_set issues). (Sean DuBois)
- Fileinfo:
. Fixed bug #71434 (finfo throws notice for specific python file). (Laruence)
- FPM:
. Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi
setup). (Matt Haught, Remi)
- Opcache:
. Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache).
(Yussuf Khalil)
- PDO MySQL:
. Fixed bug #71569 (#70389 fix causes segmentation fault). (Nikita)
- Phar:
. Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). (Stas)
- Standard:
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
- WDDX:
. Fixed bug #71587 (Use-After-Free / Double-Free in WDDX Deserialize). (Stas)
- XSL:
. Fixed bug #71540 (NULL pointer dereference in xsl_ext_function_php()).
(Stas)
- Zip:
. Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo). (Laruence)
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 751ba7d924d..69685bf096b 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2016/02/17 01:17:16 jklos Exp $ +$NetBSD: distinfo,v 1.24 2016/03/05 05:18:51 taca Exp $ -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 (php-5.6.19.tar.bz2) = 725e097a795e102a72b24eda81c6511413a04db9 +RMD160 (php-5.6.19.tar.bz2) = 93b1b25b14154c20fa50d23ab2920b3e2bd6c39d +SHA512 (php-5.6.19.tar.bz2) = c8c2b3bdfc1a8abe834612c33123b4f103e841c230b53934fb7bafe11af7f1175f02ca54c92f33e8e603485e6283897bebb51acc55d1213b7433024684215c14 +Size (php-5.6.19.tar.bz2) = 14100438 bytes SHA1 (patch-acinclude.m4) = b38fc34c3a3847dc317e8e286612b21ec8fd5ce8 SHA1 (patch-configure) = a72aa43759c6f3d3ad350659397570582c3ca3ff SHA1 (patch-ext_gd_config.m4) = 4b44853250eb4a638af4c663e618307ff25d2cbd |