diff mbox series

[meta-oe,06/11] monit: upgrade 5.32.0 -> 5.33.0

Message ID 1678428937-7700-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-networking,01/11] rp-pppoe: upgrade 3.14 -> 3.15 | expand

Commit Message

Mingyu Wang (Fujitsu) March 10, 2023, 6:15 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 e4ec9d526..66d4079a9 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"