Version: 2.8.2, Package name: icinga-web2-2.8.2 |
Maintained by: Stuart Henderson |
Master sites: |
Description Icinga Web 2 is the next generation open source monitoring web interface, framework and command-line interface developed by the Icinga Project, supporting Icinga 2, Icinga Core and any other monitoring backend compatible with the Livestatus Protocol. |
Filesize: 8314.615 KB |
Version History (View Complete History) |
|
2021-02-26 04:17:05 by Stuart Henderson | Files touched by this commit (3) |
Log message: Patch icingaweb2 to allow the setup module to work with PHP 7.4+ on OpenBSD which doesn't usually have passwd databases available due to chroot. Without this, getpwuid(geteuid()) lookup was failing and the "return current username" function tried to access boolean false as if it was an array. Handle the case where the script is run as the expected package uid nicely (return the proper name), for others return numeric uid which isn't ideal but there's not a lot more that can be done. |
2021-02-24 09:49:02 by Stuart Henderson | Files touched by this commit (52) |
Log message: switch default MODPHP_VERSION to 7.4 and bump ports which have changed version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode). |
2021-02-10 06:35:28 by Stuart Henderson | Files touched by this commit (2) |
Log message: ..actually I was mistaken about the icinga-web2 setup module. revert that bit and add a note that setup currently requires PHP 7.3 |
2021-02-10 06:26:23 by Stuart Henderson | Files touched by this commit (2) |
Log message: icingaweb2; setup module is disabled by default, add enabling it to pkg-readme |
2021-02-10 05:47:07 by Stuart Henderson | Files touched by this commit (5) |
Log message: icinga port maintenance: - switch back to libressl, cert problem was fixed in x509_verify.c 1.26 - after real-world experience, get rid of the automatic update path from 1.x to 2.x |
2021-01-31 11:53:55 by Stuart Henderson | Files touched by this commit (49) |
Log message: Drop Icinga 1.x ports; merge into relevant icinga2 ports with an @ask-update It has been long enough, if people have systems still using 1.x (*cough*) they need a bit of a shove at this point. |
2020-12-16 14:27:33 by Stuart Henderson | Files touched by this commit (2) |
Log message: minor icinga-web2 readme tweaks for easier copy-and-paste |
2020-12-16 13:47:32 by Stuart Henderson | Files touched by this commit (4) |
Log message: move some icinga parts in Makefile.inc, setup for web2-module-foo |
2020-08-20 07:57:43 by Stuart Henderson | Files touched by this commit (1) |
Log message: security update to icinga-web2-2.7.4, possible path traversal when serving static image files https://github.com/Icinga/icingaweb2/issues/4226 |
2020-08-20 07:54:55 by Stuart Henderson | Files touched by this commit (2) |
Log message: security update to icinga-web2-2.8.2, possible path traversal when serving static image files https://github.com/Icinga/icingaweb2/issues/4226 |
2020-07-11 16:54:41 by Stuart Henderson | Files touched by this commit (98) |
Log message: switch my maintainer email addresses to my own domain |
2020-07-04 11:29:38 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to icingaweb-2.8.1 |
2020-06-10 07:14:24 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to icingaweb2-2.8.0 various fixes/improvements, including support for PHP 7.4 |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2020-03-12 03:39:09 by Stuart Henderson | Files touched by this commit (1) |
Log message: bump icinga/web2, HOMEPAGE changed. thanks aja@ |
2020-03-10 15:23:06 by Stuart Henderson | Files touched by this commit (5) |
Log message: drop maintainer on the old Icinga 1 ports (these should probably be removed sometime), just keep it on newer ones |
2019-10-21 04:37:24 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to icinga-web2-2.7.3 |
2019-10-17 11:15:23 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icinga-web2-2.7.2 |
2019-09-26 15:59:31 by Stuart Henderson | Files touched by this commit (33) |
Log message: REVISION bumps for php default version switch to 7.3 |
2019-09-26 15:14:42 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix bogus MODPHP_VERSION subst |
2019-08-19 09:13:28 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icinga-web2 2.7.1 |
2019-07-31 07:48:15 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icinga-web2-2.7.0 |
2019-04-26 07:23:06 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icingaweb2 2.6.3 |
2019-02-16 15:17:13 by Stuart Henderson | Files touched by this commit (2) |
Log message: tweak icingaweb2 pkg-readme, prompted by a mail from Marcos Madeira |
2019-02-01 04:32:02 by Stuart Henderson | Files touched by this commit (2) |
Log message: use a simpler command for "generate 16 random chars" for the setup token (we can't use upstream's "head -c 12 /dev/urandom | base64" directly so had to patch, but it's easier to just "openssl rand -base64 12" instead of the dd | perl monstrosity I was using). |
2019-01-22 23:00:27 by Martijn van Duren | Files touched by this commit (3) |
Log message: When enabling a module in web2, make sure we turn an absolute path to a relative path, so that enabled modules always work from within our php-fpm chroot and from icingacli, no mather if the module is enabled via icingacli or the web interface. OK sthen@ |
2018-11-22 15:20:12 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to icinga-web2-2.6.2 |
2018-10-29 00:16:21 by Martijn van Duren | Files touched by this commit (2) |
Log message: Remove README section about suhosin for obvious php7 reasons. OK sthen@ |
2018-10-17 08:15:56 by Stuart Henderson | Files touched by this commit (54) |
Log message: switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still using mcrypt). |
2018-10-17 07:36:48 by Stuart Henderson | Files touched by this commit (2) |
Log message: @sample the bash_completion.d files |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-08-03 12:24:10 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to icinga-web2-2.6.1 |
2018-07-19 12:55:06 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icinga-web2-2.6.0 |
2018-06-02 14:58:30 by Stuart Henderson | Files touched by this commit (7) |
Log message: bump; tweak MODPHP_PDO_DEPENDS order |
2018-05-25 08:03:36 by Stuart Henderson | Files touched by this commit (8) |
Log message: use MODPHP_PDO_DEPENDS where it makes sense (ports that do require PDO but it was being defaulted in from pdo_mysql in the main php package). hints+ok for ownCloud/nextcloud aja@ |
2018-05-22 02:18:09 by Stuart Henderson | Files touched by this commit (39) |
Log message: - bump REVISION for php switch |
2018-05-10 06:50:45 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icingweb2-2.5.3 |
2018-04-26 14:41:07 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icingaweb2-2.5.2 |
2018-02-14 02:19:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: Mention need for php-pgsql if using PostgreSQL, prompted by jirib at devio.us |
2018-01-22 17:36:48 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icinga-web2-2.5.1 |
2017-02-02 16:01:30 by Stuart Henderson | Files touched by this commit (1) |
Log message: Adjust icingaweb2 dependencies; don't force pecl-imagick, it's only needed for exporting graphs to PDF. |
2017-02-02 14:36:33 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icingaweb2-2.4.1 |
2016-06-23 07:32:28 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icinga2-web 2.3.4 |
2016-06-22 15:33:56 by Stuart Henderson | Files touched by this commit (2) |
Log message: symlink icingacli from /var/www/icinga2-web/bin to /usr/local/bin |
2016-04-29 03:14:46 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to icinga-web2-2.3.2 |
2016-04-18 03:48:09 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Icinga Web 2 2.3.1 |
2016-03-06 07:44:47 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to icinga-web2 2.2.0 |
2016-02-01 18:29:05 by Stuart Henderson | Files touched by this commit (6) |
Log message: Remove patches from the icingaweb2 package that were hacking around the mismatch between chrooted and non-chrooted paths (there are both CLI scripts and a web app; both need to refer to the same paths and as well as being complicated, the patches weren't quite working correctly, as noticed by sebastia@). Now you must setup a symlink "/var/www/var/www -> .." instead as described in the new version of the pkg-readme, allowing icingaweb2 to always use /var/www paths whether inside or outside the jail. Note: Existing users of this package will need to create that symlink too. |
2016-01-31 02:29:03 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: Update to 2.1.2 OK sthen@ (MAINTAINER) |
2016-01-03 11:22:23 by Stuart Henderson | Files touched by this commit (1) |
Log message: previous commit log should have read 'update to icinga-web2-2.1.1' (and zap unnecessary comment) |
2016-01-03 11:20:48 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to icinga-web2-2.1.0 |
2015-11-16 13:30:34 by Stuart Henderson | Files touched by this commit (9) |
Log message: Icinga Web 2 v2.1.0 |