194 Commits

Author SHA1 Message Date
sthen
ba29e437a1 add notes 2014-06-22 20:54:26 +00:00
sthen
32a2045708 - use @exec-add to create the symlinks in ${SYSCONFDIR}, don't try and package
symlinks directly (pkg_create copies the target files rather than the links)

- use correct dir name (etc/icinga / etc/icinga2) for @extraunexec
2014-06-22 20:29:51 +00:00
sthen
23258d6894 As rpe noticed, CMAKE_INSTALL_SYSCONFDIR isn't just used for installation,
it makes it into binaries/scripts. So set it to ${SYSCONFDIR} and then
(because cmake doesn't let us simply override variables at install time
like autoconf does) patch the generated cmake_install.cmake files to
install under share/examples.
2014-06-20 22:11:57 +00:00
sthen
53ab17501c update to icinga 1.11.5
* classic-ui: fix status.cgi gets stuck in loop when sorting on "All Unhandled Problems" #5886 - RB
* classic ui: Only show command expander if backend is Icinga 1.x (incompatible with Icinga 2) #6408 - MF
* classic ui: Fix CSRF protection in cmd.cgi matches only compiled in URL #6459 - MF
* classic-ui: config.cgi missing new option #6502 - RB
* cgi.cfg: Add url_cgi_path allowing to override the default '$htmurl/cgi-bin' required for CSRF checks #6459
2014-06-20 13:13:54 +00:00
sthen
8a191f9fb6 reorder slightly, no pkg change 2014-06-19 23:33:31 +00:00
sthen
4a6fac4ef5 improvements, from rpe, minor tweaks by me 2014-06-19 23:33:09 +00:00
sthen
7c636d9569 Add icinga/core2, WIP port of icinga2, ok rpe@.
(Unlinked for now; working on it with rpe.)
2014-06-19 23:24:47 +00:00
sthen
4d772373a2 really bump REVISION-cgi 2014-06-10 21:54:03 +00:00
sthen
183fdfbdef fix jquery-based options in the icinga-cgi package, found by florian@;
missing file from PLIST-cgi since they now ship a minified version
2014-06-10 21:24:26 +00:00
sthen
ba0c05aebd bump ports which may have been installed when /var/www/modules.sample didn't
exist, to force an update to make sure that their config samples get installed
2014-05-30 13:20:13 +00:00
sthen
c2170f3e1f handle /etc/localtime in chroot; pointed out by florian@ 2014-05-29 00:19:54 +00:00
sthen
54e8c45a04 tweak README to point out that icinga-cgi and -web are in separate packages
and that one or both should be installed.
2014-05-29 00:09:04 +00:00
sthen
80ba77ada7 update to icinga 1.11.4, and tweak README slightly relating to chroot for
icinga-web based on part of some comments from florian@ and benno@.
2014-05-29 00:05:48 +00:00
sthen
0bd227f49d better permissions for resource.cfg 2014-05-23 21:12:26 +00:00
sthen
c168c9a31d upstream packages were re-rolled (under the same filename :() to remove a
couple of bogus sql update files.
2014-05-21 23:37:55 +00:00
sthen
e86d8938dc fix another SYSCONFDIR/BASESYSCONFDIR problems in the README, reported by otto@ 2014-05-14 10:32:20 +00:00
sthen
1582b510f3 update to icinga-1.11.3 2014-05-10 22:15:38 +00:00
sthen
a9fca27852 update to icinga-core 1.11.2, minor fixes
while there, fix linking some tests which need -lpthread on OpenBSD
(some others fail when --enable-embedded-perl is used)
2014-04-25 11:52:09 +00:00
sthen
249777d02c bump; nagios-plugins -> monitoring-plugins 2014-04-07 12:32:23 +00:00
sthen
01cb949bce update to Icinga 1.11.1, fixing CVE-2014-2386 in icinga-cgi (small buffer
overflows when checking strlen against MAX_INPUT_BUFFER) and a couple of
other minor issues
2014-03-29 12:07:01 +00:00
sthen
e0440cae75 Add extra note in readme; new csrf protection needs disabling if using
external programs to access cmd.cgi (e.g. aNag - basic operation is still
OK but acknowledging alerts is blocked).
2014-03-26 12:09:28 +00:00
sthen
0536fb841f update to Icinga 1.11.0 2014-03-25 01:26:33 +00:00
sthen
102bf75628 nginx configuration instructions for icinga-cgi.
icinga-web is not yet covered.
2014-03-20 16:25:21 +00:00
sthen
fa7161e8b0 tweak previous: reorder REVISION, zap unnecessary comment.
this port has an active maintainer, how about sending diffs rather
than just committing?
2014-01-24 23:00:16 +00:00
zhuk
e604bbabbe Fix packaging with too paranoid sample config file mode.
Pro-actively fixes the port before espie@ commits his picky pkg_add patch.
2014-01-24 19:10:22 +00:00
sthen
d2b666fc99 SECURITY update to icinga 1.10.2; (note for -stable, 1.9.4 fixes same issues)
CVE-2013-7106, CVE-2013-7107  https://dev.icinga.org/issues/5250
The icinga web gui is susceptible to several buffer overflow flaws,
which can be triggered as a logged on user. A remote attacker may
utilize a CSRF (cross site request forgery) attack vector against a
logged in user to exploit this flaw remotely.

CVE-2013-7108  https://dev.icinga.org/issues/5251
The icinga web gui are susceptible to an "off-by-one read" error
resulting from an improper assumption in the handling of user submitted
CGI parameters. [..] by sending a specially crafted cgi parameter,
the check routine can be forced to skip the terminating null pointer
and read the heap address right after the end of the parameter list.
Depending on the memory layout, this may result in a memory corruption
condition/crash or reading of sensitive memory locations.
2013-12-17 08:46:45 +00:00
sthen
3d562f1482 update to icinga 1.10.1 2013-11-07 11:23:00 +00:00
sthen
b3a2736176 missed cvs add; sorry naddy! 2013-10-26 23:01:44 +00:00
sthen
7c6da444f8 update to icinga 1.10, for more information see
https://www.icinga.org/2013/10/24/icinga-1-10-released/

as mentioned in a new addition to the readme, icinga-web users may need to
clear their cache with /var/www/icinga-web/bin/clearcache.sh
2013-10-25 16:16:23 +00:00
sthen
5e32361b7a update to icinga-web 1.9.2 2013-10-18 11:52:18 +00:00
sthen
9366742e31 update to icinga-web 1.9.1 2013-09-12 22:31:27 +00:00
robert
d5b92ddea0 bump REVISION due to the php update 2013-08-12 04:11:20 +00:00
sthen
108babf4f1 icinga 1.9.3, fixes a regression in 1.9.2 with postgresql 2013-07-12 16:07:08 +00:00
jasper
2e80eecc12 use ${VARBASE} instead of hardcoding /var 2013-07-05 07:44:59 +00:00
sthen
48001e6047 icinga 1.9.2 2013-07-03 09:30:46 +00:00
sthen
577431dde6 bugfix update to Icinga 1.9.1; regression in 1.9.0 resulted in objects.cache
not being updated on core restart, also fixes JSON unicode character export in
the classic ui, and failure on core reload with multiple idomod neb modules.
2013-05-22 21:17:13 +00:00
sthen
f0323e78a2 tweak CATEGORIES 2013-05-13 20:56:55 +00:00
sthen
7d0d033b98 Update to Icinga 1.9, thanks to rpe@ for feedback and testing the beta.
Also thanks to Michael Friedrich (upstream) for sending out helpful notes
to package maintainers about changes in the release which may affect them,
we like projects who do that :)
2013-05-07 15:34:47 +00:00
rpe
60bf355295 fix example to restart httpd in README
ok sthen@
2013-03-29 16:39:34 +00:00
sthen
79f06cf883 update to icinga-web 1.8.3, from rpe@ with very minor tweak from me
- remember to update schema, as mentioned in the README
2013-03-28 12:43:14 +00:00
sthen
a92894c099 zap unneeded PERMIT_* lines 2013-03-28 12:05:52 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
zhuk
b474d241d2 Change @sample for archives directory as its place was changed somewhere
around 1.5.0.

