FreeBSD Bugzilla – Attachment 208255 Details for
Bug 241210
databases/mongodb40: upgrade 4.0.8 -> 4.0.12, fix security issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
mon40.diff (text/plain), 2.61 KB, created by
Kurt Jaeger
on 2019-10-12 08:33:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2019-10-12 08:33:55 UTC
Size:
2.61 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 514260) >+++ Makefile (working copy) >@@ -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/ \ >Index: distinfo >=================================================================== >--- distinfo (revision 514260) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-boost-1.67 >=================================================================== >--- files/patch-boost-1.67 (revision 514260) >+++ files/patch-boost-1.67 (nonexistent) >@@ -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 <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 { > >Property changes on: files/patch-boost-1.67 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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
Actions:
View
|
Diff
Attachments on
bug 241210
: 208255