From patchwork Sat Oct 5 08:49:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giovanni Biscuolo X-Patchwork-Id: 15655 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id E0DB917520; Sat, 5 Oct 2019 09:51:08 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id A5E8A17458 for ; Sat, 5 Oct 2019 09:51:08 +0100 (BST) Received: from localhost ([::1]:54896 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGfmO-0000uh-2e for patchwork@mira.cbaines.net; Sat, 05 Oct 2019 04:51:08 -0400 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 X-Loop: help-debbugs@gnu.org Subject: [bug#37629] [PATCH] gnu: zabbix: Update to 4.2.7. Resent-From: Giovanni Biscuolo Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Oct 2019 08:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37629 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37629@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.157026541220462 (code B ref -1); Sat, 05 Oct 2019 08:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Oct 2019 08:50:12 +0000 Received: from localhost ([127.0.0.1]:43734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGflT-0005Jv-Sm for submit@debbugs.gnu.org; Sat, 05 Oct 2019 04:50:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:53953) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGflQ-0005Jl-JG for submit@debbugs.gnu.org; Sat, 05 Oct 2019 04:50:09 -0400 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) X-Virus-Scanned: Debian amavisd-new at ns13.heimat.it 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) Received: (nullmailer pid 3384 invoked by uid 1000); Sat, 05 Oct 2019 08:49:40 -0000 From: Giovanni Biscuolo Organization: Xelera.eu Date: Sat, 05 Oct 2019 10:49:40 +0200 Message-ID: <87sgo7zie3.fsf@roquette.mug.biscuolo.net> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hello Guix, this is a patch to update zabbix to the current latest stable release thanks! Gio' 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