]> git.ipfire.org Git - ipfire-2.x.git/commit
monit: Update to version 5.34.4
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 22 Jan 2025 12:43:13 +0000 (13:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 13:41:48 +0000 (13:41 +0000)
commitb0c0537eecb448a81647300e6ade341416250cf6
tree16be31932979107ff451d53f4090276ce737a3a2
parent8d63e81da2ad9827d7f326d5a1f7a87bab138480
monit: Update to version 5.34.4

- Update from version 5.34.3 to 5.34.4
- Update of rootfile not required
- Changelog
    5.34.4
    Fixed: If the Monit configuration file contains a string with unbalanced
escape sequences, Monit may crash upon startup.
    Fixed: If the password in the set mmonit URL contains only binary
characters, syntax check passed (-t), but Monit aborts after start and
reports following error:
    AssertException: n >= 0
     raised in Str_ndup at src/util/Str.c:315
    Aborted
    Fixed: If the every <cron> statement contained a syntax error, syntax check
passed (-t), but Monit aborts after start and reports following error:
    AssertException: n < 5 && n >= 0
     raised in Time_incron at src/system/Time.c:1566
    Aborted
    Fixed: If the timeout option value was set to 0, the syntax check was
successful (-t), but Monit aborts after starting and reports the
following error:
    AssertException: timeout > 0
     raised in Socket_create at src/net/socket.c:319
    Aborted
    Fixed: The set syslog statement's facility option did not permit the
specification of the log_user. Thanks to Lutz Mader for report.
    Fixed: Double interpretation of format strings during RETHROW

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/monit