2013-07-30 14:09:18 by Filip Hajny | Files touched by this commit (5) |
Log message:
Update mongodb to 2.4.5.
For a full list of bugfixes, see the bugtracker:
https://jira.mongodb.org/secure/IssueNavigator.jspa?jqlQuery=project+%3D+SERVER+AND+fixVersion+in+%2812519%2C+12435%29
|
2013-07-21 22:13:40 by Guillaume Lasmayous | Files touched by this commit (1) |
Log message:
Add http://secunia.com/advisories/54170/ to TODO
|
2013-06-03 15:58:34 by Filip Hajny | Files touched by this commit (25) | |
Log message:
Update mongodb to 2.4.3
Notable changes in 2.4.x:
- Text Search
- New Geospatial Indexes with GeoJSON and Improved Spherical Geometry
- New Hashed Index and Sharding with a Hashed Shard Key
- Role Based Access Control and New Privilege Documents
- Enhanced SSL Support
- Compatibility Change: User Uniqueness Enforced
- --setParameter Option Available on the mongos and mongod Command Line
- Changes to serverStatus Output Including Additional Metrics
- Increased Chunk Migration Write Concern
- BSON Document Validation Enabled by Default for mongod and mongorestore
- Support for Multiple Concurrent Index Builds
- db.killOp() Can Now Kill Foreground Index Builds
- Improved Validation of Index Types
- $setOnInsert - New Update Operator
- Limit Number of Elements in an Array
- JavaScript Engine Changed to V8
- Additional Limitations for Map-Reduce and $where Operations
- Improvements to the Aggregation Framework
See full release notes:
http://docs.mongodb.org/manual/release-notes/2.4/
|
2013-03-30 22:17:26 by Guillaume Lasmayous | Files touched by this commit (1) |
Log message:
Add a TODO file mentionning the recent SA52721 affecting mongodb.
|
2013-03-04 22:58:38 by Thomas Klausner | Files touched by this commit (9) |
Log message:
Revert previous, pkgsrc commit for license rename was reverted too.
|
2013-03-04 01:03:35 by Thomas Klausner | Files touched by this commit (9) |
Log message:
Adapt license name.
|
2012-11-29 15:52:38 by Filip Hajny | Files touched by this commit (14) |
Log message:
Update wip/mongodb to 2.2.2
pkgsrc changes:
* Patch in support for boost>=1.50
Notable changes in 2.2.2
* Fix for upgrading replica set secondaries to 2.2.1 from a prior version
of MongoDB
* Improved performance and reliability flushing to data files for Windows
users on Azure
* The top command was recording commands as queries
* Add a top level option in replica sets to disable chaining
Notable changes in 2.2.1
* Fixed several batched oplog application issues required for db level
locking
* Fixed authentication in mixed version environments
|
2012-11-16 22:45:05 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Add version to DEPENDS.
|
2012-10-10 11:12:40 by Filip Hajny | Files touched by this commit (1) |
Log message:
Also pre-create a directory for journals
|
2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|