diff options
author | taca <taca@pkgsrc.org> | 2015-11-28 07:09:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-11-28 07:09:38 +0000 |
commit | 255f8135700936e092a3f54bed77d2ed71c82bf1 (patch) | |
tree | e61ceb7157bfdc390676588b9912aaa97fdfbc61 /lang/php56 | |
parent | 0726a58b8ab560b38b5fe739c8415fc2ac08f569 (diff) | |
download | pkgsrc-255f8135700936e092a3f54bed77d2ed71c82bf1.tar.gz |
Update php56 to 5.6.16 (PHP 5.6.16).
26 Nov 2015, PHP 5.6.16
- Core:
. Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a
non-existent constant). (Laruence)
. Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l).
(Laruence)
- Mysqlnd:
. Fixed bug #68344 (MySQLi does not provide way to disable peer certificate
validation) by introducing MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT
connection flag. (Andrey)
- OCI8:
. Fixed bug #68298 (OCI int overflow). (Senthil)
- PDO_DBlib:
. Fixed bug #69757 (Segmentation fault on nextRowset).
(miracle at rpz dot name)
- SOAP:
. Fixed bug #70875 (Segmentation fault if wsdl has no targetNamespace
attribute). (Matteo)
- SPL:
. Fixed bug #70852 (Segfault getting NULL offset of an ArrayObject).
(Reeze Xia)
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 f7fd62e70da..58d87b4a52b 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2015/11/04 17:41:19 agc Exp $ +$NetBSD: distinfo,v 1.20 2015/11/28 07:09:38 taca Exp $ -SHA1 (php-5.6.15.tar.bz2) = 3b318843a8624e2cd8a3027fd37a316b6525ca69 -RMD160 (php-5.6.15.tar.bz2) = 777f8f01a39a8b8a653679cc68fa14b5ddc8fd20 -SHA512 (php-5.6.15.tar.bz2) = 3841b1b64bbe1b3bdbbbf2591f2ca81754f1e7391dae593f45302ea7a4157dd8032e0f525308a13769938aadbfca9e25cbe15ac9bf8eed1427263fefcbede2aa -Size (php-5.6.15.tar.bz2) = 14060562 bytes +SHA1 (php-5.6.16.tar.bz2) = c938abedf4ad6ad6c413c8b7b5b45663f64e003d +RMD160 (php-5.6.16.tar.bz2) = 2b7cb045073aec6d092cb4e4923e2d6be95c9bec +SHA512 (php-5.6.16.tar.bz2) = 08ceb48277785e2075a1bd8035cb32eb8bdddeff6695734d3f1f0721415beddc58413257a490852a93df445d2d342badea46801e46d96f0b85517124ba4020c9 +Size (php-5.6.16.tar.bz2) = 14066209 bytes SHA1 (patch-acinclude.m4) = b38fc34c3a3847dc317e8e286612b21ec8fd5ce8 SHA1 (patch-configure) = a72aa43759c6f3d3ad350659397570582c3ca3ff SHA1 (patch-ext_gd_config.m4) = 4b44853250eb4a638af4c663e618307ff25d2cbd |