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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-03-10 14:15:33 +08:00 committed by Khem Raj
parent 5e2bfd9ffc
commit 4dc9e9919d

View File

@ -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"