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

Message ID 1645449836-23309-4-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] monit: upgrade 5.30.0 -> 5.31.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 21, 2022, 1:23 p.m. UTC
Changelog:
==========
-Add support for Linux OpenZFS 2.x I/O statistics.
-Add support for FreeBSD ZFS I/O statistics for FreeBSD 12.x or later.
-If Monit 5.30.0 CLI action was executed for a non-existent service name, the
 error message was not reported properly. Thanks to Lutz Mader for fix.
-If Monit reload was requested during the optional start delay interval, Monit
 still waited for the delay to pass and performed one test cycle with the old
 configuration, before the reload was performed. Monit will reload the
 configuration immediately now.
-New precompiled binaries: Added binaries for musl-based Linux distributions,
 such as Alpine Linux.

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

Patch

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