From patchwork Sat Jun 1 05:54:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2274 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id B59B48C9E72 for ; Fri, 31 May 2019 20:54:55 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45FwCL508qz57xj9; Fri, 31 May 2019 20:54:54 +0100 (BST) Received: from Devel.localdomain (p57B19E92.dip0.t-ipconnect.de [87.177.158.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45FwCH4G50z57xjb for ; Fri, 31 May 2019 20:54:51 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1559332491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=eG8TBlkbZp3X19AA0dMdOqWgUiUyr7fJHGUjiXRgWaw=; b=kwJR8btIyY3+efQrZPfMRFqiUGbtHE0FGIaO8oR4Qs2O1UB2LF1bW4vpeivtTkfniBS5JG WeYaK4U7YA37aLNiPJx/PDQ9Cp4u0HPJanpYuscDFJRBQEs70E0n/Crlx7Fid7Uy4XlDGo mMB/PEt5am4VkqLrLMyAlS6ociOqC7anPwm7JXi9ZQUCAOA73yDleokXkwd9iq8+qlPucL XN5xqa4UGdG/QJC/m4UBdZ7E8O0JiyVU1qkI14PxceVcMmwiOMnmCV9cgp3Tt+7HLysdT+ NVhcgIKhVzo1u2UbRhIdh9aeK3ksUtzVachWFX3sFX1+vdPicsxC67BgebdRcQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1559332491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=eG8TBlkbZp3X19AA0dMdOqWgUiUyr7fJHGUjiXRgWaw=; b=K0ThybYHbmnNnc7J01Mz9qx0URUhcBvzPvDmVEouIuyYh3kcr5NzVWGFH7QGKU91n9cwei 4OCjlx7uyJBTn0DA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.25.3 Date: Fri, 31 May 2019 21:54:45 +0200 Message-Id: <20190531195445.3982-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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 66c415f9f..9cdcd2f5f 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 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.23.0 +VER = 5.25.3 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 = 10 +PAK_VER = 11 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5fbaf7746a233f31ad0aed416ca1d0f9 +$(DL_FILE)_MD5 = 8d91f6e756cca42450ab0815b3086d5b install : $(TARGET)