Date: Tue, 19 Mar 2024 14:51:18 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: 4990a59449c5 - main - net-mgmt/unifi8: Update to 8.1.113 Message-ID: <202403191451.42JEpIMu030145@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=4990a59449c515d80a9b16f2fc81e45f049cf48a commit 4990a59449c515d80a9b16f2fc81e45f049cf48a Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2024-03-19 07:13:43 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2024-03-19 14:50:57 +0000 net-mgmt/unifi8: Update to 8.1.113 And also switch default MongoDB dependency from 4.0 to 5.0 Release notes: https://community.ui.com/releases/r/network/8.1.113 --- UPDATING | 12 ++++++++++++ net-mgmt/unifi8/Makefile | 4 ++-- net-mgmt/unifi8/distinfo | 10 +++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/UPDATING b/UPDATING index 58acd8f671a3..f9961a8e7b64 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,18 @@ 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. +20240318: + AFFECTS: users of net-mgmt/unifi8 + AUTHOR: otis@FreeBSD.org + + The default MongoDB version dependency has been switched from 4.4 to 5.0. + + Although MongoDB 4.4 -> MongoDB 5.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. + + See updating entry 20230310 for details. + 20240316: AFFECTS: users of net/rabbitmq AUTHOR: dch@FreeBSD.org diff --git a/net-mgmt/unifi8/Makefile b/net-mgmt/unifi8/Makefile index 400ddd92e8fd..a732837a4a90 100644 --- a/net-mgmt/unifi8/Makefile +++ b/net-mgmt/unifi8/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifi8 -PORTVERSION= 8.0.28 +PORTVERSION= 8.1.113 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+=mongodb44>0:databases/mongodb44 +EXTERNALDB_VARS_OFF= RUN_DEPENDS+=mongodb50>0:databases/mongodb50 _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 fa54293207fd..ff3aa0ccf24d 100644 --- a/net-mgmt/unifi8/distinfo +++ b/net-mgmt/unifi8/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1706607215 -SHA256 (unifi8-8.0.28/unifi_sysvinit_all.deb) = 440dd1fe2477bbf57ea94dac41336d690858388f2d090c3c4ef3163d4962b6bc -SIZE (unifi8-8.0.28/unifi_sysvinit_all.deb) = 137632076 -SHA256 (unifi8-8.0.28/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 -SIZE (unifi8-8.0.28/javax.activation-api-1.2.0.jar) = 56674 +TIMESTAMP = 1710796780 +SHA256 (unifi8-8.1.113/unifi_sysvinit_all.deb) = d649e6fa5f0c49bed72aad9621b7a1027cfb96844f8e09dcf91f7cce958a1001 +SIZE (unifi8-8.1.113/unifi_sysvinit_all.deb) = 150740136 +SHA256 (unifi8-8.1.113/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 +SIZE (unifi8-8.1.113/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?202403191451.42JEpIMu030145>