okay sthen@ (MAINTAINER)
2013-03-06 18:34:58 +00:00
sthen
7315927d04 zap -no-pie stuff no longer needed for static bins. 2013-03-02 12:42:33 +00:00
sthen
c59262b392 icinga-web 1.8.2 2013-03-02 12:41:55 +00:00
sthen
7ef198742f bugfix update to icinga 1.8.4; including SECURITY stack-based buffer
overflow in history.cgi from the classic cgi programs (CVE-2012-6096)
and some other minor fixes.
2013-01-14 02:39:15 +00:00
rpe
2727c9e902 - update icinga-core to 1.8.3
- update icinga-web to 1.8.1
- now, as the versions of icinga-core and icinga-web seem to diverge,
  move version information to the individual Makefiles in core/ and
  web/

ok sthen@ (MAINTAINER)

Changes for icinga-core 1.8.3:
Bugs
* idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF

Changes for icinga-web 1.8.1:
Bugs
    * Removed duplicate insert in sql upgrade scripts #3328
    * IE7 window fix for cronk save dialog
    * Disabled grouping of of unhandled problems grid #3320
    * Re-added missing command restriction class #3457
    * Removed ghost column after changing to new grid events #3458
    * Fixes PNP extension #3427
    * Removed flash for packaging and flash security fixes
    * Various custom cronk dialog fixes

Features
    * Allow xtypes in grid events to customize menues
    * Clearcache enhancements
    * Make ApiComboBox default for filters (Pagination)
2012-12-27 14:51:54 +00:00
sthen
54b1c3f74d Bugfix update to Icinga 1.8.2, including
- fix bug in classic UI for ack's and notifications
- fix performance problem and some memory leaks with IDOUtils

https://wiki.icinga.org/display/Dev/Icinga+Core+Changelog#IcingaCoreChangelog-182-28112012

Also fix static cgi binaries on PIE architectures.
2012-11-29 22:34:16 +00:00
sthen
350386fec5 bugfix update to Icinga 1.8.1 2012-10-25 18:42:32 +00:00
sthen
8439312341 update Icinga to 1.8.0, testing (including icinga-web) and ok rpe@
- slight tweaks to upgrade documentation while there; you should still
check the proper upgrade notes from upstream, but the README now points
idodb users at the actual location of the schema update files to save
a bit of hunting.
2012-10-18 20:04:58 +00:00