pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mongodb



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec  3 11:36:27 UTC 2020

Modified Files:
        pkgsrc/databases/mongodb: Makefile distinfo

Log Message:
mongodb: updated to 4.2.11

4.2.11:

Issues fixed in 4.2.11:

SERVER-43664: Speedup WiredTiger storage engine startup for many tables by optimizing WiredTigerUtil::setTableLogging()
SERVER-45938: Allow matching O/OU/DC in client x509 cert if clusterMode:keyFile
SERVER-48523: Unconditionally check the first entry in the oplog when attempting to resume a change stream
SERVER-51120: Find queries with SORT_MERGE incorrectly sort the results when the collation is specified
WT-6507: Exit cache eviction worker after our operation has timed out
All JIRA issues closed in 4.2.11

4.2.10:

Issues fixed in 4.2.10:

SERVER-26726: Check number of arguments for createIndex() and throw error if more than two arguments
SERVER-31368: Log time spent waiting for other shards in merge cursors aggregation stage
SERVER-37422: Log balancer start and stop events in the actionlog
SERVER-40317: $facet execution has no limit on how much memory it can consume
SERVER-43233: Add ability to request only specific attribute(s) for the LDAP groups
SERVER-47469: applyOps does not take exclusive lock for views operation
SERVER-50463: Make PooledLDAPConnection::refresh take self-ownership
SERVER-51041: Throttle starting transactions for secondary reads
All JIRA issues closed in 4.2.10

4.2.9:

Issues fixed in 4.2.9:

SERVER-44051: getShardDistribution() does not report “Collection XYZ is not sharded” on dropped but previously sharded collections
SERVER-45610: Some reads work while system is RECOVERING
SERVER-47714: Secondary asserts on system.profile collection with WiredTigerRecordStore::insertRecord 95: Operation not supported
SERVER-48067: Reduce memory consumption for unique index builds with large numbers of non-unique keys
SERVER-49233: Introduce a flag to toggle the logic for bumping collection’s major version during split
WT-6480: Fix a bug where files without block modification information were repeatedly copied at each incremental backup
All JIRA issues closed in 4.2.9

4.2.8:

Issues fixed in 4.2.8:

SERVER-46897: REMOVED node may never send heartbeat to fetch newest config
SERVER-47799: AsyncRequestsSender should update replica set monitor in between retries for InterruptedAtShutdown
SERVER-47994: Fix for numerical overflow in GeoHash
SERVER-48307: 3 Transactions that write to exactly one shard and read from one or more other shards may incorrectly indicate failure on retry after successful commit
WT-6366: Off-by-one overflow in block-modification bitmaps for incremental backup
All JIRA issues closed in 4.2.8


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/databases/mongodb/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/mongodb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mongodb/Makefile
diff -u pkgsrc/databases/mongodb/Makefile:1.60 pkgsrc/databases/mongodb/Makefile:1.61
--- pkgsrc/databases/mongodb/Makefile:1.60      Thu Nov  5 09:07:41 2020
+++ pkgsrc/databases/mongodb/Makefile   Thu Dec  3 11:36:26 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2020/11/05 09:07:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.61 2020/12/03 11:36:26 adam Exp $
 
-DISTNAME=      mongodb-src-r4.2.7
+DISTNAME=      mongodb-src-r4.2.11
 PKGNAME=       ${DISTNAME:S/src-r//}
-PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  http://fastdl.mongodb.org/src/
 

Index: pkgsrc/databases/mongodb/distinfo
diff -u pkgsrc/databases/mongodb/distinfo:1.28 pkgsrc/databases/mongodb/distinfo:1.29
--- pkgsrc/databases/mongodb/distinfo:1.28      Thu Jun 11 11:21:40 2020
+++ pkgsrc/databases/mongodb/distinfo   Thu Dec  3 11:36:26 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2020/06/11 11:21:40 adam Exp $
+$NetBSD: distinfo,v 1.29 2020/12/03 11:36:26 adam Exp $
 
-SHA1 (mongodb-src-r4.2.7.tar.gz) = b120e0a8c8e1d9786724eeeafb0fa0de7813ac1a
-RMD160 (mongodb-src-r4.2.7.tar.gz) = e808fd14c1f407082c58a015bbca33bdabedf7cb
-SHA512 (mongodb-src-r4.2.7.tar.gz) = 0ffee772e43227ec4bb3e96e018e845d4de95a3427e556c6e906e952ff5691ffdbc2b0182faf96681006e5e1c58a17fc145899c3e0208875fae85af032dcc279
-Size (mongodb-src-r4.2.7.tar.gz) = 61727123 bytes
+SHA1 (mongodb-src-r4.2.11.tar.gz) = 8600bb4a4bd804a52a70febffbc889f2c7da34be
+RMD160 (mongodb-src-r4.2.11.tar.gz) = f294070220ec7ac3d97867afa8a01bb57a3b43a4
+SHA512 (mongodb-src-r4.2.11.tar.gz) = ff398a9d3a012e0eb860c2139967e163b8b0ac045c1c47f2c0c5584ba7c60a1403bb423ce8c6e8b3900fdcad1164a84c6da79276f897fd640366e3f80cf54316
+Size (mongodb-src-r4.2.11.tar.gz) = 61829417 bytes
 SHA1 (patch-SConstruct) = 027d8c9bd69256fe93ac40ae3e14e052ac367eb5
 SHA1 (patch-site__scons_mongo_platform.py) = 6a6daba04876f9779a26c579e6f6a66f55e1cbe6
 SHA1 (patch-site__scons_site__tools_libtool.py) = 2fb5947703f4292acc1306f92ca7938e8cbc62e0



Home | Main Index | Thread Index | Old Index