FreeBSD Bugzilla – Attachment 184141 Details for
Bug 220526
databases/mongdb34: upgrade to v3.4.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upgrade to MongoDB v3.4.6
patch-mongodb34.diff (text/plain), 5.96 KB, created by
Eric Camachat
on 2017-07-06 23:00:39 UTC
(
hide
)
Description:
upgrade to MongoDB v3.4.6
Filename:
MIME Type:
Creator:
Eric Camachat
Created:
2017-07-06 23:00:39 UTC
Size:
5.96 KB
patch
obsolete
>Index: databases/mongodb34/Makefile >=================================================================== >--- databases/mongodb34/Makefile (revision 445190) >+++ databases/mongodb34/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= mongodb > DISTVERSIONPREFIX= r >-DISTVERSION= 3.4.5 >+DISTVERSION= 3.4.6 > CATEGORIES= databases net > MASTER_SITES= https://fastdl.mongodb.org/src/ \ > http://fastdl.mongodb.org/src/ \ >Index: databases/mongodb34/distinfo >=================================================================== >--- databases/mongodb34/distinfo (revision 445190) >+++ databases/mongodb34/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1498771362 >-SHA256 (mongodb-src-r3.4.5.tar.gz) = 84806e5496a1a0a8fe9a59d6eab0acfab0e68476437e94e2772f898677bb21f0 >-SIZE (mongodb-src-r3.4.5.tar.gz) = 39905053 >+TIMESTAMP = 1499359915 >+SHA256 (mongodb-src-r3.4.6.tar.gz) = 8170360f6dfede9c19c131f3d76831e952b3f1494925aa7e2a3a2f95b58ad901 >+SIZE (mongodb-src-r3.4.6.tar.gz) = 39922209 >Index: databases/mongodb34/files/patch-src_mongo_crypto_crypto__openssl.cpp >=================================================================== >--- databases/mongodb34/files/patch-src_mongo_crypto_crypto__openssl.cpp (revision 445190) >+++ databases/mongodb34/files/patch-src_mongo_crypto_crypto__openssl.cpp (nonexistent) >@@ -1,11 +0,0 @@ >---- src/mongo/crypto/crypto_openssl.cpp.orig 2017-06-08 16:11:03 UTC >-+++ src/mongo/crypto/crypto_openssl.cpp >-@@ -41,7 +41,7 @@ >- #include <openssl/evp.h> >- #include <openssl/hmac.h> >- #include <openssl/sha.h> >--#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 >___________________________________________________________________ >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 >Index: databases/mongodb34/files/patch-src_mongo_crypto_sha1_block_openssl.cpp >=================================================================== >--- databases/mongodb34/files/patch-src_mongo_crypto_sha1_block_openssl.cpp (nonexistent) >+++ databases/mongodb34/files/patch-src_mongo_crypto_sha1_block_openssl.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/mongo/crypto/sha1_block_openssl.cpp.orig 2017-07-06 12:15:41.047103000 -0700 >++++ src/mongo/crypto/sha1_block_openssl.cpp 2017-07-06 12:16:20.283662000 -0700 >+@@ -42,7 +42,7 @@ >+ #include <openssl/evp.h> >+ #include <openssl/hmac.h> >+ #include <openssl/sha.h> >+-#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_sha1_block_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 (revision 445190) >+++ databases/mongodb34/files/patch-src_mongo_util_net_ssl__manager.cpp (nonexistent) >@@ -1,11 +0,0 @@ >---- src/mongo/util/net/ssl_manager.cpp.orig 2017-06-08 16:11:03 UTC >-+++ src/mongo/util/net/ssl_manager.cpp >-@@ -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 >___________________________________________________________________ >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 >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-27 12:02:43.000000000 -0700 >++++ src/mongo/util/net/ssl_manager.cpp 2017-07-06 12:14:59.679217000 -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
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 220526
: 184141