libexif: add patch for CVE-2019-9278

no upstream release with this yet

authored by Robert Scott and committed by Frederik Rietdijk db8434a6 8196b705

+5
+5
pkgs/development/libraries/libexif/default.nix
··· 25 sha256 = "01aqvz63glwq6wg0wr7ykqqghb4abgq77ghvhizbzadg1k4h7drx"; 26 excludes = [ "NEWS" ]; 27 }) 28 ]; 29 30 buildInputs = [ gettext ];
··· 25 sha256 = "01aqvz63glwq6wg0wr7ykqqghb4abgq77ghvhizbzadg1k4h7drx"; 26 excludes = [ "NEWS" ]; 27 }) 28 + (fetchpatch { 29 + name = "CVE-2019-9278.patch"; 30 + url = "https://github.com/libexif/libexif/commit/75aa73267fdb1e0ebfbc00369e7312bac43d0566.patch"; 31 + sha256 = "10ikg33mips5zq9as7l9xqnyzbg1wwr4sw17517nzf4hafjpasrj"; 32 + }) 33 ]; 34 35 buildInputs = [ gettext ];