From patchwork Thu Apr 1 07:01:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4009 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 4F9vH04Svlz3ws3 for ; Thu, 1 Apr 2021 07:01:16 +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 4F9vGz4F1dzt8; Thu, 1 Apr 2021 07:01:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F9vGz3Mq5z2xYf; Thu, 1 Apr 2021 07:01:15 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4F9vGx3gKwz2xWW for ; Thu, 1 Apr 2021 07:01:13 +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 4F9vGw5tpbzQd for ; Thu, 1 Apr 2021 07:01:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617260472; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=5+/Gz9RbyLdFIgheTYiiC4L2UIc4LG4/n+ozxaL7Cag=; b=iuIK+uWaPGAuR40tk7bCyAvx74v45fPMB4SebnnHVCLfPiilXja5XN2eF95YVmMvRpuh3r nUdSAjdu1b+NfYAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617260472; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=5+/Gz9RbyLdFIgheTYiiC4L2UIc4LG4/n+ozxaL7Cag=; b=btW2rkrfVUNNAiG2s6lyOGOLEbltQwdb/3WGfechbGPaM1K97AcRYbpjB6ui8xlJm+gbZY /w6pRlbpImn5bxnVSDJFykU0cJmPFIEcgU5DPyp4XU8Mp8/bwtuS8qzI3PyNPKpWKkYwPO CHuD32CZHaZ19/bum8Q3Ptuah0Gd2CkhReSKxRhigyIDPUauEWA2VXoBMKlqRJnsxQqPAK 3Nx67bnkMVeFcwuybQQYm6Z7A1vLO6cfXlcEQLfI+uj0XzcqJPQ3nbdDiHPM6Dq4AaWGXf xqcDHyVU53HMJ4oSjKBVDBdXBdckhmtK6RL/lERHj3v0oTkAMfbbUsDmGpt40g== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.28.0 Date: Thu, 1 Apr 2021 09:01:08 +0200 Message-Id: <20210401070108.2104-1-matthias.fischer@ipfire.org> 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/ Signed-off-by: Matthias Fischer --- lfs/monit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/monit b/lfs/monit index 615f2febb..3720995cd 100644 --- a/lfs/monit +++ b/lfs/monit @@ -24,7 +24,7 @@ include Config -VER = 5.27.2 +VER = 5.28.0 THISAPP = monit-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = monit -PAK_VER = 13 +PAK_VER = 14 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 13a0804dae18ef08198c3ace72f9dd60 +$(DL_FILE)_MD5 = 778ac383dea002a5cf2330dffcc65660 install : $(TARGET)