monit: upgrade 5.34.3 -> 5.34.4

Changelog:
==========
- If the Monit configuration file contains a string with unbalanced escape
  sequences, Monit may crash upon startup.
- If the password in the set mmonit URL contains only binary characters,
  syntax check passed (-t), but Monit aborts after start and reports error
- If the every <cron> statement contained a syntax error, syntax check
  passed (-t), but Monit aborts after start and reports error
- If the timeout option value was set to 0, the syntax check was
  successful (-t), but Monit aborts after starting and reports error
- The set syslog statement's facility option did not permit the specification
  of the log_user.
- Double interpretation of format strings during RETHROW

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-01-14 16:28:31 +08:00
committed by Khem Raj
parent c9ceae2098
commit 70cf6cdd58
@@ -15,7 +15,7 @@ SRC_URI = " \
file://monitrc \
"
SRC_URI[sha256sum] = "669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60"
SRC_URI[sha256sum] = "ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fbd1b469"
DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"