From patchwork Mon May 5 14:15:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8702 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Zrk8f37p9z3x3j for ; Mon, 5 May 2025 14:16:02 +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) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Zrk8f2HtWz6Pb for ; Mon, 5 May 2025 14:16:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zrk8f1Zjpz32pG for ; Mon, 5 May 2025 14:16:02 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zrk8b2Hrwz30Bt for ; Mon, 5 May 2025 14:15:59 +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 4Zrk8Z4GjczPV; Mon, 5 May 2025 14:15:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1746454558; 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=Xt8O7eIe4JHW+b0XLh4u5iTwl9y5N6APQ52YcUEWUuw=; b=RbCrjzc/2IKL4SrpVGBGY8JOm5EatWTsamoZmsOTSX7uRUNsG6tKTa6J/DWzTnzTXYgZW2 mYYdRZGxAzuUZ7AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1746454558; 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=Xt8O7eIe4JHW+b0XLh4u5iTwl9y5N6APQ52YcUEWUuw=; b=Ygq4Hddz31dhTnI9ZHUNXa5QrnpQC7rD+RydFCBZcGP9/8PIMY39NKEc7lmkUUYPWPfhXW JyIViaaWTKs39YOBHuHLXtUQfOlJKRMK1PS2pJS+blkufle27HRI1cRP4X/mOVHJQPqZqr pNGEteZdOhr5TANXJ4mOa7VN1vM92SfHkkI/N2FBr5q1sD7OssaVhS6kj7FxYo4sZKL3Xv +NVTN9VgPIFo8vvCMiipIeQr3qZBAHGMNrZdq6v4LfxFLsMYeBxAkpyImOQwq0pX5cdZXx 0A9U70uP+CzRxKX9WffMO8jimZMxmF38JGFNk2XteV0x1qjniVAQ4knD5KUt1g== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] monit: Update to 5.35.1 Date: Mon, 5 May 2025 16:15:46 +0200 Message-ID: <20250505141550.3381386-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/ "Fixed: Issue #1127: Monit may crash when check program is used" Signed-off-by: Matthias Fischer --- lfs/monit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/monit b/lfs/monit index 1df10064e..c8995599b 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.35.0 +VER = 5.35.1 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 = 28 +PAK_VER = 29 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b14485224e0697d390b0e772391e74f209a2f0b74bc371399eb6dd6b902b7d7648877466bbc6c672b68d1d7ad186e262b8026f6aa3d3258d5a558baee6d36373 +$(DL_FILE)_BLAKE2 = 6718984afde770dcffb4702fa4590d6615748702e58791e434232cb89818724ac5caac398c83b6a4725b464013a2010e3a31a90829714cd326b88e9fab02b779 install : $(TARGET)