git: 54fd3ec01783 - main - databases/mongodb50: update to 5.0.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Sep 2022 20:04:31 UTC
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=54fd3ec017831f6ca484805fba27ad2aba0e941e
commit 54fd3ec017831f6ca484805fba27ad2aba0e941e
Author: Ronald Klop <ronald-lists@klop.ws>
AuthorDate: 2022-09-12 06:25:00 +0000
Commit: Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-09-12 20:01:07 +0000
databases/mongodb50: update to 5.0.12
ChangeLog:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.12---sep-05--2022
* Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection
command
* Add new enforceUniqueness to refineCollectionShardKey command
* Add addl. activation condition for
interruptBeforeProcessingPrePostImageOriginatingOp fail point
* A retry of _configSvrReshardCollection can succeed causing
resharding_coordinator_recovers_abort_decision.js to fail
* A retry of _shardsvrReshardCollection can cause DuplicateKey error
(resharding_nonblocking_coordinator_rebuild.js)
PR: 266293
Reported by: ronald-lists@klop.ws (maintainer)
---
databases/mongodb50/Makefile | 4 +---
databases/mongodb50/distinfo | 6 +++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile
index 75cad3d2548b..63c1ce1bb8cc 100644
--- a/databases/mongodb50/Makefile
+++ b/databases/mongodb50/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
-DISTVERSION= 5.0.11
+DISTVERSION= 5.0.12
CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/
@@ -62,8 +62,6 @@ GROUPS= mongodb
OPTIONS_DEFINE= LTO SASL SSL
OPTIONS_DEFAULT= LTO SASL SSL
-#OPTIONS_EXCLUDE_aarch64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
-#OPTIONS_EXCLUDE_aarch64_14= LTO # Does not work with llvm12/llvm13 on aarch64.
LTO_MAKE_ARGS= --lto=on
diff --git a/databases/mongodb50/distinfo b/databases/mongodb50/distinfo
index 3e70099580cb..89e4e7a8c7af 100644
--- a/databases/mongodb50/distinfo
+++ b/databases/mongodb50/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1660640556
-SHA256 (mongodb-src-r5.0.11.tar.gz) = f1a395ff60660022ec66a5bcb36fb4ddcf868e51f3a35a33b8da5020c86b20f5
-SIZE (mongodb-src-r5.0.11.tar.gz) = 56045189
+TIMESTAMP = 1662145665
+SHA256 (mongodb-src-r5.0.12.tar.gz) = 0d7b38a74c681c9e682900aff096cb25402e588d9fb0f4773e94f30cbbc2e203
+SIZE (mongodb-src-r5.0.12.tar.gz) = 56053248