lol

Merge pull request #233687 from yayayayaka/cups-filters-fix-cve-2023-24805

cups-filters: fix CVE-2023-24805

authored by

Weijia Wang and committed by
GitHub
455157f2 2a03135e

+9
+9
pkgs/misc/cups/filters.nix
··· 6 6 , dbus 7 7 , dejavu_fonts 8 8 , fetchurl 9 + , fetchpatch 9 10 , fontconfig 10 11 , gawk 11 12 , ghostscript ··· 39 40 url = "https://openprinting.org/download/cups-filters/${pname}-${version}.tar.xz"; 40 41 sha256 = "sha256-qQfsdp+7cu+/v5tUCyUKCOM7bjc6inw0P5hA+6TQR4s="; 41 42 }; 43 + 44 + patches = [ 45 + (fetchpatch { 46 + name = "CVE-2023-24805.patch"; 47 + url = "https://github.com/OpenPrinting/cups-filters/commit/93e60d3df358c0ae6f3dba79e1c9684657683d89.patch"; 48 + hash = "sha256-KgWTYFr2uShL040azzE+KaNyBPy7Gs/hCnEgQmmPCys="; 49 + }) 50 + ]; 42 51 43 52 nativeBuildInputs = [ pkg-config makeWrapper ]; 44 53