From patchwork Wed Dec 11 16:33:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8320 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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Y7h4M6Txfz3wxg for ; Wed, 11 Dec 2024 16:33:39 +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) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Y7h4K1yzKz2SJ; Wed, 11 Dec 2024 16:33:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Y7h4K0TcXz3340; Wed, 11 Dec 2024 16:33:37 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Y7h4F4Dl1z2yXd for ; Wed, 11 Dec 2024 16:33: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 4Y7h4D2ndgz2J6 for ; Wed, 11 Dec 2024 16:33:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1733934812; 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=pBvKPEs3EjIRR5fBKaJ2CnGfFrlTDd8sry2skhuadHU=; b=1jKxbLKDFZLhNhKq68KnU1sAfndmak9wUQ2fTLZhL+PdUZZVPgOA/tEOuyU8cDEv4U38qr 042uSQ8ZhjGe7nBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1733934812; 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=pBvKPEs3EjIRR5fBKaJ2CnGfFrlTDd8sry2skhuadHU=; b=CycT47ZTB02hczfoY04A+WG6HYjMGfX0e7u8hzAeKYnYlPmnjvTgQK3bbL9sWOgOiVJsvq Via65ETkotnpR7DErhfJSSH3o2Suym+b2hA5BL7f7ySRZpHWR8ket8xUsoaoO1hec/c3CX ttpP/+5Vr2UorncmREJtTtLhidLF8bmrBSO1ko9Ae/Ba84VANJLXoobZoXwO3GGeEaE+HQ mTW4IRkrJqkfOQGjpum0oWz41TQL76hIO2jqB9tduypW/KhgXAxQwF0VFMnm4KtyfKb77K wDpwRq3jXtJ0+XtysVQMA/B/0/81NM60/WtPbMdVwHWrzZcdiRAwfr0V1fUsTQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.34.3 Date: Wed, 11 Dec 2024 17:33:21 +0100 Message-ID: <20241211163325.3414581-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: MLC3MXZLCGXOO2WH547EFY3WK5VOXJ45 X-Message-ID-Hash: MLC3MXZLCGXOO2WH547EFY3WK5VOXJ45 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: For details see: https://mmonit.com/monit/changes/ "Fixed: If the ping statement did not explicitly specify an outgoing address but a previous ping statement did, the same address was shared by both statements. Fixed: Monit may crash upon stopping if the ping statement is used in conjunction with the address option. Fixed: If a directory is set in the allow option of the set httpd statement, instead of a file or string, Monit hangs on startup." Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/monit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/monit b/lfs/monit index 4d687ae0f..b31a6ad0e 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.34.2 +VER = 5.34.3 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 = 25 +PAK_VER = 26 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d4e5587299a44697d0c7d26b0fcc1a7fe4330693de188cf82301e4ab8fa8b2aea141f3aaa99bd1c598655ba993c616faf0a559dbb9c538d2d9421c6791f36880 +$(DL_FILE)_BLAKE2 = 444bc0918fefc59214f9513fa134d4abea9cb0bbfc3e71fa4c3d76d9134821a54e1949bf89a4dc483593862a629a03ac347df9c12f07476c1fcbf2c2e2d4d507 install : $(TARGET)