zoneminder: 1.36.36 -> 1.36.38, fixes CVE-2026-27470 (#493078)

This commit is contained in:
Thomas Gerbet
2026-02-28 22:18:21 +00:00
committed by GitHub
+2 -10
View File
@@ -2,7 +2,6 @@
stdenv,
lib,
fetchFromGitHub,
fetchpatch,
fetchurl,
cmake,
makeWrapper,
@@ -84,24 +83,17 @@ let
in
stdenv.mkDerivation rec {
pname = "zoneminder";
version = "1.36.36";
version = "1.36.38";
src = fetchFromGitHub {
owner = "ZoneMinder";
repo = "zoneminder";
tag = version;
hash = "sha256-q+LpM8JSjcroGa04CqQ7PUU/WvZ9YCVhGOhwBAhOFY0=";
hash = "sha256-c/Q+h0ntJ4XUuvgrLSlWfue4GL4nGARgmXt0En334Y4=";
fetchSubmodules = true;
};
patches = [
# Fix building against FFmpeg 8.0
# https://github.com/ZoneMinder/zoneminder/pull/4466
(fetchpatch {
url = "https://github.com/peat-psuwit/zoneminder/commit/15241687e9ccd97d7866cc7245324472ff6c7f0e.patch";
hash = "sha256-DXeoYOMI3Hcpwshg6wiBxaoTPOswLVV3Weq3Mh5Vaw0=";
})
./default-to-http-1dot1.patch
./0001-Don-t-use-file-timestamp-in-cache-filename.patch
];