all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62137] [PATCH] gnu: zabbix: Update to 6.0.14.
@ 2023-03-12  6:17 Kaelyn Takata via Guix-patches via
  2023-03-12 11:45 ` Kaelyn via Guix-patches via
  2023-03-21  3:13 ` bug#62137: " Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-03-12  6:17 UTC (permalink / raw)
  To: 62137; +Cc: Kaelyn Takata

* 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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#62137] [PATCH] gnu: zabbix: Update to 6.0.14.
  2023-03-12  6:17 [bug#62137] [PATCH] gnu: zabbix: Update to 6.0.14 Kaelyn Takata via Guix-patches via
@ 2023-03-12 11:45 ` Kaelyn via Guix-patches via
  2023-03-21  3:13 ` bug#62137: " Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Kaelyn via Guix-patches via @ 2023-03-12 11:45 UTC (permalink / raw)
  To: 62137@debbugs.gnu.org

Hi,

I want to note that this Zabbix version, released on March 8th, adds support for PHP 8.2. Currently in Guix, the Zabbix web front-end has been broken since commit 4d4fad681983a1a44da3a7a5c032cb26febd3ef2 upgraded PHP from 7.4.30 to 8.2.2. I've tested the upgraded version on a personal Zabbix instance where the web UI broke after a system upgrade due to the PHP upgrade.

Cheers,
Kaelyn




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#62137: [PATCH] gnu: zabbix: Update to 6.0.14.
  2023-03-12  6:17 [bug#62137] [PATCH] gnu: zabbix: Update to 6.0.14 Kaelyn Takata via Guix-patches via
  2023-03-12 11:45 ` Kaelyn via Guix-patches via
@ 2023-03-21  3:13 ` Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-03-21  3:13 UTC (permalink / raw)
  To: Kaelyn Takata; +Cc: 62137-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-21  3:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12  6:17 [bug#62137] [PATCH] gnu: zabbix: Update to 6.0.14 Kaelyn Takata via Guix-patches via
2023-03-12 11:45 ` Kaelyn via Guix-patches via
2023-03-21  3:13 ` bug#62137: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.