From c45de047a62d34fcbb2bca252eccf79a439fc3e7 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Mon, 5 May 2025 16:15:46 +0200 Subject: [PATCH] monit: Update to 5.35.1 For details see: https://mmonit.com/monit/changes/ "Fixed: Issue #1127: Monit may crash when check program is used" Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- lfs/monit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/monit b/lfs/monit index 1df10064e..c8995599b 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.35.0 +VER = 5.35.1 SUMMARY = Utility for monitoring services on a Unix system THISAPP = monit-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 28 +PAK_VER = 29 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b14485224e0697d390b0e772391e74f209a2f0b74bc371399eb6dd6b902b7d7648877466bbc6c672b68d1d7ad186e262b8026f6aa3d3258d5a558baee6d36373 +$(DL_FILE)_BLAKE2 = 6718984afde770dcffb4702fa4590d6615748702e58791e434232cb89818724ac5caac398c83b6a4725b464013a2010e3a31a90829714cd326b88e9fab02b779 install : $(TARGET) -- 2.39.5