aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libexif
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2020-02-09 17:43:32 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-02-09 19:20:20 +0100
commitdb8434a6945561fc94284f1e8fc5c2baac298f9b (patch)
tree9c30e1781ffb897a0ba4e34d8de31479377ace4f /pkgs/development/libraries/libexif
parent8196b7054edd4caf6e1a2e3f438cbc5b684764c3 (diff)
libexif: add patch for CVE-2019-9278
no upstream release with this yet
Diffstat (limited to 'pkgs/development/libraries/libexif')
-rw-r--r--pkgs/development/libraries/libexif/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libexif/default.nix b/pkgs/development/libraries/libexif/default.nix
index 833ccf5dca5d..cd35dc4c1db6 100644
--- a/pkgs/development/libraries/libexif/default.nix
+++ b/pkgs/development/libraries/libexif/default.nix
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
sha256 = "01aqvz63glwq6wg0wr7ykqqghb4abgq77ghvhizbzadg1k4h7drx";
excludes = [ "NEWS" ];
})
+ (fetchpatch {
+ name = "CVE-2019-9278.patch";
+ url = "https://github.com/libexif/libexif/commit/75aa73267fdb1e0ebfbc00369e7312bac43d0566.patch";
+ sha256 = "10ikg33mips5zq9as7l9xqnyzbg1wwr4sw17517nzf4hafjpasrj";
+ })
];
buildInputs = [ gettext ];