From patchwork Thu May 30 11:54:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7833 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Vql6N3PStz3wxG for ; Thu, 30 May 2024 11:54:36 +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 ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Vql6L3ygsz5N; Thu, 30 May 2024 11:54:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Vql6L2jgNz32y9; Thu, 30 May 2024 11:54:34 +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 ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Vql6H4qHCz2ynd for ; Thu, 30 May 2024 11:54:31 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Vql6G4gMbz5N for ; Thu, 30 May 2024 11:54:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1717070070; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VugKVZWAVotQ7QWaDqVXm8FGXEDbC5YvDmi7/1gHfUg=; b=GqxeY2oNJHFKZg/1BZ0WV9sRnoemCR8dnwgB0A0IUFc5ukxZ5s+K5WTKbt4+bA8ROMHpGi 6gMatFd8/ACd50AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1717070070; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VugKVZWAVotQ7QWaDqVXm8FGXEDbC5YvDmi7/1gHfUg=; b=J6eweFtZuUoB4XCG59Sr+Y0AfvYDCAgZcU49rqSG9vopDUHRPQgIkR73MQdVhBFDfvPPtA 1XRhxcONmzhYi7z4WoYv3HaHiZ+XCUcLhvYKpRknK/o1Dr9+2TegP4L7mppbZucQUgEk7s pHN9MkMfQxe/LDssFWkC+o0Q+84u7h6EZKUZlSe2sDvdgl7S612UAzF1RKKYbc5SITlM/4 Aw9bWZohYkzHPizEP884wCAfPMB4/UCH0AdBSC/aLSKND7msg6LG96tIMNWZdogt500BL6 zz618tvek0OUopd4el5JSJbaj+UUjU+m3tKNKBqA/g5EbhEp/WgBK1r5dK16mA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.34.0 Date: Thu, 30 May 2024 13:54:23 +0200 Message-Id: <20240530115423.3450882-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4ZVGZZHH44X47TA7VBMMVSRFH2YDVG3T X-Message-ID-Hash: 4ZVGZZHH44X47TA7VBMMVSRFH2YDVG3T X-MailFrom: matthias.fischer@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: <> List-Archive: <> List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Changelog is rather long, for details see: https://mmonit.com/monit/changes/ Signed-off-by: Matthias Fischer Reviewed-by: Jon Murphy --- lfs/monit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/monit b/lfs/monit index 6b3eecd4f..0d71cb465 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 5.33.0 +VER = 5.34.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 = 22 +PAK_VER = 23 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 770474f010067fe6388622e764a0d032495589dad24873dabd87ab0aa8edcff34d7a014a72c1c05aaa47104b12daf3dc542aa1d2d823d267814c9b5fd139e747 +$(DL_FILE)_BLAKE2 = e49e271f981d76b5d1f71818b7e6e1b1a2de56d8b1f856931c9abec053358dc6557e58fe3c37c5af9cf0f4e2c667ead5cff2ac96c6d8a2c70155cf301c6ffb44 install : $(TARGET)