Index: databases/mongodb34/Makefile =================================================================== --- databases/mongodb34/Makefile (revision 444690) +++ databases/mongodb34/Makefile (working copy) @@ -2,8 +2,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 3.4.4 -PORTREVISION= 1 +DISTVERSION= 3.4.5 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ Index: databases/mongodb34/distinfo =================================================================== --- databases/mongodb34/distinfo (revision 444690) +++ databases/mongodb34/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493043221 -SHA256 (mongodb-src-r3.4.4.tar.gz) = 09e962bf3428474b9790bbd464cb6176817f9da6121c30e096240dbb4d51c9f6 -SIZE (mongodb-src-r3.4.4.tar.gz) = 39867133 +TIMESTAMP = 1498771362 +SHA256 (mongodb-src-r3.4.5.tar.gz) = 84806e5496a1a0a8fe9a59d6eab0acfab0e68476437e94e2772f898677bb21f0 +SIZE (mongodb-src-r3.4.5.tar.gz) = 39905053 Index: databases/mongodb34/files/patch-SConstruct =================================================================== --- databases/mongodb34/files/patch-SConstruct (revision 444690) +++ databases/mongodb34/files/patch-SConstruct (working copy) @@ -1,5 +1,5 @@ ---- SConstruct.orig 2017-04-20 21:43:42 UTC -+++ SConstruct +--- SConstruct.orig 2017-06-08 09:11:03.000000000 -0700 ++++ SConstruct 2017-06-30 11:08:31.009841000 -0700 @@ -929,9 +929,9 @@ if has_option('variables-help'): print env_vars.GenerateHelpText(env) Exit(0) @@ -70,3 +70,11 @@ context.Result(ret) return ret +@@ -2645,6 +2645,7 @@ def doConfigure(myenv): + + conf = Configure(myenv, custom_tests = { + 'CheckPThreadSetNameNP': CheckPThreadSetNameNP, ++ 'CheckBoostMinVersion': CheckBoostMinVersion, + }) + + if conf.CheckPThreadSetNameNP(): Index: databases/mongodb34/files/patch-src_mongo_crypto_crypto_openssl.cpp =================================================================== --- databases/mongodb34/files/patch-src_mongo_crypto_crypto_openssl.cpp (nonexistent) +++ databases/mongodb34/files/patch-src_mongo_crypto_crypto_openssl.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/mongo/crypto/crypto_openssl.cpp.orig 2017-06-08 09:11:03.000000000 -0700 ++++ src/mongo/crypto/crypto_openssl.cpp 2017-06-30 11:08:31.012119000 -0700 +@@ -41,7 +41,7 @@ + #include + #include + #include +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined (LIBRESSL_VERSION_NUMBER) + namespace { + // Copies of OpenSSL after 1.1.0 define new EVP digest routines. We must + // polyfill used definitions to interact with older OpenSSL versions. Property changes on: databases/mongodb34/files/patch-src_mongo_crypto_crypto_openssl.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/mongodb34/files/patch-src_mongo_util_net_ssl_manager.cpp =================================================================== --- databases/mongodb34/files/patch-src_mongo_util_net_ssl_manager.cpp (nonexistent) +++ databases/mongodb34/files/patch-src_mongo_util_net_ssl_manager.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/mongo/util/net/ssl_manager.cpp.orig 2017-06-30 11:09:18.175971000 -0700 ++++ src/mongo/util/net/ssl_manager.cpp 2017-06-30 11:10:13.863784000 -0700 +@@ -125,7 +125,7 @@ IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(ASN1_SEQUE + #endif // MONGO_CONFIG_NEEDS_ASN1_ANY_DEFINITIONS + // clang-format on + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + // Copies of OpenSSL after 1.1.0 define new functions for interaction with + // X509 structure. We must polyfill used definitions to interact with older + // OpenSSL versions. Property changes on: databases/mongodb34/files/patch-src_mongo_util_net_ssl_manager.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property