From 6c9915aaa5500a3fdecd689b88b2691f14ee1ce3 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Tue, 14 Aug 2018 21:19:33 +0300 Subject: community/mongodb: upgrade to 4.0.1, modernize --- community/mongodb/fix-libressl.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 community/mongodb/fix-libressl.patch (limited to 'community/mongodb/fix-libressl.patch') diff --git a/community/mongodb/fix-libressl.patch b/community/mongodb/fix-libressl.patch deleted file mode 100644 index 983238b856..0000000000 --- a/community/mongodb/fix-libressl.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- mongodb-src-r4.0.0/src/mongo/util/net/ssl_manager_openssl.cpp.orig -+++ mongodb-src-r4.0.0/src/mongo/util/net/ssl_manager_openssl.cpp -@@ -169,7 +169,7 @@ - #endif // MONGO_CONFIG_NEEDS_ASN1_ANY_DEFINITIONS - // clang-format on - --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L - // 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. ---- mongodb-src-r4.0.0/src/mongo/crypto/sha_block_openssl.cpp.orig -+++ mongodb-src-r4.0.0/src/mongo/crypto/sha_block_openssl.cpp -@@ -44,7 +44,7 @@ - #include - #include - --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L - namespace { - // Copies of OpenSSL after 1.1.0 define new EVP digest routines. We must - // polyfill used definitions to interact with older OpenSSL versions. -- cgit v1.2.3