aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoregypcio <egypcio@FreeBSD.org>2019-02-25 22:49:41 +0800
committeregypcio <egypcio@FreeBSD.org>2019-02-25 22:49:41 +0800
commit52313d3d58cd4474bc64b280d9cbd38454108e97 (patch)
tree417181438b88e3707d5afa9d5c42e098acde2d7c /UPDATING
parent7b4ffd07c363e12ede8cda1230e77b70c897b0a1 (diff)
downloadfreebsd-ports-gnome-52313d3d58cd4474bc64b280d9cbd38454108e97.tar.gz
freebsd-ports-gnome-52313d3d58cd4474bc64b280d9cbd38454108e97.tar.zst
freebsd-ports-gnome-52313d3d58cd4474bc64b280d9cbd38454108e97.zip
net-mgmt/mk-livestatus: enable Nagios4 support by default
- ../UPDATING add note regarding default options being changed. - Makefile adopt the port; update '1.2.8p22' to '1.2.8p24'; enable Nagios 4.x as the default supported version; RUN_DEPENDS uses respective Nagios package as dependency; delete unnecessary ${RM} -r api/perl; new option now provides mk-livestatus' Perl API; clean USES variable; built just fine. - pkg-message update documentation's URL (linked the one with text in English); add clear note that Nagios' event broker support needs to be enabled. Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D18513
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fb891e8daec4..1c47986592f8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,6 +32,17 @@ you update your ports collection, before attempting any port upgrades.
sudo -u ejabberd -H ejabberdctl remove_mam_for_user <user> <server>
+20190207:
+ AFFECTS: users of net-mgmt/mk-livestatus
+ AUTHOR: egypcio@FreeBSD.org
+
+ The default Nagios version supported by net-mgmt/mk-livestatus changed
+ from Nagios 3 to Nagios 4 - the respective Nagios package was added to
+ net-mgmt/mk-livestatus' runtime dependencies.
+
+ If you still need support for Nagios 3 you just need to change the
+ options for net-mgmt/mk-livestatus and compile the port yourself.
+
20190202:
AFFECTS: users of archivers/urbackup-server
AUTHOR: freebsd@coombscloud.com