271 Commits

Author SHA1 Message Date
sthen
905d4e26d6 update to icinga2-2.10.4 2019-03-20 13:13:50 +00:00
sthen
fec3ff9dc0 update to icinga-web2-module-director-1.6.2 2019-03-02 22:34:15 +00:00
sthen
b1879bab23 update to icinga2-2.10.3 2019-02-28 13:37:46 +00:00
sthen
8820c81c45 tweak icingaweb2 pkg-readme, prompted by a mail from Marcos Madeira 2019-02-16 22:17:13 +00:00
sthen
b86de6ff95 update to icingaweb2-module-director-1.6.1 2019-02-16 11:35:48 +00:00
sthen
286dd8bdfe 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-02-01 11:32:02 +00:00
martijn
2658a64def 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@
2019-01-23 06:00:27 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
sthen
dbb97a5ac4 update to icingaweb2-module-director-1.6.0 2018-12-10 20:40:23 +00:00
sthen
f13a5d7858 update to icinga-web2-module-director-1.5.2 2018-11-29 23:14:54 +00:00
sthen
f5eee310f3 update to icinga-web2-2.6.2 2018-11-22 22:20:12 +00:00
sthen
ad361f3539 update to icinga2-2.10.2 2018-11-19 15:24:16 +00:00
martijn
39ad28548d Since februari the mail-{host,service}-notification.sh scripts contain an
urlencode function. This function is highly bash-specific.

Reimplement the function so it is as POSIX-compliant as possible.

OK sthen@
2018-11-16 13:01:04 +00:00
martijn
760e6464fb Remove README section about suhosin for obvious php7 reasons.
OK sthen@
2018-10-29 06:16:21 +00:00
sthen
0f28a3f9d4 update to icinga 2.10.1, update HOMEPAGE 2018-10-19 20:42:20 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
sthen
a0370164da @sample the bash_completion.d files 2018-10-17 13:36:48 +00:00
sthen
26cbfde2c6 update to icinga2-2.10.0 2018-10-16 13:45:59 +00:00
sthen
653256fa81 update to icinga2-2.9.2 2018-09-27 09:35:54 +00:00
sthen
300df9a90f remove the test pseudoflavour that was used to work around most cases of
a build conflict with libconfig, icinga restructuring means this won't be
a problem
2018-09-20 22:42:02 +00:00
sthen
6acd62ebf4 drop unneeded variable types on cmake command line 2018-09-20 22:39:15 +00:00
espie
66077ac3fb missed bump 2018-09-05 09:39:04 +00:00
espie
93aef53599 and of course some would conflict... finish PKGSTEM changes manually 2018-09-04 12:53:16 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sthen
7e02a6b211 Add an end-of-life warning - security updates for icinga 1.x stop during
the lifetime of OpenBSD 6.4.

For more information about rewriting config to migrate to icinga 2.x, see
https://www.icinga.com/docs/icinga2/latest/doc/23-migrating-from-icinga-1x/
2018-08-28 21:08:23 +00:00
kirby
403ff55b7b disable picking up libexecinfo to fix build on gcc arches.
OK sthen@ (maintainer)
2018-08-21 20:31:23 +00:00
sthen
2b97008c4d update to icingaweb2-module-director-1.5.1 2018-08-21 14:13:38 +00:00
sthen
97105c01cf update to icinga-web2-2.6.1 2018-08-03 18:24:10 +00:00
sthen
693be8b159 update to icinga2-2.9.1 2018-08-02 00:33:09 +00:00
sthen
85ef7d215a update to icinga-web2-2.6.0 2018-07-19 18:55:06 +00:00
sthen
be815a74f7 bump; tweak MODPHP_PDO_DEPENDS order 2018-06-02 20:58:30 +00:00
espie
7ab7096103 missing \ 2018-05-25 15:38:22 +00:00
sthen
abbcd9d662 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-25 14:03:36 +00:00
sthen
ee5cc861cb - bump REVISION for php switch 2018-05-22 08:18:08 +00:00
sthen
adfd9586cb update to icingweb2-2.5.3 2018-05-10 12:50:45 +00:00
sthen
6e5b658a5a update to icinga2-2.8.4 2018-04-26 20:55:43 +00:00
sthen
eaf648d62e update to icingaweb2-2.5.2 2018-04-26 20:41:07 +00:00
sthen
d0017b8b63 update to icinga 2.8.2, ok jca@
CVE-2018-6532: By sending specially crafted requests, authenticated and
unauthenticated, an attacker can exhaust a lot of memory on the server
side, triggering the OOM killer.

CVE-2018-6534: By sending specially crafted messages, an attacker can
cause a NULL pointer dereference, which can cause Icinga2 to crash.

CVE-2018-6535: Lack of a constant-time password comparison function can
disclose the password to an attacker.

Detailed write-up and simple crashers for the above at
https://hansmi.ch/articles/2018-03-icinga2-security

(CVE-2017-16933 and CVE-2018-6536 also in this release relate to the
init scripts that we don't use).
2018-03-23 09:31:17 +00:00
sthen
3168d3eb55 Adjust icinga1's DESCR-main, making it clear that it's the legacy version and
pointing new users in the direction of icinga2.
2018-03-11 12:32:32 +00:00
sthen
78aafbf0f3 Mention need for php-pgsql if using PostgreSQL, prompted by jirib at devio.us 2018-02-14 09:19:16 +00:00
sthen
2819e8190f update to icingaweb2-module-director-1.4.3 2018-02-12 14:36:36 +00:00
sthen
6dca9f20fe update to icinga-web2-2.5.1 2018-01-23 00:36:48 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
sthen
31dee38b12 update to icinga 2.8.1 2018-01-17 12:29:08 +00:00
sthen
76974cb19e fix REVISION/REVISION-main bump (rc.d script again, but somehow this still
packaged without tripping PLIST_DB?)
2018-01-17 09:57:31 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
66ede5f976 reenable unity build on amd64 2017-12-30 21:59:21 +00:00
kirby
14a37785c2 remove BROKEN-powerpc as it builds fine on macppc.
OK sthen@, MAINTAINER
2017-12-29 19:12:40 +00:00
sthen
bdbc58452d update to icinga-1.14.2
* Note: Icinga 1 is now EOL and only receives security updates.
2017-12-20 15:11:32 +00:00
sthen
c9f26061c2 update to icinga-web-1.14.1
* Note: Icinga 1 is now EOL and only receives security updates.
2017-12-20 15:11:20 +00:00