summaryrefslogtreecommitdiff
path: root/databases/mongodb
AgeCommit message (Collapse)AuthorFilesLines
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Remove duplicate SHA512 digests that crept in.agc1-2/+1
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-18Update to 3.0.7ryoon3-25/+26
Changelog: 3.0.7 – Oct 13, 2015 Improvements to WiredTiger memory handling and performance: SERVER-20159, SERVER-20204, SERVER-20091, and SERVER-20176. Fixed issue where replica set nodes will not step down: SERVER-19464. Additional privileges for built-in roles: SERVER-19131, SERVER-15893, and SERVER-13647. All issues closed in 3.0.7
2015-09-08Fix patch previously committed. Fixes PR pkg/50205.fhajny2-4/+4
2015-09-07Fix NetBSD<7 build issue by re-using a patch from lang/nodejs (v8).fhajny2-1/+50
2015-08-26Update databases/mongodb to 3.0.6.fhajny5-35/+35
- Improvements to WiredTiger Stability. - Fixed issue with the interaction between SSL and Auditing. - Fixed issue with aggregation $sort on sharded systems.
2015-08-11Update databases/mongodb to 3.0.5.fhajny2-7/+6
3.0.5 - July 28, 2015 - Improvements to WiredTiger for capped collections and replication - Additional WiredTiger improvements for performance and improvements related to cache and session use - Performance improvements for longer running queries, particularly $text and $near queries SERVER-18926.
2015-07-14Change position where GCC_REQD is defined to help with potential racefhajny1-3/+3
condition against bsd.prefs.mk.
2015-07-13Switch to py-boost and bump PKGREVISION.wiz1-2/+5
2015-06-23Update to 3.0.4ryoon3-11/+11
Changelog: MongoDB 3.0.4 is released June 6, 2015 MongoDB 3.0.4 is out and is ready for production deployment. This release contains only fixes since 3.0.3, and is a recommended upgrade for all 3.0 users. Fixed in this release: SERVER-17923 Creating/dropping multiple background indexes on the same collection can cause fatal error on secondaries SERVER-18079 Large performance drop with documents > 16k on Windows SERVER-18190 Secondary reads block replication SERVER-18213 Lots of WriteConflict during multi-upsert with WiredTiger storage engine SERVER-18316 Database with WT engine fails to recover after system crash SERVER-18475 authSchemaUpgrade fails when the system.users contains non MONGODB-CR users SERVER-18629 WiredTiger journal system syncs wrong directory SERVER-18822 Sharded clusters with WiredTiger primaries may lose writes during chunk migration Announcing MongoDB 3.0 and Bug Hunt Winners March 3, 2015 Today MongoDB 3.0 is generally available; you can download now. Our community was critical to ensuring the quality of the release. Thank you to everyone who participated in our 3.0 Bug Hunt. From the submissions, we've selected winners based on the user impact and severity of the bugs found. First Prize Mark Callaghan, Member of Technical Staff, Facebook During the 3.0 release cycle, Mark submitted 10 bug reports and collaborated closely with the MongoDB engineering team to debug the issues he uncovered. As a first place winner, Mark will receive a free pass to MongoDB World in New York City on June 1-2, including a front row seat to the keynote sessions. Mark was also eligible to receive a $1,000 Amazon gift card but opted to donate the award to a charity. We are donating $1,000 to CodeStarters.org in his name. Honorable Mentions Nick Judson, Conevity Nick submitted SERVER-17299, uncovering excessive memory allocation on Windows when using "snappy" compression in WiredTiger. Koshelyaev Konstantin, RTEC Koshelyaev submitted SERVER-16664, which uncovered a memory overflow in WiredTiger when using "zlib" compression. Tim Callaghan, Crunchtime! In submitting SERVER-16867, Tim found an uncaught WriteConflict exception affecting replicated writes during insert-heavy workloads. Nathan Arthur, PreEmptive Solutions Nathan submitted SERVER-16724, which found an issue with how collection metadata is persisted. Thijs Cadier, AppSignal Thijs submitted SERVER-16197, which revealed a bug in the build system interaction with the new MongoDB tools. Nick, Koshelyaev, Tim, Nathan, and Thijs will also receive tickets to MongoDB World in New York City on June 1-2 (with reserved front-row seat for keynote sessions), $250 Amazon Gift Cards, and MongoDB t-shirts. Congratulations to the winners and thanks to everyone who downloaded, tested and gave feedback on the release candidates.
2015-05-05Fix missing include for free(3). Preserve our environment.joerg3-12/+33
2015-05-02Requires GCC 4.8.2 or later. Make sure MAKE_JOBS are passed properly.fhajny1-2/+4
2015-05-02Remove unnecessary file.ryoon1-11/+0
2015-05-02Import mongodb-3.0.2 as databases/mongodb from pkgsrc-wip/mongodb.ryoon20-0/+760
Packged by jafour1 and updated by some users. Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. It features: document data model with dynamic schemas; full, flexible index support and rich queries; auto-Sharding for horizontal scalability; built-in replication for high availability; text search; advanced security; aggregation Framework and MapReduce; large media storage with GridFS.