From patchwork Fri Jan 14 16:01:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4964 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 ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jb5f501mhz3wjq for ; Fri, 14 Jan 2022 16:02:04 +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 4Jb5f36brPz179; Fri, 14 Jan 2022 16:02:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jb5f355v8z2yYg; Fri, 14 Jan 2022 16:02:03 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jb5f16VcVz2xlJ for ; Fri, 14 Jan 2022 16:02:01 +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 4Jb5f12CYQzTp for ; Fri, 14 Jan 2022 16:02:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1642176121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=x2v74W4q91kmfw2FQrDr56iowb2JT6DfdyxD427+hLg=; b=yyHn0CAQb+dzEosmd0IOnF3Jf/OcDkQd4Fnp+A9uqjwwKrpeAyT/H1Kzuptn102kKKdv1B 0INlzqHG/F4icZBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1642176121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=x2v74W4q91kmfw2FQrDr56iowb2JT6DfdyxD427+hLg=; b=O319/jrex0qblV3cSbildpH36nIT2bUrFRIhR69pCKcemDHYw558SKlJ6xwiTgXbWRpM1A y33YvBgKNRWUUWwm5MXhkQW7l/zZe8UZzTkC7FpO6LYoofeQK0R/iLH78Wdjc9S26TybJN qYjF5nrVIuZ8Dyq8kQRUaU2jf2qek/kKRLJtcngdlXYDJsOFMNLWgw14GJ6AlWI/yzBrER cJB3LPsDIIn/k2P3PSwtyOAcpepvIMoW7/VxPdplJe+LrsMtqSfAn9Ltrr/Woipis5Djjg hkbsPFVPSwgyeb2z6QiX9dv3exNGCUIAZGPVy2ciAkCSokRPnsWKSt8n8zVAFg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] monit: Update to 5.30.0 Date: Fri, 14 Jan 2022 17:01:56 +0100 Message-Id: <20220114160156.1717-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 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 Reviewed-by: Peter Müller --- lfs/monit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/monit b/lfs/monit index 044fe560f..51b7e0101 100644 --- a/lfs/monit +++ b/lfs/monit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 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.29.0 +VER = 5.30.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 = 16 +PAK_VER = 17 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8a0546d0d52216b22ebd57acc0bb1e03 +$(DL_FILE)_MD5 = d1a1b2349e8d0f833b3057c7b102b09d install : $(TARGET)