From patchwork Fri Feb 12 13:15:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3889 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DcYsf6qT0z3xCP for ; Fri, 12 Feb 2021 13:16:06 +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 4DcYsd71jNzys; Fri, 12 Feb 2021 13:16:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DcYsd65h8z2xcM; Fri, 12 Feb 2021 13:16:05 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DcYsd1Grjz2xJj for ; Fri, 12 Feb 2021 13:16:05 +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 4DcYsc4XByz1lM for ; Fri, 12 Feb 2021 13:16:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1613135764; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=wY34P8ZwMa5OST3zq9j2+IAIfHU3p1Irt2io7RHZQEM=; b=TxkZkQFusb17xIiu9OFicXJeEimU9XR46kNi1Kx823bvdkB7TcpIyR2VxexX2phW7V+eKf KDrfsYZTQ4iCU6Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1613135764; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=wY34P8ZwMa5OST3zq9j2+IAIfHU3p1Irt2io7RHZQEM=; b=Pvwkg09XQmMAlCFKIwMu0n19Fvrb6vtEzqnTirHHmoGLW3e59yn9XLqqAPEQ4TwwM/IME5 ANRal4Y43wxnDZYxs+kppnvzzmrZbUnYSTvX3XUBoDAyE03dZW+xjnmXYDhgfYZWhGFM0Z ttN8XwjONk94pW6spvf3iCWfhJolxpPmG45n4/3HtP5O8e4OpdI7tjVUvv0o1GSnL9o8dH ScORs/qF9HlglRqDSYOEKuFdEcyTvj3UC4gtRGQ6PEfVwU4+DOq/gP1+mUfc4rmxl76nEf pYvShxcZlxg4aGji7mITFkLkvHD8pLAiZu5RSu3HrVGAG3yYhEGP4iC2k0c+tg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.27.2 Date: Fri, 12 Feb 2021 14:15:59 +0100 Message-Id: <20210212131559.13209-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/monit b/lfs/monit index caaa022e2..615f2febb 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 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.27.1 +VER = 5.27.2 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 = 12 +PAK_VER = 13 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 200068f37847e3402f6a9b061c2d327e +$(DL_FILE)_MD5 = 13a0804dae18ef08198c3ace72f9dd60 install : $(TARGET)