[PATCH] gnu: zabbix: Update to 6.0.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kaelyn Takata
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Kaelyn Takata
Severity
normal

Debbugs page

Kaelyn Takata wrote 2 years ago
(address . guix-patches@gnu.org)(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)
e32b951da9cfb39e63ca8f9c90d04f9a7268d799.1678601818.git.kaelyn.alexi@protonmail.com
* gnu/packages/monitoring.scm (zabbix): Update to 6.0.14.
---
gnu/packages/monitoring.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
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
Kaelyn wrote 2 years ago
(name . 62137@debbugs.gnu.org)(address . 62137@debbugs.gnu.org)
jIx642rDhGbxQn9W8Khz_1e1eyFwLbw_ObJkJCRc2-WlKwdaH6-x3QD-16FcSomeYpeuacX_Leq-v-5Na2ITb8hYprfeNXOvnJZ-LASZFd4=@protonmail.com
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
Maxim Cournoyer wrote 2 years ago
(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)(address . 62137-done@debbugs.gnu.org)
87pm92u78o.fsf@gmail.com
Hi,

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

Toggle quote (33 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62137@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62137
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help