From 4dc9e9919d1c69c269cf0490d85ae54ec427d9a8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 10 Mar 2023 14:15:33 +0800 Subject: [PATCH] monit: upgrade 5.32.0 -> 5.33.0 Changelog: ========== New: Added click-jacking protection headers to Monit HTTP GUI (the SAMEORIGIN iframe is allowed). Fixed: Issue #1035: If the start, stop or restart program statement contains the equal sign, which is not followed by a space character, the configuration is not parsed correctly. Fixed: Issue #1047: If the MariaDB server doesn't allow access to the host, from which Monit test is running, Monit reported: Invalid handshake packet sequence id -- not MySQL protocol. Fixed: Add the missing responsetime option to the ping test. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/monit/{monit_5.32.0.bb => monit_5.33.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/monit/{monit_5.32.0.bb => monit_5.33.0.bb} (94%) diff --git a/meta-oe/recipes-support/monit/monit_5.32.0.bb b/meta-oe/recipes-support/monit/monit_5.33.0.bb similarity index 94% rename from meta-oe/recipes-support/monit/monit_5.32.0.bb rename to meta-oe/recipes-support/monit/monit_5.33.0.bb index e4ec9d5262..66d4079a94 100644 --- a/meta-oe/recipes-support/monit/monit_5.32.0.bb +++ b/meta-oe/recipes-support/monit/monit_5.33.0.bb @@ -15,7 +15,7 @@ SRC_URI = " \ file://monitrc \ " -SRC_URI[sha256sum] = "1077052d4c4e848ac47d14f9b37754d46419aecbe8c9a07e1f869c914faf3216" +SRC_URI[sha256sum] = "1ace889c0183473a9d70160df6533bb6e1338dc1354f5928507803e1e2a863b5" DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"