From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:32977) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGfmI-0000uP-V1 for guix-patches@gnu.org; Sat, 05 Oct 2019 04:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGfmH-0005xr-VW for guix-patches@gnu.org; Sat, 05 Oct 2019 04:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34915) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGfmH-0005xh-Q2 for guix-patches@gnu.org; Sat, 05 Oct 2019 04:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGfmH-0005LF-NO for guix-patches@gnu.org; Sat, 05 Oct 2019 04:51:01 -0400 Subject: [bug#37629] [PATCH] gnu: zabbix: Update to 4.2.7. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:60921) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGflP-0000KV-78 for guix-patches@gnu.org; Sat, 05 Oct 2019 04:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGflM-0005JE-OJ for guix-patches@gnu.org; Sat, 05 Oct 2019 04:50:06 -0400 Received: from ns13.heimat.it ([46.4.214.66]:37692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iGflM-0005I8-HW for guix-patches@gnu.org; Sat, 05 Oct 2019 04:50:04 -0400 Received: from localhost (ip6-localhost [127.0.0.1]) by ns13.heimat.it (Postfix) with ESMTP id F31EE300671 for ; Sat, 5 Oct 2019 08:50:01 +0000 (UTC) Received: from ns13.heimat.it ([127.0.0.1]) by localhost (ns13.heimat.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ahPfgjU2DQHw for ; Sat, 5 Oct 2019 08:49:42 +0000 (UTC) Received: from bourrache.mug.xelera.it (unknown [93.56.161.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ns13.heimat.it (Postfix) with ESMTPSA id 76571300597 for ; Sat, 5 Oct 2019 08:49:42 +0000 (UTC) Received: from roquette.mug.biscuolo.net (roquette [10.38.2.14]) by bourrache.mug.xelera.it (Postfix) with SMTP id 5A60A300A4B for ; Sat, 5 Oct 2019 10:49:41 +0200 (CEST) From: Giovanni Biscuolo Date: Sat, 05 Oct 2019 10:49:40 +0200 Message-ID: <87sgo7zie3.fsf@roquette.mug.biscuolo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37629@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello Guix, this is a patch to update zabbix to the current latest stable release thanks! Gio' --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-zabbix-Update-to-4.2.7.patch >From dd8d76689d266a4b5da362b2d93f2f94ab7f7657 Mon Sep 17 00:00:00 2001 From: Giovanni Biscuolo Date: Fri, 4 Oct 2019 18:15:28 +0200 Subject: [PATCH] gnu: zabbix: Update to 4.2.7. * gnu/packages/monitoring.scm: (zabbix) Update to 4.2.7. --- gnu/packages/monitoring.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index a34e002a8c..b165e6952d 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -152,7 +152,7 @@ etc. via a Web interface. Features include: (define-public zabbix-agentd (package (name "zabbix-agentd") - (version "4.2.0") + (version "4.2.7") (source (origin (method url-fetch) @@ -161,7 +161,7 @@ etc. via a Web interface. Features include: "/zabbix-" version ".tar.gz")) (sha256 (base32 - "1b9wx6z15jfg8yakb7mlaqqri1ia9i12rgk58c3nparzsjdd9p2c")))) + "09znh8x1sass5mw6wjrfmizjbfls8ad2c16y24ldfj40hlfxz6wx")))) (build-system gnu-build-system) (arguments `(#:configure-flags -- 2.20.1 --=-=-= Content-Type: text/plain -- Giovanni Biscuolo Xelera IT Infrastructures --=-=-=--