diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2024-02-24 14:52:07 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-25 19:20:54 +0000 |
| commit | 054593d8b542c2edf1f3ab305a67a1068cb0bb29 (patch) | |
| tree | 4f9dfa1d018bf5513297aefe0e2d59c20228b85a | |
| parent | zabbix50: 5.0.37 -> 5.0.41 (diff) | |
| download | nixpkgs-054593d8b542c2edf1f3ab305a67a1068cb0bb29.tar.gz | |
zabbix60: 6.0.21 -> 6.0.26origin/backport-291148-to-release-23.11
Fixes CVE-2024-22119 / https://support.zabbix.com/browse/ZBX-24070
Changes:
https://www.zabbix.com/rn/rn6.0.26
https://www.zabbix.com/rn/rn6.0.25
https://www.zabbix.com/rn/rn6.0.24
https://www.zabbix.com/rn/rn6.0.23
https://www.zabbix.com/rn/rn6.0.22
(cherry picked from commit 01134358a0b3fe2792204bb61098a6b592fc6348)
| -rw-r--r-- | pkgs/servers/monitoring/zabbix/versions.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/zabbix/versions.nix b/pkgs/servers/monitoring/zabbix/versions.nix index 7a132e94a4ee..be1f5592f1fe 100644 --- a/pkgs/servers/monitoring/zabbix/versions.nix +++ b/pkgs/servers/monitoring/zabbix/versions.nix @@ -1,7 +1,7 @@ generic: { v60 = generic { - version = "6.0.21"; - hash = "sha256-hdKPI5UEQvF/URH2eLWW32az3LMEse3UXIELOsfvwzk="; + version = "6.0.26"; + hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g="; vendorHash = null; }; |
