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 1kWypv-00046r-LX for ptxdist@pengutronix.de; Mon, 26 Oct 2020 10:30:44 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id B28D75C for ; Mon, 26 Oct 2020 10:30:42 +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 OyH360xFVzll for ; Mon, 26 Oct 2020 10:30:39 +0100 (CET) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1kWypn-0003ce-J6 for ptxdist@pengutronix.de; Mon, 26 Oct 2020 10:30:35 +0100 From: Alexander Dahl Date: Mon, 26 Oct 2020 10:30:35 +0100 Message-Id: <20201026093035.13883-1-ada@thorsis.com> Subject: [ptxdist] [PATCH] monit: version bump 5.26.0 -> 5.27.1 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 Lots of bugfixes! Note: 5.27.0 had quite a lot of cross-compiling issues, those are solved by upstream with 5.27.1 now. Link: https://mmonit.com/monit/changes/ Signed-off-by: Alexander Dahl --- rules/monit.make | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/monit.make b/rules/monit.make index 2467545cd..51ca33f9d 100644 --- a/rules/monit.make +++ b/rules/monit.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MONIT) += monit # # Paths and names # -MONIT_VERSION := 5.26.0 -MONIT_MD5 := 9f7dc65e902c103e4c5891354994c3df +MONIT_VERSION := 5.27.1 +MONIT_MD5 := 200068f37847e3402f6a9b061c2d327e MONIT := monit-$(MONIT_VERSION) MONIT_SUFFIX := tar.gz MONIT_URL := http://mmonit.com/monit/dist/$(MONIT).$(MONIT_SUFFIX) @@ -37,10 +37,12 @@ MONIT_CONF_OPT := $(CROSS_AUTOCONF_USR) \ $(GLOBAL_LARGE_FILE_OPTION) \ --enable-optimized \ --disable-profiling \ + --disable-codesign \ --$(call ptx/wwo, PTXCONF_GLOBAL_IPV6)-ipv6 \ --$(call ptx/wwo, PTXCONF_GLOBAL_LARGE_FILE)-largefiles \ --$(call ptx/wwo, PTXCONF_MONIT_ZLIB)-zlib \ --without-pam \ + --without-asan \ --$(call ptx/wwo, PTXCONF_MONIT_SSL)-ssl \ --with-ssl-dir=$(SYSROOT)/usr -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de