pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/php-mongo Updated php55-mongo to 1.6.14.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac2adff4c619
branches: trunk
changeset: 349350:ac2adff4c619
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 04 20:47:30 2016 +0000
description:
Updated php55-mongo to 1.6.14.
>From Bartosz Kuzma in PR 51306.
1.6.14
** Bug
* [PHP-1468] - Segfault on node with high network latency
* [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link
** Improvement
* [PHP-1510] - Route unacknowledged writes through legacy op codes
1.6.13
** Bug
* [PHP-1483] - GridFS file storage fails on big endian platform
* [PHP-1500] - Socket timeout not applied to initial command cursor query
* [PHP-1501] - Rephrase unsupported/corrupt BSON messages
* [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
* [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs
1.6.12
** Bug
* [PHP-1494] - We don't allocate enough space for the hash buffer
** Task
* [PHP-1474] - Declare no support for PHP 7
1.6.11
** Bug
* [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB
1.6.10
** Bug
* [PHP-1460] - Query with limit leaves open cursors on server
* [PHP-1462] - Fix static compilation
* [PHP-1464] - GridFS should not drop dupes when creating index
diffstat:
databases/php-mongo/Makefile | 4 ++--
databases/php-mongo/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 703c6f670ff2 -r ac2adff4c619 databases/php-mongo/Makefile
--- a/databases/php-mongo/Makefile Mon Jul 04 20:44:32 2016 +0000
+++ b/databases/php-mongo/Makefile Mon Jul 04 20:47:30 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/04 20:47:30 wiz Exp $
MODNAME= mongo
-PECL_VERSION= 1.6.9
+PECL_VERSION= 1.6.14
CATEGORIES+= databases
MAINTAINER= bartosz.kuzma%gmail.com@localhost
diff -r 703c6f670ff2 -r ac2adff4c619 databases/php-mongo/distinfo
--- a/databases/php-mongo/distinfo Mon Jul 04 20:44:32 2016 +0000
+++ b/databases/php-mongo/distinfo Mon Jul 04 20:47:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:56:25 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/07/04 20:47:30 wiz Exp $
-SHA1 (php-mongo/mongo-1.6.9.tgz) = 2524623d147c0821ea852ca1c84204d2afb32a87
-RMD160 (php-mongo/mongo-1.6.9.tgz) = c14132882e166a1fc95107ccc879684f78b3907f
-SHA512 (php-mongo/mongo-1.6.9.tgz) = 0a649ef67450a795a2fd8fc34d927e640bc7ecde5a1885b581c967f8adb61429d864cd993939fa7299dc35edd58d13a28562e71a0287a754f9fd04f2ac1643de
-Size (php-mongo/mongo-1.6.9.tgz) = 208955 bytes
+SHA1 (php-mongo/mongo-1.6.14.tgz) = adf5f3adbf1cf0ce64dcd3be510753bfa4196684
+RMD160 (php-mongo/mongo-1.6.14.tgz) = d8445bded61568a6d299537ca4744912175d9cc3
+SHA512 (php-mongo/mongo-1.6.14.tgz) = 7c87e148394085e90f091a6abd3e66a02620d7990098c318b97ee333751668f77f8b45ed5d0fb9806b8169b603998f8306a55a7c607773742fc2c93076f88764
+Size (php-mongo/mongo-1.6.14.tgz) = 210095 bytes
Home |
Main Index |
Thread Index |
Old Index