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]
This commit is contained in:
Juraj Lutter 2024-06-06 06:55:11 +02:00
parent 66f324e301
commit 33c9c139ac
3 changed files with 22 additions and 7 deletions

View File

@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades. 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: 20240604:
AFFECTS: net-mgmt/net-snmp AFFECTS: net-mgmt/net-snmp
AUTHOR: markj@FreeBSD.org AUTHOR: markj@FreeBSD.org

View File

@ -1,5 +1,5 @@
PORTNAME= unifi8 PORTNAME= unifi8
PORTVERSION= 8.1.127 PORTVERSION= 8.2.93
CATEGORIES= net-mgmt java CATEGORIES= net-mgmt java
MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \
https://repo1.maven.org/maven2/%SUBDIR%/:jax https://repo1.maven.org/maven2/%SUBDIR%/:jax
@ -59,7 +59,7 @@ OPTIONS_DEFAULT+= EXTERNALDB
EXTERNALDB_DESC= Use external MongoDB server EXTERNALDB_DESC= Use external MongoDB server
EXTERNALDB_VARS= PKGMESSAGE+=${WRKSRC}/pkg-message.extdb \ EXTERNALDB_VARS= PKGMESSAGE+=${WRKSRC}/pkg-message.extdb \
SUB_FILES+=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 _DIR_LIST= conf data logs run work
_JAX_DISTNAME= javax.activation-api _JAX_DISTNAME= javax.activation-api

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1714555335 TIMESTAMP = 1717617716
SHA256 (unifi8-8.1.127/unifi_sysvinit_all.deb) = ed78382342aebed6b8a0ace476e09d6bb6a89d3173badad024ad3714ba8cd0a1 SHA256 (unifi8-8.2.93/unifi_sysvinit_all.deb) = ef3711c5f944bcf4711fb32db9d3aaba6794a52cc068421b8da689569af619b7
SIZE (unifi8-8.1.127/unifi_sysvinit_all.deb) = 146569964 SIZE (unifi8-8.2.93/unifi_sysvinit_all.deb) = 148689352
SHA256 (unifi8-8.1.127/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 SHA256 (unifi8-8.2.93/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393
SIZE (unifi8-8.1.127/javax.activation-api-1.2.0.jar) = 56674 SIZE (unifi8-8.2.93/javax.activation-api-1.2.0.jar) = 56674