monit: upgrade 5.34.2 -> 5.34.3

Changelog:
==========
- Fixed: If the ping statement did not explicitly specify an outgoing address
  but a previous ping statement did, the same address was shared by both
  statements.
- Fixed: Monit may crash upon stopping if the ping statement is used in
  conjunction with the address option.
- Fixed: If a directory is set in the 'allow' option of the 'set httpd'
  statement, instead of file or string, Monit hangs on start.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-12-17 17:01:30 +08:00
committed by Khem Raj
parent aacf96f2b0
commit 932f331dec
@@ -15,7 +15,7 @@ SRC_URI = " \
file://monitrc \
"
SRC_URI[sha256sum] = "291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832"
SRC_URI[sha256sum] = "669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60"
DEPENDS = "zlib bison-native libnsl2 flex-native openssl virtual/crypt"