diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2023-04-17 00:29:33 +0200 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2023-04-17 00:29:33 +0200 |
commit | 55898fe3122270d443a09b709bfc82b7fa87591b (patch) | |
tree | ac342dee7704f6842d021069b1cd6afff9427e62 | |
parent | databases/mongodb50: update to 5.0.16 (diff) |
databases/mongodb44: update to 4.4.20
changelog:
https://www.mongodb.com/docs/manual/release-notes/4.4/
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.
-rw-r--r-- | UPDATING | 2 | ||||
-rw-r--r-- | databases/mongodb44/Makefile | 2 | ||||
-rw-r--r-- | databases/mongodb44/distinfo | 6 | ||||
-rw-r--r-- | databases/mongodb44/files/patch-rpm_mongod.conf | 9 |
4 files changed, 5 insertions, 14 deletions
@@ -6,7 +6,7 @@ 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 + AFFECTS: users of databases/mongodb50 and databases/mongodb44 AUTHOR: ronald@FreeBSD.org MongoDB removed the settings 'fork' and 'pidFilePath' from the default diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index c1929363a792..b5b5eb259abf 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r -DISTVERSION= 4.4.18 +DISTVERSION= 4.4.20 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ diff --git a/databases/mongodb44/distinfo b/databases/mongodb44/distinfo index acf9f984f891..4356e3f49f8f 100644 --- a/databases/mongodb44/distinfo +++ b/databases/mongodb44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669202055 -SHA256 (mongodb-src-r4.4.18.tar.gz) = 03723468a175ea77c67ede4b941f1c27e45d0b086c697a8201d12581a09d1713 -SIZE (mongodb-src-r4.4.18.tar.gz) = 50851643 +TIMESTAMP = 1681041441 +SHA256 (mongodb-src-r4.4.20.tar.gz) = 4f3605fe1bd6600f7efecc62c614d05dc495b7014ece4c3fe2be86df37d1c8c4 +SIZE (mongodb-src-r4.4.20.tar.gz) = 50883098 diff --git a/databases/mongodb44/files/patch-rpm_mongod.conf b/databases/mongodb44/files/patch-rpm_mongod.conf index 1a21e4250707..d2ab7fb69c08 100644 --- a/databases/mongodb44/files/patch-rpm_mongod.conf +++ b/databases/mongodb44/files/patch-rpm_mongod.conf @@ -14,12 +14,3 @@ journal: enabled: true # engine: -@@ -20,7 +20,7 @@ storage: - # how the process runs - processManagement: - fork: true # fork and run in background -- pidFilePath: /var/run/mongodb/mongod.pid # location of pidfile -+ pidFilePath: /var/db/mongodb/mongod.lock # location of pidfile - timeZoneInfo: /usr/share/zoneinfo - - # network interfaces |