diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-14 16:28:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-14 08:52:05 -0800 |
commit | 70cf6cdd58aa7966329a7a410d98e5dd57ccf72c (patch) | |
tree | 98761155c8bd50163e56157ff72df8fd856715e8 | |
parent | c9ceae20986c963306075e91879e29d6602fccbd (diff) | |
download | meta-openembedded-70cf6cdd58aa7966329a7a410d98e5dd57ccf72c.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/monit/monit_5.34.4.bb (renamed from meta-oe/recipes-support/monit/monit_5.34.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/monit/monit_5.34.3.bb b/meta-oe/recipes-support/monit/monit_5.34.4.bb index 42ef8594f4..349548e31e 100644 --- a/meta-oe/recipes-support/monit/monit_5.34.3.bb +++ b/meta-oe/recipes-support/monit/monit_5.34.4.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = " \ | |||
15 | file://monitrc \ | 15 | file://monitrc \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60" | 18 | SRC_URI[sha256sum] = "ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fbd1b469" |
19 | 19 | ||
20 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" | 20 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" |
21 | 21 | ||