[meta-oe] monit: upgrade 5.29.0 -> 5.30.0

Message ID 1642556766-18315-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] monit: upgrade 5.29.0 -> 5.30.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 19, 2022, 1:46 a.m. UTC
Changelog:
=========
-New: Add a read-only option to the set httpd statement. The option can be used
 on the TCP socket, the unix socket, or both.
-Changed: Issue #1011: The include statement was limited to 512 files, increase
 the limit to 1024 files.
-Fixed: The disk read and write bytes didn't show up in M/Monit for Monit 5.27.0
 or later.
-Fixed: Issue #998: Monit 5.29.0 may fail to compile on platforms without the
 monotonic clock support.
-Fixed: Issue #1002: 32-bit Linux machines with more then 4GB of RAM reported
 wrong system memory size and swap size values.
-Fixed: Issue #1005: When the port statement was used with the generic protocol
 test and the target server returned zeros in response, Monit >= 5.20.0 may crash.
-Fixed: Issue #1009: When one executes an action via the Monit HTML GUI (uses a
 POST request), the Monit HTTP server will redirect the browser back to the base
 URL, so the browser won't perform the POST request again on an automatic page
 refresh, which is performed to poll for status changes.
-Fixed: Issue #1015: The set httpd statement supports only one address option.
 Display warning if multiple address options are used.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/monit/{monit_5.29.0.bb => monit_5.30.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/monit/{monit_5.29.0.bb => monit_5.30.0.bb} (94%)

Patch

diff --git a/meta-oe/recipes-support/monit/monit_5.29.0.bb b/meta-oe/recipes-support/monit/monit_5.30.0.bb
similarity index 94%
rename from meta-oe/recipes-support/monit/monit_5.29.0.bb
rename to meta-oe/recipes-support/monit/monit_5.30.0.bb
index 9528fe735..1496243c1 100644
--- a/meta-oe/recipes-support/monit/monit_5.29.0.bb
+++ b/meta-oe/recipes-support/monit/monit_5.30.0.bb
@@ -15,7 +15,7 @@  SRC_URI = " \
 	file://monitrc \
 "
 
-SRC_URI[sha256sum] = "f665e6dd1f26a74b5682899a877934167de2b2582e048652ecf036318477885f"
+SRC_URI[sha256sum] = "e85649dfa8586f4fcdd34a0295c55ddd69b0eda6cfbdac47105a2673d10b1008"
 
 DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"