Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/mongodb: moved from testing | Leonardo Arena | 2017-04-21 | 1 | -117/+0 |
| | |||||
* | testing/mongodb: start after firewall | Leonardo Arena | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | testing/mongodb: build fix | Natanael Copa | 2017-04-17 | 1 | -0/+1 |
| | |||||
* | testing/mongodb: upgrade to version 3.4.3 | Marc Vertes | 2017-04-17 | 1 | -33/+7 |
| | |||||
* | testing/mongodb: various fixes | Timo Teräs | 2016-11-01 | 1 | -7/+13 |
| | | | | | | | - fixes #6187 - paxmark all executables for JIT to work - increase default stack size for std::thread compatiblity - fix to compile with boost 1.62 | ||||
* | testing/mongodb: update to 3.2.10 | Marc Vertes | 2016-10-19 | 1 | -7/+10 |
| | | | | | | Support for YAML, SASL and SSL is now enabled. Note this version requires wiredtiger-2.8.1. Also the problem listed in #6187 does not occur anymore with this version. | ||||
* | testing/mongodb: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+3 |
| | |||||
* | testing/mongodb: new upstream version 3.2.7 | Christian Kampka | 2016-06-30 | 1 | -5/+5 |
| | |||||
* | testing/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | testing/mongodb: use wiredtiger from system instead of internal | Marc Vertes | 2016-04-18 | 1 | -2/+3 |
| | | | | | This requires wiretiger-2.8.0. Previous 2.7.0 was causing problems when dropping collections which are now fixed in 2.8.0. | ||||
* | testing/mongodb: add mongodb group at install, as required by openrc | Marc Vertes | 2016-03-24 | 1 | -2/+2 |
| | | | | fix #5299 | ||||
* | testing/mongodb: upgrade to 3.2.4 | Marc Vertes | 2016-03-11 | 1 | -5/+5 |
| | |||||
* | testing/mongodb: Fix #5188 where mongod crashes at db.dropDatabase(). | Marc Vertes | 2016-03-02 | 1 | -6/+8 |
| | | | | | | | >From the error log, it seems this is a problem due to wiredtiger. The problem does not occure if using internal engine. Ensure mongodb is using internal provided wiredtiger engine instead of system one. An additional patch to avoid strtouq is needed. | ||||
* | testing/mongogdb: upgrade to 3.2.3 | Marc Vertes | 2016-02-24 | 1 | -5/+5 |
| | |||||
* | testing/mongodb: Fix mongo shell "too much recursion" #5117 | Marc Vertes | 2016-02-24 | 1 | -5/+5 |
| | | | | | | | | | | | | The problem is due to the fact that spidermonkey expects a larger available space on the thread stack than the one allocated by default by Musl libc. In the code which checks the available stack space, we adjust the reserved quota to 32k instead of 64k because the default musl libc thread stack size is small (80k) and we can not set stack size for C++ threads. Note also that with musl, stack size does not include guard page. | ||||
* | testing/mongodb: update checksums | Leonardo Arena | 2016-02-24 | 1 | -4/+4 |
| | |||||
* | testing/mongodb: use getrlimit() to get main process stack size | Timo Teräs | 2016-02-23 | 1 | -1/+5 |
| | |||||
* | testing/mongodb: rebuild against boost-1.60 | Natanael Copa | 2016-02-02 | 1 | -1/+5 |
| | |||||
* | testing/mongodb: upgrade to 3.2.1 | Natanael Copa | 2016-01-27 | 1 | -16/+29 |
| | |||||
* | testing/mongodb: upgrade to 3.0.6 | Francesco Colista | 2015-12-18 | 1 | -17/+13 |
| | |||||
* | testing/mongodb: upgrade to 3.0.4 | Bartłomiej Piotrowski | 2015-06-27 | 1 | -4/+4 |
| | |||||
* | testing/mongodb: new aport | Filipp Andronov | 2015-06-27 | 1 | -0/+112 |
| | | | | | | | | | | | | | | | Things to be complete: 1. Build is only for x86_64, because I have to made a few hacks in code. Most critical one is __ELF_NATIVE_CLASS 2. No tc-malloc. It doesnt build, so system allocator instead. Im working on gpreftools package... 3. No heap usage statistics: always returns 0. It is broken in mongodb for 64bit architecture and also musl mallocinfo is not compatible with glibc. So I just comment out heap reporting code, see comments in APKBUILD 4. Use more system libs, yaml & boost are from the top of my mind. Boost make compilation fails, but should be easy to fix 5. Enable mongodb tests during build. Im just not sure how that should be done in Alpine, i.e _where_ in build lifecycle tests should run | ||||
* | testing/mongodb: move to unmaintained does not build | Natanael Copa | 2014-10-28 | 1 | -130/+0 |
| | |||||
* | testing/mongodb: rebuild against boost 1.55.0 | Bartłomiej Piotrowski | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | testing/mongodb: re-enable | Bartłomiej Piotrowski | 2013-07-09 | 1 | -2/+2 |
| | |||||
* | testing/mongodb: dsiable. does not build at all with latest boost | Natanael Copa | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | testing/mongodb: rebuild against boost 1.54.0 | Bartłomiej Piotrowski | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | testing/mongodb: builds only on x86 for now | Natanael Copa | 2013-06-11 | 1 | -1/+2 |
| | |||||
* | testing/mongodb: build fix. needs openssl | Natanael Copa | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | testing/mongodb: new aport | Natanael Copa | 2013-06-11 | 1 | -0/+129 |
High-performance, schema-free document-oriented database http://www.mongodb.org ref #1182 |