4.4.13 - 2023-06-01 ------------------- FIXES * Fix broken logo images in status pages (regression from 4.4.12) (#917) 4.4.12 - 2023-05-30 ------------------- FIXES * Clean up most compiler warnings on GCC and clang (#901) * Fix incorrect HTML entity escaping in CGIs (#907, #902) * Fix issue where predictive dependency checks were not being scheduled for services (#908) * Fix several typos (#898, #884) 4.4.11 - 2023-04-14 ------------------- FIXES * Fix incorrect error message in preflight check (#865) * Fix use-after-free in qh_deregister_handler (#866) * Fix memory leak in qh_deregister_handler (#866) * Fix mismatched host/service behavior when changing from SOFT to HARD state (#891) * Minor performance improvements in CGI utility functions (#866)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9874c5dbbcb0bd7398b1573cb3405e876496607 commit b9874c5dbbcb0bd7398b1573cb3405e876496607 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2023-06-19 21:44:28 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2023-06-19 21:54:45 +0000 net-analyzer/nagios-core: add 4.4.13 Closes: https://bugs.gentoo.org/908842 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> net-analyzer/nagios-core/Manifest | 1 + net-analyzer/nagios-core/nagios-core-4.4.13.ebuild | 266 +++++++++++++++++++++ 2 files changed, 267 insertions(+)
Thank you Michael