2021-01-21 17:00:13 +00:00
|
|
|
{ lib, stdenv
|
2018-11-27 10:11:03 +00:00
|
|
|
, fetchurl
|
2022-02-04 23:56:54 +00:00
|
|
|
, fetchpatch
|
2012-05-15 22:13:46 +01:00
|
|
|
|
2021-07-09 11:27:28 +01:00
|
|
|
, autoreconfHook
|
2021-01-19 06:50:56 +00:00
|
|
|
, pkg-config
|
2012-08-27 03:53:19 +01:00
|
|
|
|
2021-03-06 19:32:55 +00:00
|
|
|
, libdeflate
|
2018-11-07 07:14:20 +00:00
|
|
|
, libjpeg
|
|
|
|
, xz
|
2021-03-06 19:32:55 +00:00
|
|
|
, zlib
|
2022-02-27 18:31:36 +00:00
|
|
|
|
|
|
|
# for passthru.tests
|
|
|
|
, libgeotiff
|
|
|
|
, python3Packages
|
|
|
|
, imagemagick
|
|
|
|
, graphicsmagick
|
|
|
|
, gdal
|
|
|
|
, openimageio
|
|
|
|
, freeimage
|
|
|
|
, imlib
|
2018-11-07 07:14:20 +00:00
|
|
|
}:
|
2012-08-27 03:53:19 +01:00
|
|
|
|
2021-07-20 09:49:29 +01:00
|
|
|
#FIXME: fix aarch64-darwin build and get rid of ./aarch64-darwin.nix
|
|
|
|
|
2018-11-07 07:14:20 +00:00
|
|
|
stdenv.mkDerivation rec {
|
2019-08-15 13:41:18 +01:00
|
|
|
pname = "libtiff";
|
2021-07-08 21:46:22 +01:00
|
|
|
version = "4.3.0";
|
2018-11-27 10:11:03 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
|
|
|
url = "https://download.osgeo.org/libtiff/tiff-${version}.tar.gz";
|
2021-07-08 21:46:22 +01:00
|
|
|
sha256 = "1j3snghqjbhwmnm5vz3dr1zm68dj15mgbx1wqld7vkl7n2nfaihf";
|
2018-11-07 07:14:20 +00:00
|
|
|
};
|
2017-01-18 14:50:58 +00:00
|
|
|
|
2021-09-23 11:05:54 +01:00
|
|
|
patches = [
|
2021-10-22 18:35:04 +01:00
|
|
|
# FreeImage needs this patch
|
2021-09-23 11:05:54 +01:00
|
|
|
./headers.patch
|
2021-10-22 18:35:04 +01:00
|
|
|
# libc++abi 11 has an `#include <version>`, this picks up files name
|
|
|
|
# `version` in the project's include paths
|
2021-09-23 11:05:54 +01:00
|
|
|
./rename-version.patch
|
2022-02-04 23:56:54 +00:00
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-22844.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/03047a26952a82daaa0792957ce211e0aa51bc64.patch";
|
|
|
|
sha256 = "0cfih55f5qpc84mvlwsffik80bgz6drkflkhrdyqq8m84jw3mbwb";
|
|
|
|
})
|
2022-02-21 19:28:24 +00:00
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0561.patch";
|
2022-02-22 20:12:35 +00:00
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/eecb0712f4c3a5b449f70c57988260a667ddbdef.patch";
|
2022-02-21 19:28:24 +00:00
|
|
|
sha256 = "0m57fdxyvhhr9cc260lvkkn2g4zr4n4v9nricc6lf9h6diagd7mk";
|
|
|
|
})
|
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0562.patch";
|
2022-02-22 20:12:35 +00:00
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/561599c99f987dc32ae110370cfdd7df7975586b.patch";
|
2022-02-21 19:28:24 +00:00
|
|
|
sha256 = "0ycirjjc1vigj03kwjb92n6jszsl9p17ccw5hry7lli9gxyyr0an";
|
|
|
|
})
|
2022-03-26 19:41:29 +00:00
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0891.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/46dc8fcd4d38c3b6f35ab28e532aee80e6f609d6.patch";
|
|
|
|
sha256 = "1zn2pgsmbrjx3g2bpdggvwwbp6i348mikwlx4ws482h2379vmyj1";
|
|
|
|
})
|
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0865.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/5e18004500cda10d9074bdb6166b054e95b659ed.patch";
|
|
|
|
sha256 = "131b9ial6avl2agwk31wp2jkrx59955f4r0dikx1jdaywqb7zhd1";
|
|
|
|
})
|
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0924.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/408976c44ef0aad975e0d1b6c6dc80d60f9dc665.patch";
|
|
|
|
sha256 = "1aqaynp74ijxr3rizvbyz23ncs71pbbcw5src1zv46473sy55s8p";
|
|
|
|
})
|
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0907.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/f2b656e2e64adde07a6cffd5c8e96bd81a850fea.patch";
|
|
|
|
sha256 = "0nsplq671qx0f35qww9mx27raqp3nvslz8iv7f3hxdgldylmh2vs";
|
|
|
|
})
|
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0909.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/f8d0f9aa1ba04c9ae3bfe869a18141a8b8117ad7.patch";
|
|
|
|
sha256 = "1plhk6ildl16bp0k3wvzfd4a97hqfqfbbn7vjinsaasf4v0x3q5j";
|
|
|
|
})
|
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-0908.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/a95b799f65064e4ba2e2dfc206808f86faf93e85.patch";
|
|
|
|
sha256 = "0i61kkjaixdn2p933lpma9s6i0772vhxjxxcwyqagw96lmszrcm7";
|
|
|
|
})
|
2022-05-17 00:17:10 +01:00
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-1354.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/87f580f39011109b3bb5f6eca13fac543a542798.patch";
|
|
|
|
sha256 = "0171c662xiv3295x4wsq6qq0v90js51j54vsl7wm043kjkrp1fsb";
|
|
|
|
})
|
|
|
|
(fetchpatch {
|
|
|
|
name = "CVE-2022-1355.patch";
|
|
|
|
url = "https://gitlab.com/libtiff/libtiff/-/commit/c1ae29f9ebacd29b7c3e0c7db671af7db3584bc2.patch";
|
|
|
|
sha256 = "1y75c72s41pl39d5zr5pmkiyfrancllv8fbl10zvc67pg3qjq4v8";
|
|
|
|
})
|
2021-09-23 11:05:54 +01:00
|
|
|
];
|
|
|
|
|
|
|
|
postPatch = ''
|
|
|
|
mv VERSION VERSION.txt
|
|
|
|
'';
|
2014-08-27 00:14:09 +01:00
|
|
|
|
2021-01-03 19:26:08 +00:00
|
|
|
outputs = [ "bin" "dev" "dev_private" "out" "man" "doc" ];
|
|
|
|
|
|
|
|
postFixup = ''
|
|
|
|
moveToOutput include/tif_dir.h $dev_private
|
|
|
|
moveToOutput include/tif_config.h $dev_private
|
|
|
|
moveToOutput include/tiffiop.h $dev_private
|
|
|
|
'';
|
|
|
|
|
2021-07-09 11:27:28 +01:00
|
|
|
# If you want to change to a different build system, please make
|
|
|
|
# sure cross-compilation works first!
|
|
|
|
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
2013-12-23 17:06:09 +00:00
|
|
|
|
2021-03-06 19:32:55 +00:00
|
|
|
propagatedBuildInputs = [ libjpeg xz zlib ]; #TODO: opengl support (bogus configure detection)
|
|
|
|
|
2021-12-31 20:22:59 +00:00
|
|
|
buildInputs = [ libdeflate ];
|
2009-10-29 14:19:58 +00:00
|
|
|
|
2012-05-15 22:13:46 +01:00
|
|
|
enableParallelBuilding = true;
|
|
|
|
|
2021-07-09 11:27:28 +01:00
|
|
|
doCheck = true;
|
2013-12-23 17:06:09 +00:00
|
|
|
|
2022-02-27 18:31:36 +00:00
|
|
|
passthru.tests = {
|
|
|
|
inherit libgeotiff imagemagick graphicsmagick gdal openimageio freeimage imlib;
|
|
|
|
inherit (python3Packages) pillow imread;
|
|
|
|
};
|
|
|
|
|
2021-01-21 17:00:13 +00:00
|
|
|
meta = with lib; {
|
2009-10-29 14:19:58 +00:00
|
|
|
description = "Library and utilities for working with the TIFF image file format";
|
2021-07-08 21:46:22 +01:00
|
|
|
homepage = "https://libtiff.gitlab.io/libtiff";
|
|
|
|
changelog = "https://libtiff.gitlab.io/libtiff/v${version}.html";
|
|
|
|
maintainers = with maintainers; [ qyliss ];
|
2014-07-30 17:04:57 +01:00
|
|
|
license = licenses.libtiff;
|
2014-08-12 18:07:05 +01:00
|
|
|
platforms = platforms.unix;
|
2009-10-29 14:19:58 +00:00
|
|
|
};
|
2003-11-06 15:24:19 +00:00
|
|
|
}
|