From patchwork Tue Jun 16 10:14:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 9939 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gfjYN2bffz3wb2 for ; Tue, 16 Jun 2026 10:15: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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gfjYN0yZcz71V for ; Tue, 16 Jun 2026 10:15:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gfjYN0Bh5z2xjY for ; Tue, 16 Jun 2026 10:15:36 +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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gfjYK28prz2xJ0 for ; Tue, 16 Jun 2026 10:15:33 +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 4gfjYH1ZnGz1Sq; Tue, 16 Jun 2026 10:15:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781604932; 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=8u2xas3SzUaRFOmGcBDkMrcbJzA7P04qxoPbceX0G5o=; b=t2ywga6K2khEUyJMk2Ce8eOQRsaONkWpvSOKXFXgwgBR0OZevZtP6ocWDumyxGDOXF8WGU grrWJUtWiOTTazDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781604932; 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=8u2xas3SzUaRFOmGcBDkMrcbJzA7P04qxoPbceX0G5o=; b=MyLahEWsvkH6rlLCbVFAQhFqJREhhCAHlvWUwPFli9l0gAQ7SO/cy1OkrklQvdaRoiWDXS MMogheLeuEdqitbEneOIhE7NET7Tw090tN7qQ8IDTTjfetnCQP+ff+6S4hePuWR781HemW itxQbLi7NYRHy4im+H2HDOqng3tfaJ/OJWvOriiulQl/IdZJulgmTDK+he5njvPaww1Rr2 BaFB9WqB/2rTxFRw4nmhY1bw9B1iZEiWKlV7101leST5QfZu97bbWz8BbrQufJKloOiCCu vi2IfWoJNkvitHw0GeNkyTowoJY0eKtNLWKScFPlcdaMsqHfGjH+Ro3ap8GtzA== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] monit: Update to 6.0.0 Date: Tue, 16 Jun 2026 12:14:43 +0200 Message-ID: <20260616101523.2510247-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/ Changelog is too long to include here. 'monitrc' adjusted due to changes. Signed-off-by: Matthias Fischer --- config/monit/monitrc | 2 +- lfs/monit | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/monit/monitrc b/config/monit/monitrc index 3c999d041..e67507ba0 100644 --- a/config/monit/monitrc +++ b/config/monit/monitrc @@ -25,7 +25,7 @@ set daemon 60 # check services at 1-minute intervals ## omitted, Monit will use 'user' facility by default. If you want to log to ## a standalone log file instead, specify the full path to the log file # -set logfile syslog facility log_daemon +set log syslog facility log_daemon # # ## Set the location of the Monit lock file which stores the process id of the diff --git a/lfs/monit b/lfs/monit index 2b3c69c5c..b0b6740a2 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 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.35.2 +VER = 6.0.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 = 30 +PAK_VER = 31 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 36ffdf106ac1c800817fd45bd41e444bfbfc483e13a6743ad2b7167e0e5efe612649c90ca7be2a58e6741c6b297c8677e337d9f1b6b451aadbea62eab7ac561a +$(DL_FILE)_BLAKE2 = 45202fa13503e485a72267fc22115427155095d5fbc3d289fa6b9a9861d37d2f05b5fef7906b9a6c2d7a286b75055a0d8462407761e7a3e1cc385205a398e2f9 install : $(TARGET)