pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/51306: Upgrade database/php-mongo to 1.6.14



>Number:         51306
>Category:       pkg
>Synopsis:       Upgrade database/php-mongo to 1.6.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 03 18:50:01 +0000 2016
>Originator:     Bartosz Kuzma
>Release:        
>Organization:
>Environment:
>Description:
Upgrade database/php-mongo to 1.6.14.

Changes since 1.6.9:

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

>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/databases/php-mongo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    19 Dec 2015 14:27:13 -0000      1.3
+++ Makefile    3 Jul 2016 18:45:39 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $
 
 MODNAME=               mongo
-PECL_VERSION=          1.6.9
+PECL_VERSION=          1.6.14
 CATEGORIES+=           databases
 
 MAINTAINER=            bartosz.kuzma%gmail.com@localhost
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/databases/php-mongo/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    3 Nov 2015 01:56:25 -0000       1.2
+++ distinfo    3 Jul 2016 18:45:39 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/11/03 01:56:25 agc 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