diff mbox series

[meta-oe,12/30] monit: upgrade 5.34.3 -> 5.34.4

Message ID 1736843329-4131-12-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-networking,01/30] chrony: upgrade 4.5 -> 4.6.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 14, 2025, 8:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../recipes-support/monit/{monit_5.34.3.bb => monit_5.34.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/monit/{monit_5.34.3.bb => monit_5.34.4.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/monit/monit_5.34.3.bb b/meta-oe/recipes-support/monit/monit_5.34.4.bb
similarity index 94%
rename from meta-oe/recipes-support/monit/monit_5.34.3.bb
rename to 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 = " \
 	file://monitrc \
 "
 
-SRC_URI[sha256sum] = "669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60"
+SRC_URI[sha256sum] = "ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fbd1b469"
 
 DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"