diff mbox series

[meta-oe,11/17] monit: upgrade 5.34.2 -> 5.34.3

Message ID 1734426096-18300-11-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/17] ace: update 8.0.1 -> 8.0.2 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 17, 2024, 9:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fixed: If the ping statement did not explicitly specify an outgoing address
  but a previous ping statement did, the same address was shared by both
  statements.
- Fixed: Monit may crash upon stopping if the ping statement is used in
  conjunction with the address option.
- Fixed: If a directory is set in the 'allow' option of the 'set httpd'
  statement, instead of file or string, Monit hangs on start.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../recipes-support/monit/{monit_5.34.2.bb => monit_5.34.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/monit/{monit_5.34.2.bb => monit_5.34.3.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/monit/monit_5.34.2.bb b/meta-oe/recipes-support/monit/monit_5.34.3.bb
similarity index 94%
rename from meta-oe/recipes-support/monit/monit_5.34.2.bb
rename to meta-oe/recipes-support/monit/monit_5.34.3.bb
index 5502a15b08..42ef8594f4 100644
--- a/meta-oe/recipes-support/monit/monit_5.34.2.bb
+++ b/meta-oe/recipes-support/monit/monit_5.34.3.bb
@@ -15,7 +15,7 @@  SRC_URI = " \
 	file://monitrc \
 "
 
-SRC_URI[sha256sum] = "291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832"
+SRC_URI[sha256sum] = "669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60"
 
 DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"