From 827a01cc4fe0ee383a09db6e6752171ecefe5ba6 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Thu, 10 Oct 2019 06:33:03 +0000 Subject: databases/mongodb34: upgrade 3.4.21 -> 3.4.22 PR: 239717 Submitted by: Ronald Klop (maintainer) MFH: 2019Q4 Relnotes: https://docs.mongodb.com/manual/release-notes/3.4/#aug-6-2019 Security: CVE-2019-2386, CVE-2019-2389, CVE-2019-2390 --- databases/mongodb34/Makefile | 3 +-- databases/mongodb34/distinfo | 6 +++--- databases/mongodb34/files/patch-boost-1.67 | 24 ------------------------ 3 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 databases/mongodb34/files/patch-boost-1.67 (limited to 'databases/mongodb34') diff --git a/databases/mongodb34/Makefile b/databases/mongodb34/Makefile index 833006daeaf9..8ddb98691026 100644 --- a/databases/mongodb34/Makefile +++ b/databases/mongodb34/Makefile @@ -2,8 +2,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 3.4.21 -PORTREVISION= 2 +DISTVERSION= 3.4.22 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ diff --git a/databases/mongodb34/distinfo b/databases/mongodb34/distinfo index 98c290391671..cd7cad1495b1 100644 --- a/databases/mongodb34/distinfo +++ b/databases/mongodb34/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560876613 -SHA256 (mongodb-src-r3.4.21.tar.gz) = 189afe4fecca1d408ba3a71dc406f6fb889e0f743d7bc15334a17e4f07af28d7 -SIZE (mongodb-src-r3.4.21.tar.gz) = 40151763 +TIMESTAMP = 1565266677 +SHA256 (mongodb-src-r3.4.22.tar.gz) = de46ef5a6cb2fde1889a1c3dfc7b1d4e1f342614c58e93963bde88954cce3fe6 +SIZE (mongodb-src-r3.4.22.tar.gz) = 40172095 diff --git a/databases/mongodb34/files/patch-boost-1.67 b/databases/mongodb34/files/patch-boost-1.67 deleted file mode 100644 index a8ccacbf3499..000000000000 --- a/databases/mongodb34/files/patch-boost-1.67 +++ /dev/null @@ -1,24 +0,0 @@ -In file included from src/third_party/yaml-cpp-0.5.3/src/convert.cpp:3: -In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/convert.h:17: -In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/impl.h:11: -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 2017-09-07 19:28:48 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