summaryrefslogtreecommitdiff
path: root/databases/mongodb36/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb36: fails to build w/ llvm9Steve Wills2019-11-111-0/+11
| | | | | | PR: 241709 Submitted by: kevans Approved by: dev@dudu.ro (maintainer)
* databases/mongodb36: upgrade 3.6.13 -> 3.6.14 with security fixesKurt Jaeger2019-10-112-36/+0
| | | | | | | | | PR: 240126 Submitted by: Ronald Klop <ronald-lists@klop.ws> Approved by: dev@dudu.ro (maintainer) MFH: 2019Q4 Relnotes: https://docs.mongodb.com/manual/release-notes/3.6/#aug-26-2019 Security: CVE-2019-2386, CVE-2019-2389, CVE-2019-2390
* databases/mongodb36: support arm64.aarch64Kurt Jaeger2019-02-0538-0/+2179
| | | | | | | | | | | - see https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/mongodb-dev/cq4mL8WzMgA/soc3YVc_EQAJ for upstream discussion PR: 235057 Submitted by: Ronald Klop <ronald-lists@klop.ws> Reviewed by: lwhsu, mikael.urankar@gmail.com Approved by: dev@dudu.ro (maintainer)
* databases/mongodb36: update 3.6.6 -> 3.6.10Kurt Jaeger2019-02-042-22/+0
| | | | | | PR: 234316 Approved by: dev@dudu.ro (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/3.6/
* databases/mongodb36: unbreak with libc++ 7Jan Beich2018-08-081-0/+15
| | | | | | | | | | | | In file included from src/third_party/asio-master/asio/src/asio.cpp:11: In file included from src/third_party/asio-master/asio/include/asio/impl/src.hpp:44: In file included from src/third_party/asio-master/asio/include/asio/detail/impl/reactive_descriptor_service.ipp:25: In file included from src/third_party/asio-master/asio/include/asio/detail/reactive_descriptor_service.hpp:24: In file included from src/third_party/asio-master/asio/include/asio/buffer.hpp:27: In file included from src/third_party/asio-master/asio/include/asio/detail/string_view.hpp:23: /usr/include/c++/v1/experimental/string_view:11:2: error: "<experimental/string_view> has been removed. Use <string_view> instead." PR: 230401
* Fix build with LibreSSL 2.7Michael Gmelin2018-07-082-0/+22
| | | | | | PR: 229608 Approved by: SSL blanket MFH: 2018Q3
* databases/mongodb36: upgrade to 3.6.5Steve Wills2018-06-091-1/+1
| | | | | PR: 228806 Submitted by: dev@dudu.ro (maintainer)
* Add support for the new ${name}_limits mechanics on CURRENT andKirill Ponomarev2018-05-031-9/+10
| | | | | | | | preserve the old behavior for the old systems. PR: 226907 Submitted by: mp0@FreeBSD.org Approved by: maintainer
* Update to version 3.6.4Kirill Ponomarev2018-04-211-0/+11
| | | | | PR: 227636 Submitted by: maintainer
* databases/mongodb36: unbreak with boost 1.67Jan Beich2018-04-181-0/+25
| | | | | | | | | | | | | | In file included from src/third_party/yaml-cpp-0.5.3/src/nodebuilder.cpp:5: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node.h:14: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_ref.h:13: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_data.h:20: In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/iterator.h:13: src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h:48:54: error: no member named 'next' in namespace 'boost' void increment() { this->base_reference() = boost::next(this->base()); } ~~~~~~~^ PR: 227427 Reported by: antoine (via exp-run)
* update databases/mongodb36 to 3.6.3Nikolai Lifanov2018-03-201-11/+0
| | | | | | | change MAINTAINER back to dev@dudu.ro to match Bugzilla email address PR: 226192 Submitted by: dev@dudu.ro (maintainer)
* re-add databases/mongodb36 - it was not repocopiedNikolai Lifanov2018-02-054-0/+145
| | | | | | | | | Pointyhat to: lifanov Spotted by: danfe, mat PR: 224303 Submitted by: dev@dudu.ro Differential Revision: https://reviews.freebsd.org/D13594
* Revert r457783, it was not added properly.Mathieu Arnold2018-01-043-134/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* add new port: MongoDB 3.6.0Nikolai Lifanov2018-01-013-0/+134
PR: 224303 Submitted by: dev@dudu.ro Differential Revision: https://reviews.freebsd.org/D13594