mongodb3: updated to 3.4.23
3.4.23: findAndModify ignores filter expressions that are not objects Only acquire a collection IX lock to write the lastVote document Recent service file change may cause cyclic dependencies Rebuild mongodb by building.md and failed to build due to ModuleNotFoundError: No module named 'Cheetah' with MSVC on windows Stop testing PyMongo with Python 2.6 in drivers-nightly mongos should reset chunk size tracking information when autosplit = false or splitvector returns too few split points Always waitUntilDurable when writing lastVote document Fix issue with rename collection WiredTigerLAS.wt grows when lagged node is in maintenance mode Do not use a global variable to encode 'multikeyPath' information when writing out catalog documents Add Ubuntu 14.04 to v3.4 Add DSI module to perf.yml Add new shell startup banner 3.4.22: Bump Windows package dependencies Propagate ${branch_name} Evergreen expansion to fuzzer invocation sys-perf: Use bootstrap.overrides in bootstrap.yml config file Make sleep command check that server clock has advanced before returning SysV init scripts should verify PIDfile exists instead of failing Update Enterprise License Make ReadWriteAbility::_canAcceptNonLocalWrites AtomicWord<bool> to prevent torn reads. Choose clock source for reading current time dynamically at startup Platform Support: Remove Enterprise RHEL 6.7 zSeries from 3.4 and 3.6 Ability to disable authorization via x509 extensions Our init scripts check /proc/[pid]/stat should validate that `(${procname})` is the process' command name. Disable SSL_MODE_RELEASE_BUFFERS in ASIO ReplicationCoordinatorImpl::_random isn't robust to replica set members being started at the same time Update banner inclusions for vendored tools Temporarily handle ipv6 failures due to s390x machine without ipv6 enabled MongoDB's yaml-cpp is rejected by latest MSVC Reduce file handle usage in File based Sorter FTDC is calling boost::filesystem without passing an error_code parameter Symlink /data to Z instead of C Add Evergreen task to sanity check fuzzer can parse JavaScript tests Decrement egress counter when scoped connection not returned to the pool scons should fail early if invoked with wrong Python interpreter Attach IDs to users Upgrade yaml-cpp >= 0.6.0 Implement ClockSource::waitForConditionUntil() patch_files.txt doesn't distinguish between enterprise and community files Remove npm test command from "run jstestfuzz" Evergreen function systemd unit for mongod starts before multi.user target Add requirements.txt for resmoke.py
This commit is contained in:
parent
5b04795abc
commit
fb75b49768
3 changed files with 8 additions and 9 deletions
|
@ -6,4 +6,4 @@ search; advanced security; aggregation Framework and MapReduce; large media
|
|||
storage with GridFS.
|
||||
|
||||
This is an older version of mongodb, chosen to avoid the Server Side
|
||||
Public License and a need for a c++17 compiler.
|
||||
Public License and a need for a c++17 compiler.
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.4 2019/08/22 12:22:57 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2019/09/17 08:20:27 adam Exp $
|
||||
|
||||
# This package is intentionally old to avoid:
|
||||
# Server Side Public License
|
||||
# c++17 (and c++14 if 3.4.4 does not already need it)
|
||||
DISTNAME= mongodb-src-r3.4.21
|
||||
DISTNAME= mongodb-src-r3.4.23
|
||||
PKGNAME= ${DISTNAME:S/src-r//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://fastdl.mongodb.org/src/
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.3 2019/07/10 17:45:58 adam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2019/09/17 08:20:27 adam Exp $
|
||||
|
||||
SHA1 (mongodb-src-r3.4.21.tar.gz) = af4e39c4d91332e9216e924c27f9e7230fb0fe88
|
||||
RMD160 (mongodb-src-r3.4.21.tar.gz) = d276839102a6dbef7f069154172025f8990b5d59
|
||||
SHA512 (mongodb-src-r3.4.21.tar.gz) = 8f4f091ab0a018e6476b860392c26bd379d34b62d5f6a510ae515c992b177407ee370c213579f70d5595d98a8dc0c2fd6b97ccf77683f7995d5d4e1bf5ca367b
|
||||
Size (mongodb-src-r3.4.21.tar.gz) = 40151763 bytes
|
||||
SHA1 (mongodb-src-r3.4.23.tar.gz) = a73c8706f45865fc79c57911dac414a7f379e592
|
||||
RMD160 (mongodb-src-r3.4.23.tar.gz) = 7348ef75a0b120967166747edceaf2da725752f6
|
||||
SHA512 (mongodb-src-r3.4.23.tar.gz) = 01931d3701a9ed3109132cf3106a6f959f3a393e71284537959095f853cdad5c8b17eebddd4dc1d6a8cb4f5af8393b0bda62034318aa78fd5f656589449f7eb4
|
||||
Size (mongodb-src-r3.4.23.tar.gz) = 40176687 bytes
|
||||
SHA1 (patch-SConstruct) = b6c2893d82d9b954c889d867ec909a05728af83d
|
||||
SHA1 (patch-src_mongo_base_initializer.h) = f82d58895251f7be08a09012ed7db64e3863a1fe
|
||||
SHA1 (patch-src_mongo_db_matcher_expression__leaf.cpp) = 52064034fabb5de63eccf87ddd140303c54f0312
|
||||
|
|
Loading…
Reference in a new issue