Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 05:01:23 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 33c9c139acad - main - net-mgmt/unifi8: Update to 8.2.93
Message-ID:  <202406060501.45651N0D023493@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=33c9c139acad33ccd35f28dbc7f585cc353302e4

commit 33c9c139acad33ccd35f28dbc7f585cc353302e4
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-06-06 04:55:11 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-06-06 04:59:45 +0000

    net-mgmt/unifi8: Update to 8.2.93
    
    - Update to 8.2.93
    - Switch to MongoDB 6.0 (see UPDATING entry) [1]
    
    PR:             279029 [1]
---
 UPDATING                 | 15 +++++++++++++++
 net-mgmt/unifi8/Makefile |  4 ++--
 net-mgmt/unifi8/distinfo | 10 +++++-----
 3 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/UPDATING b/UPDATING
index 52b9870daaaf..2e8d7602d915 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
 
+20240606:
+  AFFECTS: users of net-mgmt/unifi8
+  AUTHOR: ronald@FreeBSD.org
+
+  The default MongoDB version dependency has been switched from 5.0 to 6.0.
+  Although MongoDB 5.0 -> MongoDB 6.0 datafiles in-place upgrade seem to
+  work, users are strongly recommended to take full backup of unifi
+  database prior to upgrade and start with clean installation afterwards.
+
+  For an in-place upgrade it is important that the MongoDB
+  'featureCompatibilityVersion' is set to 5.0.
+  See: https://www.mongodb.com/docs/v6.0/release-notes/6.0-upgrade-standalone/#feature-compatibility-version
+
+  See updating entry 20230310 for a backup/restore upgrade.
+
 20240604:
   AFFECTS: net-mgmt/net-snmp
   AUTHOR: markj@FreeBSD.org
diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile
index 16db2088c639..59cf0e038b2e 100644
--- a/net-mgmt/unifi8/Makefile
+++ b/net-mgmt/unifi8/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	unifi8
-PORTVERSION=	8.1.127
+PORTVERSION=	8.2.93
 CATEGORIES=	net-mgmt java
 MASTER_SITES=	http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \
 		https://repo1.maven.org/maven2/%SUBDIR%/:jax
@@ -59,7 +59,7 @@ OPTIONS_DEFAULT+=	EXTERNALDB
 EXTERNALDB_DESC=	Use external MongoDB server
 EXTERNALDB_VARS=	PKGMESSAGE+=${WRKSRC}/pkg-message.extdb \
 			SUB_FILES+=pkg-message.extdb
-EXTERNALDB_VARS_OFF=	RUN_DEPENDS+=mongodb50>0:databases/mongodb50
+EXTERNALDB_VARS_OFF=	RUN_DEPENDS+=mongodb60>0:databases/mongodb60
 
 _DIR_LIST=	conf data logs run work
 _JAX_DISTNAME=	javax.activation-api
diff --git a/net-mgmt/unifi8/distinfo b/net-mgmt/unifi8/distinfo
index 731499c0ddfe..39ba99d02f2c 100644
--- a/net-mgmt/unifi8/distinfo
+++ b/net-mgmt/unifi8/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1714555335
-SHA256 (unifi8-8.1.127/unifi_sysvinit_all.deb) = ed78382342aebed6b8a0ace476e09d6bb6a89d3173badad024ad3714ba8cd0a1
-SIZE (unifi8-8.1.127/unifi_sysvinit_all.deb) = 146569964
-SHA256 (unifi8-8.1.127/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393
-SIZE (unifi8-8.1.127/javax.activation-api-1.2.0.jar) = 56674
+TIMESTAMP = 1717617716
+SHA256 (unifi8-8.2.93/unifi_sysvinit_all.deb) = ef3711c5f944bcf4711fb32db9d3aaba6794a52cc068421b8da689569af619b7
+SIZE (unifi8-8.2.93/unifi_sysvinit_all.deb) = 148689352
+SHA256 (unifi8-8.2.93/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393
+SIZE (unifi8-8.2.93/javax.activation-api-1.2.0.jar) = 56674



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