From 52fe9ed484bf28a968d8cf6397abedd98dd0e41e Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sat, 12 Oct 2019 10:34:44 +0000 Subject: MFH: r514327 databases/mongodb40: upgrade 4.0.8 -> 4.0.12 PR: 241210 Approved by: Andrew Shevchuk (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/ Security: CVE-2019-2386, CVE-2019-2389, CVE-2019-2390 Approved by: ports-secteam (miwi, implicit) --- databases/mongodb40/Makefile | 3 +-- databases/mongodb40/distinfo | 6 +++--- databases/mongodb40/files/patch-boost-1.67 | 25 ------------------------- 3 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 databases/mongodb40/files/patch-boost-1.67 diff --git a/databases/mongodb40/Makefile b/databases/mongodb40/Makefile index 870d556c86fe..90635ed7bad5 100644 --- a/databases/mongodb40/Makefile +++ b/databases/mongodb40/Makefile @@ -2,8 +2,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.0.8 -PORTREVISION= 2 +DISTVERSION= 4.0.12 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ diff --git a/databases/mongodb40/distinfo b/databases/mongodb40/distinfo index 456593dca466..fbfb9274f514 100644 --- a/databases/mongodb40/distinfo +++ b/databases/mongodb40/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553817480 -SHA256 (mongodb-src-r4.0.8.tar.gz) = 83e694405b72002588a64275be00bf1e36e12f5955451171645f45cb3f16f251 -SIZE (mongodb-src-r4.0.8.tar.gz) = 49841488 +TIMESTAMP = 1570817575 +SHA256 (mongodb-src-r4.0.12.tar.gz) = 2132def2478c7d45b028a9b79db346a19f9c56f456b52c0ff243982c89c20dc9 +SIZE (mongodb-src-r4.0.12.tar.gz) = 49937644 diff --git a/databases/mongodb40/files/patch-boost-1.67 b/databases/mongodb40/files/patch-boost-1.67 deleted file mode 100644 index fa8118f5c08c..000000000000 --- a/databases/mongodb40/files/patch-boost-1.67 +++ /dev/null @@ -1,25 +0,0 @@ -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()); } - ~~~~~~~^ - ---- src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h.orig 2018-02-16 21:50:58 UTC -+++ src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h -@@ -11,7 +11,13 @@ - #include "yaml-cpp/node/ptr.h" - #include "yaml-cpp/node/detail/node_iterator.h" - #include -+ -+#include -+#if BOOST_VERSION < 106700 - #include -+#else -+#include -+#endif - - namespace YAML { - namespace detail { -- cgit v1.2.3