emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62137: closed ([PATCH] gnu: zabbix: Update to 6.0.14.)


From: GNU bug Tracking System
Subject: bug#62137: closed ([PATCH] gnu: zabbix: Update to 6.0.14.)
Date: Tue, 21 Mar 2023 03:14:02 +0000

Your message dated Mon, 20 Mar 2023 23:13:27 -0400
with message-id <87pm92u78o.fsf@gmail.com>
and subject line Re: bug#62137: [PATCH] gnu: zabbix: Update to 6.0.14.
has caused the debbugs.gnu.org bug report #62137,
regarding [PATCH] gnu: zabbix: Update to 6.0.14.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62137: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62137
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: zabbix: Update to 6.0.14. Date: Sun, 12 Mar 2023 06:17:48 +0000
* gnu/packages/monitoring.scm (zabbix): Update to 6.0.14.
---
 gnu/packages/monitoring.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index c0df1e501c..5ef40bdf58 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -171,7 +171,7 @@ (define-public nagios
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "6.0.12")
+    (version "6.0.14")
     (source
      (origin
        (method url-fetch)
@@ -179,7 +179,7 @@ (define-public zabbix-agentd
              "https://cdn.zabbix.com/zabbix/sources/stable/";
              (version-major+minor version) "/zabbix-" version ".tar.gz"))
        (sha256
-        (base32 "04083aa63bzfg5jp958nypbqr0hlcbhj73whlinr1ri3x1z0caz7"))
+        (base32 "0n6fqa9vbhh2syxii7ds2x6dnplrgrj98by1zl0ij1wfbnbxa6k3"))
        (modules '((guix build utils)))
        (snippet
         '(substitute* '("src/zabbix_proxy/proxy.c"
@@ -829,4 +829,3 @@ (define-public batsignal
 laptop when the battery gets below critical levels, instead of damaging the
 battery.")
     (license license:isc)))
-

base-commit: 7001cc68b6d5785a8dd6aa202d4acbb2ea9364e5
--
2.39.1





--- End Message ---
--- Begin Message --- Subject: Re: bug#62137: [PATCH] gnu: zabbix: Update to 6.0.14. Date: Mon, 20 Mar 2023 23:13:27 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Kaelyn Takata <kaelyn.alexi@protonmail.com> writes:

> * gnu/packages/monitoring.scm (zabbix): Update to 6.0.14.
> ---
>  gnu/packages/monitoring.scm | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
> index c0df1e501c..5ef40bdf58 100644
> --- a/gnu/packages/monitoring.scm
> +++ b/gnu/packages/monitoring.scm
> @@ -171,7 +171,7 @@ (define-public nagios
>  (define-public zabbix-agentd
>    (package
>      (name "zabbix-agentd")
> -    (version "6.0.12")
> +    (version "6.0.14")
>      (source
>       (origin
>         (method url-fetch)
> @@ -179,7 +179,7 @@ (define-public zabbix-agentd
>               "https://cdn.zabbix.com/zabbix/sources/stable/";
>               (version-major+minor version) "/zabbix-" version ".tar.gz"))
>         (sha256
> -        (base32 "04083aa63bzfg5jp958nypbqr0hlcbhj73whlinr1ri3x1z0caz7"))
> +        (base32 "0n6fqa9vbhh2syxii7ds2x6dnplrgrj98by1zl0ij1wfbnbxa6k3"))
>         (modules '((guix build utils)))
>         (snippet
>          '(substitute* '("src/zabbix_proxy/proxy.c"
> @@ -829,4 +829,3 @@ (define-public batsignal
>  laptop when the battery gets below critical levels, instead of damaging the
>  battery.")
>      (license license:isc)))
> -

Applied, thank you!

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]