FreeBSD Bugzilla – Attachment 206370 Details for
Bug 239717
databases/mongodb34: Update to 3.4.22 (bugfix & security release)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
trivial update of version and distinfo + one patch is obsolete now
mongodb34.22.diff (text/plain), 2.40 KB, created by
Ronald Klop
on 2019-08-08 14:17:02 UTC
(
hide
)
Description:
trivial update of version and distinfo + one patch is obsolete now
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2019-08-08 14:17:02 UTC
Size:
2.40 KB
patch
obsolete
>diff -ruN /usr/ports/databases/mongodb34/Makefile mongodb34.22/Makefile >--- /usr/ports/databases/mongodb34/Makefile 2019-07-26 22:46:53.000000000 +0200 >+++ mongodb34.22/Makefile 2019-08-08 14:17:40.646258000 +0200 >@@ -2,8 +2,8 @@ > > PORTNAME= mongodb > DISTVERSIONPREFIX= r >-DISTVERSION= 3.4.21 >-PORTREVISION= 1 >+DISTVERSION= 3.4.22 >+#PORTREVISION= 1 > CATEGORIES= databases net > MASTER_SITES= https://fastdl.mongodb.org/src/ \ > http://fastdl.mongodb.org/src/ \ >diff -ruN /usr/ports/databases/mongodb34/distinfo mongodb34.22/distinfo >--- /usr/ports/databases/mongodb34/distinfo 2019-06-19 06:40:42.000000000 +0200 >+++ mongodb34.22/distinfo 2019-08-08 14:17:57.873021000 +0200 >@@ -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 -ruN /usr/ports/databases/mongodb34/files/patch-boost-1.67 mongodb34.22/files/patch-boost-1.67 >--- /usr/ports/databases/mongodb34/files/patch-boost-1.67 2018-04-18 08:38:58.000000000 +0200 >+++ mongodb34.22/files/patch-boost-1.67 1970-01-01 01:00:00.000000000 +0100 >@@ -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 <boost/iterator/iterator_adaptor.hpp> >-+ >-+#include <boost/version.hpp> >-+#if BOOST_VERSION < 106700 >- #include <boost/utility.hpp> >-+#else >-+#include <boost/next_prior.hpp> >-+#endif >- >- namespace YAML { >- namespace detail {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ronald-lists
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 239717
: 206370 |
207963