Skip to content

Icinga 2 v2.13.7

Compare
Choose a tag to compare
@Al2Klimov Al2Klimov released this 16 Feb 16:36
· 1123 commits to master since this release
v2.13.7
02ddb4b

This security release updates Boost and OpenSSL libraries bundled on Windows
and repairs broken SELinux policies. By the way it fixes several other bugs.

Security

  • Windows: update bundled OpenSSL to v1.1.1t. #9672

Bugfixes

  • SELinux: fix user and domain creation by explicitly setting the role. #9690
  • Signal handlers: don't interrupt and break plugins spawning. #9682
  • Icinga DB: take check_period into account during overdue calculation. #9679
  • Avoid corrupted files: use fsync(2)/FlushFileBuffers() everywhere. #9681
  • Solaris: fix compile error. #9680

Enhancements

  • Windows: update bundled Boost to v1.81. #9678
  • Documentation: several fixes and improvements. #9671