diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-10 14:15:33 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 23:45:17 -0800 |
| commit | 4dc9e9919d1c69c269cf0490d85ae54ec427d9a8 (patch) | |
| tree | 3b9daf61f5cd4febc905ae949bbe82a6181852dc | |
| parent | 5e2bfd9ffce2b83967679a152849741a089d002f (diff) | |
| download | meta-openembedded-4dc9e9919d1c69c269cf0490d85ae54ec427d9a8.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/monit/monit_5.33.0.bb (renamed from meta-oe/recipes-support/monit/monit_5.32.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/monit/monit_5.32.0.bb b/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 = " \ | |||
| 15 | file://monitrc \ | 15 | file://monitrc \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "1077052d4c4e848ac47d14f9b37754d46419aecbe8c9a07e1f869c914faf3216" | 18 | SRC_URI[sha256sum] = "1ace889c0183473a9d70160df6533bb6e1338dc1354f5928507803e1e2a863b5" |
| 19 | 19 | ||
| 20 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" | 20 | DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt" |
| 21 | 21 | ||
