From 5bb47bf2eee500841d36e17af2111dc5cf992776 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 21 Feb 2022 21:23:56 +0800 Subject: [PATCH] monit: upgrade 5.30.0 -> 5.31.0 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 Signed-off-by: Khem Raj --- .../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%) 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"