From patchwork Fri May 9 10:33:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8713 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Zv52d390zz3x4T for ; Fri, 9 May 2025 10:34:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Zv52d0yZSz6QF for ; Fri, 9 May 2025 10:34:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zv52d0Cvpz3316 for ; Fri, 9 May 2025 10:34:01 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zv52Z0mQfz2y59 for ; Fri, 9 May 2025 10:33:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Zv52Y1Msfz1P4; Fri, 9 May 2025 10:33:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1746786837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zhbZ/zSVRxNFqV0yh+LVCUBX+xqGJwLsWZXEGSKp/V4=; b=7mpCQfYNybG0cPoUUAVDcmH8tGUNS72DaJwUVDp3x4UJsCEeu/mrYvqp5nDrWtPZTKvakH Yy9WA3yqmxJjzOBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1746786837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zhbZ/zSVRxNFqV0yh+LVCUBX+xqGJwLsWZXEGSKp/V4=; b=UXuP/DE+p2etzVdgxaYYGOOvQQf5NwOBnIo4TcBTYnWHrp4CMrCUWsiJKLcm69Sv3VlXvt 2ygGJSmBnGdBOyIjNH8icAX+iNW7eW9+euO+VYX4RpXx3AnRqqngzTy17l+CsmVP74EExa pO3PXnG2/H1IiH84ijNzYp8LqAIA2PGi5nwXYas4zqiLa4j2LEhK4O4S1J5YMJzdMUzDtN 2586Be+whYkUzYUkbgBC9ODS75irsKWXhzZuVJhErptl3DyOyH4qpRnAsi8wXqP8weleIG 0+yX7GDXy3eA6p5AflEsqxuvLoB6/+rCL4qKPs+pxp/CGhHIwnKo06YZrV7c1g== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] monit: Update to 5.35.2 Date: Fri, 9 May 2025 12:33:37 +0200 Message-ID: <20250509103347.3269461-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 For details see: https://mmonit.com/monit/changes/ "Fixed: An issue where Monit with a short poll cycle could skip sleep intervals, run checks continuously, and use CPU excessively when using numerous "check program" tests." Signed-off-by: Matthias Fischer --- lfs/monit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/monit b/lfs/monit index c8995599b..2b3c69c5c 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.35.1 +VER = 5.35.2 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 = 29 +PAK_VER = 30 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6718984afde770dcffb4702fa4590d6615748702e58791e434232cb89818724ac5caac398c83b6a4725b464013a2010e3a31a90829714cd326b88e9fab02b779 +$(DL_FILE)_BLAKE2 = 36ffdf106ac1c800817fd45bd41e444bfbfc483e13a6743ad2b7167e0e5efe612649c90ca7be2a58e6741c6b297c8677e337d9f1b6b451aadbea62eab7ac561a install : $(TARGET)