summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRonald Klop <ronald@FreeBSD.org>2023-04-17 00:17:45 +0200
committerRonald Klop <ronald@FreeBSD.org>2023-04-17 00:17:45 +0200
commitcb83106ca20b3365b91c1d08589a24ba68938ed9 (patch)
treeb5d8e085646e4f3f8990f5177e76c8fb9758e93d /UPDATING
parent6ffeab7ede9450a397417f4ba6b878a793a47804 (diff)
downloadfreebsd-ports-cb83106ca20b3365b91c1d08589a24ba68938ed9.zip
databases/mongodb50: update to 5.0.16
changelog: https://www.mongodb.com/docs/manual/release-notes/5.0/ Please read the release notes: Some past releases have critical issues. Followed an upstream chagne in mongod.conf about removal of 2 settings. See UPDATING.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b6b15766101e..a7b253d0e086 100644
--- a/UPDATING
+++ b/UPDATING
@@ -4,6 +4,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+
+20230416:
+ AFFECTS: users of databases/mongodb50
+ AUTHOR: ronald@FreeBSD.org
+
+ MongoDB removed the settings 'fork' and 'pidFilePath' from the default
+ etc/mongodb.conf file.
+ This does not affect mongod started by etc/rc.d/mongod as the settings are
+ passed as arguments. Please verify custom uses of mongod.
20230414:
AFFECTS: users of www/gitea