zoneminder: 1.36.33 -> 1.36.34

Fixes CVE-2024-43360, CVE-2023-41884, CVE-2024-43359 and CVE-2024-43358.

Changes:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.34
(cherry picked from commit 68324b7d54)
This commit is contained in:
Thomas Gerbet
2024-09-24 21:52:33 +02:00
committed by Leona Maroni
parent a9a9e085f1
commit 8a1d7c94aa

View File

@@ -57,13 +57,13 @@ let
in stdenv.mkDerivation rec {
pname = "zoneminder";
version = "1.36.33";
version = "1.36.34";
src = fetchFromGitHub {
owner = "ZoneMinder";
repo = "zoneminder";
rev = version;
sha256 = "sha256-KUhFZrF7BuLB2Z3LnTcHEEZVA6iosam6YsOd8KWvx7E=";
hash = "sha256-ClO1f0Aspz04C8wgQurtHWmwzu2f4RZ/1oGjPN8HQrw=";
fetchSubmodules = true;
};