Skip to content

Commit

Permalink
net-mgmt/icinga2: Update to 2.13.6
Browse files Browse the repository at this point in the history
Changelog:
The main focus of version 2.13.6 is improved performance of Icinga DB
and apply rules. Additionally, it includes bug fixes related to config
loading and API permissions.
Bugfixes:
-Improve the throughput of the Icinga DB feature. #9550
-Multiple changes to speed up evaluation of apply rules. #9559 #9565 #9558
-Fix a possible crash on config loading related to ignore_on_error.#9560
-Check API user permission on objects returned by joins. #9561
-Windows: update bundled Boost and OpenSSL versions. #9562 #95

Sponsored by:	Netzkommune GmbH
  • Loading branch information
joneum committed Jan 24, 2023
1 parent b39d592 commit e511d7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net-mgmt/icinga2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= icinga2
DISTVERSIONPREFIX= v
DISTVERSION= 2.13.5
PORTREVISION= 1
DISTVERSION= 2.13.6
PORTREVISION= 0
CATEGORIES= net-mgmt

PATCH_SITES+= https://github.com/Icinga/icinga2/commit/
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/icinga2/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1673546305
SHA256 (icinga-icinga2-v2.13.5_GH0.tar.gz) = b28e5fad148d56a781356c2a214aa4050aa8e0f86cc0568ca0a3e7bc8c8ef57c
SIZE (icinga-icinga2-v2.13.5_GH0.tar.gz) = 9663739
TIMESTAMP = 1674483566
SHA256 (icinga-icinga2-v2.13.6_GH0.tar.gz) = 11ea79d4d5c9840cfed19e459f2c9c0bd674add67b0ed9160fb3d7ad3e74fbc2
SIZE (icinga-icinga2-v2.13.6_GH0.tar.gz) = 9666870
SHA256 (dd51997c73c6b4b328e3ad006eb8c86678001780.patch) = 95a729bda8c368e15c89ceb98d45cfcd8048d28cb8659eeb79adc07724a4dcf5
SIZE (dd51997c73c6b4b328e3ad006eb8c86678001780.patch) = 3876
4 changes: 2 additions & 2 deletions net-mgmt/icinga2/pkg-plist
Expand Up @@ -39,9 +39,9 @@ etc/bash_completion.d/icinga2
@sample %%ETCDIR%%/zones.conf.sample
%%ETCDIR%%/zones.d/README
%%MYSQL%%lib/icinga2/libmysql_shim.so
%%MYSQL%%lib/icinga2/libmysql_shim.so.2.13.5
%%MYSQL%%lib/icinga2/libmysql_shim.so.2.13.6
%%PGSQL%%lib/icinga2/libpgsql_shim.so
%%PGSQL%%lib/icinga2/libpgsql_shim.so.2.13.5
%%PGSQL%%lib/icinga2/libpgsql_shim.so.2.13.6
lib/icinga2/sbin/icinga2
libexec/nagios/check_nscp_api
man/man8/icinga2.8.gz
Expand Down

0 comments on commit e511d7f

Please sign in to comment.