From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZYxhx4k26z3323 for ; Fri, 11 Apr 2025 13:04:17 +0000 (UTC) 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 4ZYxht0kdZz2xQc for ; Fri, 11 Apr 2025 13:04:14 +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 4ZYxhr3sHvz12S; Fri, 11 Apr 2025 13:04:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1744376653; 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=rJ83Lr6ORi+sw7D8G6WBmyNKs7prvaBBxpXcMrTLot8=; b=375iPIeRJKKiDacWlzthFxWQ6jBPZwMxZF3ldWpQPvqwQFUy+G+0ISMwQErh/C0ehFM+EN vDuJBIu/RDQ6yEBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1744376653; 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=rJ83Lr6ORi+sw7D8G6WBmyNKs7prvaBBxpXcMrTLot8=; b=ax+cV8yCdCdEfMiiZ0muad4YLlVQfedJ0mfjGGeoqBV9Xmx/hSn5DJr3paoZSVrDAWnMXm FjIebeXBJJBzriv7toPZgKdfIVJjqMZRv4Kwowc7K+DgoAuM8heY3WpAUujnVWnS4vfub2 cu/eUTP04uyt/B6zDQOZb/O9TXnnjun28QqiCps9NRMdjQgaLHkUMO+yLexGuEWflNZZ6A 2CXi4MMjtHAZf/sXeC3mszu226jrX0biGiKCZ0vn3HbgKE7ZIMvQL1VzjkrF5LAVj8DXva 5b7AwWTnLpWHd6IhXnWSLGAygWhyV4t4SDZ3RehbuF4zgCHhvs2vDSt1mOcRdA== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] monit: Update to 5.35.0 Date: Fri, 11 Apr 2025 15:03:41 +0200 Message-ID: <20250411130351.3380433-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 Content-Transfer-Encoding: 8bit Changelog is rather long this time - for details see: https://mmonit.com/monit/changes/ Signed-off-by: Matthias Fischer --- lfs/monit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/monit b/lfs/monit index 82de4137b..1df10064e 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.34.4 +VER = 5.35.0 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 = 27 +PAK_VER = 28 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a61a63eab320cb39d9d90a877fa6d2f9c326e9629847c235cb44061ad69d9ae561d1c05c5ca0b50e263d3539ed39db64602741e88aa20697209c62bdb53f7516 +$(DL_FILE)_BLAKE2 = b14485224e0697d390b0e772391e74f209a2f0b74bc371399eb6dd6b902b7d7648877466bbc6c672b68d1d7ad186e262b8026f6aa3d3258d5a558baee6d36373 install : $(TARGET) -- 2.43.0