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
This commit is contained in:
parent
499be1d04c
commit
4990a59449
3 changed files with 19 additions and 7 deletions
12
UPDATING
12
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue