1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

databases/mongodb34: update 3.4.16 -> 3.4.19

PR:		234314
Approved by:	Ronald Klop <ronald-lists@klop.ws>
Relnotes:	https://docs.mongodb.com/manual/release-notes/3.4/
This commit is contained in:
Kurt Jaeger 2019-02-04 16:20:23 +00:00
parent e3266109f2
commit e6482a72b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492142
4 changed files with 17 additions and 8 deletions

View File

@ -2,8 +2,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 3.4.16
PORTREVISION= 4
DISTVERSION= 3.4.19
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1534086405
SHA256 (mongodb-src-r3.4.16.tar.gz) = 4dbfd72906d4bfe6bf22229c9ae525acde908ad676878a6512d749964fb3de2a
SIZE (mongodb-src-r3.4.16.tar.gz) = 40093657
TIMESTAMP = 1549286501
SHA256 (mongodb-src-r3.4.19.tar.gz) = a05938cc118fb796ae37bb22503979a1ca3a0a5016040f3daf388ca21e9bfcba
SIZE (mongodb-src-r3.4.19.tar.gz) = 40145107

View File

@ -1,6 +1,6 @@
--- 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
--- src/mongo/util/net/ssl_manager.cpp.orig 2018-08-29 22:42:21.000000000 +0200
+++ src/mongo/util/net/ssl_manager.cpp 2018-12-23 21:05:48.170857000 +0100
@@ -158,7 +158,7 @@
#endif // MONGO_CONFIG_NEEDS_ASN1_ANY_DEFINITIONS
// clang-format on

View File

@ -0,0 +1,10 @@
--- src/mongo/util/net/ssl_manager.h.orig 2019-02-04 15:20:46.451365000 +0100
+++ src/mongo/util/net/ssl_manager.h 2019-02-04 15:20:15.688896000 +0100
@@ -222,6 +222,7 @@
kTLS10,
kTLS11,
kTLS12,
+ kTLS13,
};
/**