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:           Sat Jan 27 08:33:28 UTC 2024

Modified Files:
        pkgsrc/databases/mongodb: Makefile distinfo

Log Message:
mongodb: updated to 6.0.13

6.0.13 - Jan 18, 2024
SERVER-33494
 WT SizeStorer never deletes old entries

SERVER-50792
 Return more useful errors when a shard key index can't be found for shardCollection/refineCollectionShardKey

SERVER-70155
 Add duration of how long an oplog slot is kept open to mongod "Slow query" log lines

SERVER-77506
 Sharded multi-document transactions can mismatch data and ShardVersion

SERVER-83091
 $or query can trigger an infinite loop during plan enumeration

All Jira issues closed in 6.0.13

6.0.12 - Nov 27, 2023
SERVER-69244
 $merge fails when session default read concern has been set to "majority"

SERVER-81295
 Cannot resume V2 changeStream pipelines with V1 resume tokens

SERVER-81966
 Avoid modification of previous ChunkMap instances during refresh

WT-7929
 Investigate a solution to avoid FTDC stalls during checkpoint

WT-11564
 Fix RTS to read the newest transaction value only when it exists in the checkpoint

All Jira issues closed in 6.0.12

6.0.11 - Oct 11, 2023
SERVER-58534
 Collect FCV in FTDC

SERVER-69244
 $merge fails when session default read concern has been set to "majority"

SERVER-71520
 Dump all thread stacks on RSTL acquisition timeout

SERVER-79498
 Backport $vectorSearch to 6.0

SERVER-80021
 Make $convert round-trip correctly between double and string

All Jira issues closed in 6.0.11

6.0.10 - Sep 14, 2023
SERVER-71627
 Refreshed cached collection route info severely blocks all client request when a cluster contains 1 million chunks

SERVER-73394
 Remove misleading operationsBlockedByRefresh metrics

SERVER-77183
 $project followed by $group sometimes gives incorrect results

SERVER-79771
 Make resharding operations resilient to networkInterfaceExceededTimeLimit
All Jira issues closed in 6.0.10


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/databases/mongodb/Makefile
cvs rdiff -u -r1.38 -r1.39 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.86 pkgsrc/databases/mongodb/Makefile:1.87
--- pkgsrc/databases/mongodb/Makefile:1.86      Fri Dec 29 18:24:40 2023
+++ pkgsrc/databases/mongodb/Makefile   Sat Jan 27 08:33:28 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2023/12/29 18:24:40 adam Exp $
+# $NetBSD: Makefile,v 1.87 2024/01/27 08:33:28 adam Exp $
 
-DISTNAME=      mongodb-src-r6.0.9
+DISTNAME=      mongodb-src-r6.0.13
 PKGNAME=       ${DISTNAME:S/src-r//}
-PKGREVISION=   3
 CATEGORIES=    databases
 MASTER_SITES=  http://fastdl.mongodb.org/src/
 
@@ -27,8 +26,10 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-types-yaml
 TOOL_DEPENDS+= ${PYPKGPREFIX}-yaml>=3.0.0:../../textproc/py-yaml
 
 # https://github.com/mongodb/mongo/blob/master/docs/building.md
-USE_LANGUAGES=         c99 c++17
-USE_CXX_FEATURES+=     c++17 filesystem
+USE_LANGUAGES=         c c++
+USE_CC_FEATURES=       c99
+USE_CXX_FEATURES=      c++17 filesystem
+GCC_REQD+=             11
 
 USE_TOOLS+=    pkg-config
 
@@ -50,7 +51,7 @@ SCONS_BUILD_ARGS+=    --use-system-yaml
 SCONS_BUILD_ARGS+=     --use-system-zlib
 SCONS_BUILD_ARGS+=     --use-system-zstd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/databases/mongodb/distinfo
diff -u pkgsrc/databases/mongodb/distinfo:1.38 pkgsrc/databases/mongodb/distinfo:1.39
--- pkgsrc/databases/mongodb/distinfo:1.38      Sun Aug 27 13:19:58 2023
+++ pkgsrc/databases/mongodb/distinfo   Sat Jan 27 08:33:28 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2023/08/27 13:19:58 adam Exp $
+$NetBSD: distinfo,v 1.39 2024/01/27 08:33:28 adam Exp $
 
-BLAKE2s (mongodb-src-r6.0.9.tar.gz) = 9eda51e82329c96763d3375bd8923b7ba06d21ffb8f0359495fb608f63d85eae
-SHA512 (mongodb-src-r6.0.9.tar.gz) = d3cebad517a552121c3ad1218535e20c3137801d384ffabf842928e0e736923a88ae5dc96af3be1e004a35cf09320e730ad26d10183d48e1fe7efe11c525b0ca
-Size (mongodb-src-r6.0.9.tar.gz) = 89726962 bytes
+BLAKE2s (mongodb-src-r6.0.13.tar.gz) = 84316d44874c482709a6352c3ee7c9752a498bf835b6d6038fc6925543358980
+SHA512 (mongodb-src-r6.0.13.tar.gz) = 8117e8bc4e2b298c36c83a6376b7e23a31606300fa34ca28f4c1624e3dbffe4a1bf7d869c4939e91690250c5bac361d899a2189d74e7afd5cf90ded94170ad33
+Size (mongodb-src-r6.0.13.tar.gz) = 89792150 bytes
 SHA1 (patch-SConstruct) = 247af4df0f9f13da774e58d0f22994b5e092f166
 SHA1 (patch-site__scons_mongo_platform.py) = 6a6daba04876f9779a26c579e6f6a66f55e1cbe6
 SHA1 (patch-site__scons_site__tools_libtool.py) = 72ec0ff7fa1c06d6d7d3881d7ed521c8c1285124



Home | Main Index | Thread Index | Old Index