From patchwork Sat Feb 18 07:59:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6559 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PJh0V1SW8z3x1n for ; Sat, 18 Feb 2023 07:59:22 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PJh0T0DC8zqc; Sat, 18 Feb 2023 07:59:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PJh0S5Ldrz2ylM; Sat, 18 Feb 2023 07:59:20 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PJh0R4tt2z2xPS for ; Sat, 18 Feb 2023 07:59:19 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PJh0P6j4fzmf for ; Sat, 18 Feb 2023 07:59:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676707158; 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=W0p+FEoiPD2kkA9Mm7fOuqiYvGqlH81o7Vxu8hj3f7w=; b=vSVpl2xPjdvfawGT/9Q2CxAFeXTnhtQ0sohcBwSOcTmaDhZ8hQ3p/olxRDWKJUQ7VAuc6I TvRKKCCTdyG8yeCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676707158; 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=W0p+FEoiPD2kkA9Mm7fOuqiYvGqlH81o7Vxu8hj3f7w=; b=WUii1jKEG7Cb3+DFOCncHMOCQCRgWVHMGWqj8wm+fsAWTokGpuk4p1QmkkBW7vhFabyJKN mPMFutkYrqSXZSKX36sk1Gti0RvLtnLVhrkc7SPDW6/2uN2bvk2aDd7HP1JhF57V9HliOa jlQ7dp4xXRWl9k6ZUN1PBwBoHSSl5nYq22YJcFGKXNxaXjqwSvk5H3uxkU+C7LjKJd83dN a/l6JJN63v4KZcE/AGhKqmXrLFF9egVpA2pAP30ZyH4OVbhQSWnuiXr6JI1oJjjMnQpoFH o4ci+0DWhbu9qaT64WmJyc8DLEJwV8BR6elX4IGcI7rTOeuT8bHKaUxnpYEW7A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.33.0 Date: Sat, 18 Feb 2023 08:59:12 +0100 Message-Id: <20230218075912.3952146-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://mmonit.com/monit/changes/ "New: Added click-jacking protection headers to Monit HTTP GUI (the SAMEORIGIN iframe is allowed). Fixed: Issue #1035: If the start, stop or restart program statement contains the equal sign, which is not followed by a space character, the configuration is not parsed correctly. Fixed: Issue #1047: If the MariaDB server doesn't allow access to the host, from which Monit test is running, Monit reported: Invalid handshake packet sequence id -- not MySQL protocol. Fixed: Add the missing responsetime option to the ping test." For more details see: https://bitbucket.org/tildeslash/monit/commits/tag/release-5-33-0 Signed-off-by: Matthias Fischer --- lfs/monit | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lfs/monit b/lfs/monit index 4793129e4..d243be460 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.32.0 +VER = 5.33.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 = 20 +PAK_VER = 21 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 48b824365dca349914ffc066a19758f23fee122fb29b1aed5cecad6f97799a987752e3e59cbed488282738c755fdf4d7c95dbe85069f2e070c28f03a324e0a7f +$(DL_FILE)_BLAKE2 = 770474f010067fe6388622e764a0d032495589dad24873dabd87ab0aa8edcff34d7a014a72c1c05aaa47104b12daf3dc542aa1d2d823d267814c9b5fd139e747 install : $(TARGET) @@ -90,6 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) mkdir -p /var/lib/monit + # Install backup include file install -v -m 644 $(DIR_SRC)/config/backup/includes/monit \ /var/ipfire/backup/addons/includes/monit @@ -99,7 +100,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) #install initscripts $(call INSTALL_INITSCRIPTS,$(SERVICES)) - # Install start links and backup include file. + # Install start links ln -sf ../init.d/monit /etc/rc.d/rc3.d/S60monit ln -sf ../init.d/monit /etc/rc.d/rc0.d/K40monit ln -sf ../init.d/monit /etc/rc.d/rc6.d/K40monit