From de386656586a19eea8f139e6f3e5f942001c33dc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:31 +0800 Subject: [PATCH] monit: upgrade 5.34.0 -> 5.34.2 Fixes: ====== - The network protocol test may occasionally fail with a "Poll failed: Interrupted system call" error. - The check program now avoids leaving zombie processes between cycles. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/monit/{monit_5.34.0.bb => monit_5.34.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/monit/{monit_5.34.0.bb => monit_5.34.2.bb} (94%) diff --git a/meta-oe/recipes-support/monit/monit_5.34.0.bb b/meta-oe/recipes-support/monit/monit_5.34.2.bb similarity index 94% rename from meta-oe/recipes-support/monit/monit_5.34.0.bb rename to meta-oe/recipes-support/monit/monit_5.34.2.bb index 7c3869789c..5502a15b08 100644 --- a/meta-oe/recipes-support/monit/monit_5.34.0.bb +++ b/meta-oe/recipes-support/monit/monit_5.34.2.bb @@ -15,7 +15,7 @@ SRC_URI = " \ file://monitrc \ " -SRC_URI[sha256sum] = "37f514cd8973bbce104cb8517ff3fc504052a083703eee0d0e873db26b919820" +SRC_URI[sha256sum] = "291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832" DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"