Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168067498
D11526.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D11526.id.diff
View Options
Index: head/databases/mongodb34/Makefile
===================================================================
--- head/databases/mongodb34/Makefile
+++ head/databases/mongodb34/Makefile
@@ -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: head/databases/mongodb34/distinfo
===================================================================
--- head/databases/mongodb34/distinfo
+++ head/databases/mongodb34/distinfo
@@ -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: head/databases/mongodb34/files/patch-src_mongo_crypto_crypto__openssl.cpp
===================================================================
--- head/databases/mongodb34/files/patch-src_mongo_crypto_crypto__openssl.cpp
+++ head/databases/mongodb34/files/patch-src_mongo_crypto_crypto__openssl.cpp
@@ -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.
Index: head/databases/mongodb34/files/patch-src_mongo_crypto_sha1__block__openssl.cpp
===================================================================
--- head/databases/mongodb34/files/patch-src_mongo_crypto_sha1__block__openssl.cpp
+++ head/databases/mongodb34/files/patch-src_mongo_crypto_sha1__block__openssl.cpp
@@ -0,0 +1,11 @@
+--- src/mongo/crypto/sha1_block_openssl.cpp.orig 2017-06-27 19:02:43 UTC
++++ src/mongo/crypto/sha1_block_openssl.cpp
+@@ -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.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 27, 5:37 AM (12 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37190434
Default Alt Text
D11526.id.diff (2 KB)
Attached To
Mode
D11526: databases/mongdb34: upgrade to v3.4.6
Attached
Detach File
Event Timeline
Log In to Comment