aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-12-14 06:30:18 +0800
committerpav <pav@FreeBSD.org>2009-12-14 06:30:18 +0800
commit104b1808f07091c7cc71e41926c2ad03143f1d02 (patch)
tree76604f3c0ff989980b752b98913bd1b546a0e602 /UPDATING
parent584a1736c953a5b36bd41d67681967b176905e4a (diff)
downloadfreebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.tar.gz
freebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.tar.zst
freebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.zip
- Update zabbix to 1.8
- Split the port to server, frontend, agent and proxy slaves - Add zabbix16 for people who don't want to update to 1.8 yet PR: ports/141364 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6b8e47b66c10..56d1cbda1a9e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,27 @@ 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.
+20091213
+ AFFECTS: users of net-mgmt/zabbix, net-mgmt/zabbix-agent
+ AUTHOR: Jim Riggs <ports@christianserving.org>
+
+ In order to simplify configuration and better separate the different
+ components of Zabbix, the former zabbix port has been split into
+ three: zabbix-server, zabbix-proxy, and zabbix-frontend. Each
+ component has distinct functionality and may be installed
+ independently on separate systems. The existing zabbix-agent port
+ remains.
+
+ Additionally, the new zabbix-frontend port now (correctly) installs
+ the PHP frontend in PREFIX/www/zabbix. The old zabbix port
+ installed the files in PREFIX/share/zabbix/php. Web server
+ configurations must be updated accordingly.
+
+ Finally, Zabbix has been updated to version 1.8. Not everyone may
+ be able to upgradee from version 1.6 immediately, though, so 1.6.8
+ versions of the ports are also available as zabbix16-server,
+ zabbix16-proxy, zabbix16-agent, and zabbix16-frontend.
+
20091206:
AFFECTS: users of emulators/qemu
AUTHOR: nox@FreeBSD.org