aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2019-02-25 14:49:41 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2019-02-25 14:49:41 +0000
commit22b14ea7432b7e9d9e8a942dca09183892f9d83a (patch)
tree417181438b88e3707d5afa9d5c42e098acde2d7c /UPDATING
parent66358923d0188e84e15a5450596942c73b0b05da (diff)
downloadports-22b14ea7432b7e9d9e8a942dca09183892f9d83a.tar.gz
ports-22b14ea7432b7e9d9e8a942dca09183892f9d83a.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
Notes
Notes: svn path=/head/; revision=493872
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