From patchwork Sat Dec 5 23:26:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3702 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CpQgq556Qz3ws3 for ; Sat, 5 Dec 2020 23:26:31 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CpQgp5HXJz104; Sat, 5 Dec 2020 23:26:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CpQgp3cN1z2yk3; Sat, 5 Dec 2020 23:26:30 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CpQgm4Nfpz2xSc for ; Sat, 5 Dec 2020 23:26:28 +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 4CpQgl4W45z104 for ; Sat, 5 Dec 2020 23:26:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1607210787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=KIHTac+ebARuXMX9uad5JHgHzUIxsPMyzhp2ssn0A+U=; b=oSd4TWNCDMSvtfego2XSendMmMVuwPq04e2byL+VfsqnTXY64l8yVy4VSZFZ2tZ/6b5bOV qoOvoHJTL5DByYAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1607210787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=KIHTac+ebARuXMX9uad5JHgHzUIxsPMyzhp2ssn0A+U=; b=gKzEyzf/jIuEDUFBZVQmbLO4yEL20bDVsUj7p3w/NuNgk8aK8XF51CrvES4suvcJov7hxw ogXxPhhhrp8In/Gridb6ZZxKbElYrnPTEXxhTp6vFLeC4lqUbdSEmAsbLNhoqBkNivdU6C tbC95sZ+a+BzfG9Two/Or4HdYfERIRATneBOeL4WL0m1N5keAoLJyAIvANdT/mOoy2oE2/ zFg9na8Dx98CQpzbD+jfBi75Sbp52i/j6KgTfbFgKa9bY1HN8QMtUmMXmqHBpTu2xo2W1N MJfbG4dN8ex+qbYQHDSRxQMDp6pk8P1EHIPAMz53AehNZEIf1bxgSagzeb1eXw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.27.1 Date: Sun, 6 Dec 2020 00:26:21 +0100 Message-Id: <20201205232621.1416-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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/monit b/lfs/monit index 99750370a..caaa022e2 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 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.25.3 +VER = 5.27.1 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 = 11 +PAK_VER = 12 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8d91f6e756cca42450ab0815b3086d5b +$(DL_FILE)_MD5 = 200068f37847e3402f6a9b061c2d327e install : $(TARGET) @@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################