Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 22:31:00 GMT
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55898fe31222 - main - databases/mongodb44: update to 4.4.20
Message-ID:  <202304162231.33GMV0hb067494@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ronald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55898fe3122270d443a09b709bfc82b7fa87591b

commit 55898fe3122270d443a09b709bfc82b7fa87591b
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2023-04-16 22:29:33 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2023-04-16 22:29:33 +0000

    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.
---
 UPDATING                                        | 2 +-
 databases/mongodb44/Makefile                    | 2 +-
 databases/mongodb44/distinfo                    | 6 +++---
 databases/mongodb44/files/patch-rpm_mongod.conf | 9 ---------
 4 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/UPDATING b/UPDATING
index a7b253d0e086..540268483d97 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304162231.33GMV0hb067494>