From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jEVQc-0002qI-Ip for ptxdist@pengutronix.de; Wed, 18 Mar 2020 10:55:59 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 8A2B02984 for ; Wed, 18 Mar 2020 10:55:57 +0100 (CET) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4wO5AFxOfoUi for ; Wed, 18 Mar 2020 10:55:57 +0100 (CET) Received: from adahl by ada.ifak-system.com with local (Exim 4.89) (envelope-from ) id 1jEVQY-0000ed-8v for ptxdist@pengutronix.de; Wed, 18 Mar 2020 10:55:54 +0100 From: Alexander Dahl Date: Wed, 18 Mar 2020 10:55:54 +0100 Message-Id: <20200318095554.2467-1-ada@thorsis.com> Subject: [ptxdist] [PATCH] monit: version bump 5.25.2 -> 5.26.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Includes some fixes and support for testing MQTT protocol, see upstream release notes for details: https://mmonit.com/monit/changes/ Signed-off-by: Alexander Dahl --- rules/monit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/monit.make b/rules/monit.make index 6fdf10c03..2467545cd 100644 --- a/rules/monit.make +++ b/rules/monit.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MONIT) += monit # # Paths and names # -MONIT_VERSION := 5.25.2 -MONIT_MD5 := 890df599d6c1e9cfbbdd3edbacb7db81 +MONIT_VERSION := 5.26.0 +MONIT_MD5 := 9f7dc65e902c103e4c5891354994c3df MONIT := monit-$(MONIT_VERSION) MONIT_SUFFIX := tar.gz MONIT_URL := http://mmonit.com/monit/dist/$(MONIT).$(MONIT_SUFFIX) -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de