summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-17 17:01:30 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:24 -0800
commit932f331dec7c2d396068089f7f1240b56e53a6c6 (patch)
treeb86ea66235a98275c890638611f3cebd7a489f61
parentaacf96f2b066cb5258b792a52d5db78037603f69 (diff)
downloadmeta-openembedded-932f331dec7c2d396068089f7f1240b56e53a6c6.tar.gz
monit: upgrade 5.34.2 -> 5.34.3
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/monit/monit_5.34.3.bb (renamed from meta-oe/recipes-support/monit/monit_5.34.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/monit/monit_5.34.2.bb b/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 = " \
15 file://monitrc \ 15 file://monitrc \
16" 16"
17 17
18SRC_URI[sha256sum] = "291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832" 18SRC_URI[sha256sum] = "669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60"
19 19
20DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" 20DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"
21 21