diff options
author | Kei Kebrau <kkebrau@posteo.net> | 2019-01-07 19:36:49 -0500 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-09-25 17:45:39 +0200 |
commit | 8dc3c2a7d5fbe28b6f8ae27788b053be0d87b0b6 (patch) | |
tree | 08b5bd511dca4e77f664c1dba3b00423a16990a9 /gnu/local.mk | |
parent | 8b9570adc16e62c923d14f1f5ecbc8eb5b89c985 (diff) | |
download | patches-8dc3c2a7d5fbe28b6f8ae27788b053be0d87b0b6.tar patches-8dc3c2a7d5fbe28b6f8ae27788b053be0d87b0b6.tar.gz |
gnu: freeimage: Update to 3.18.0.
* gnu/packages/image.scm (freeimage): Update to 3.18.0.
[source]: Modify snippet to remove the bundled libjxr. Remove obsolete
patches.
[arguments]: Add libjxr include directory to #:make-flags.
[inputs]: Add libjxr.
* gnu/packages/patches/freeimage-CVE-2015-0852.patch,
gnu/packages/patches/freeimage-CVE-2016-5684.patch,
gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister patches.
* gnu/packages/patches/freeimage-unbundle.patch: Update patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 23fc317d50..919e836b8c 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -828,9 +828,6 @@ dist_patch_DATA = \ %D%/packages/patches/flint-ldconfig.patch \ %D%/packages/patches/foomatic-filters-CVE-2015-8327.patch \ %D%/packages/patches/foomatic-filters-CVE-2015-8560.patch \ - %D%/packages/patches/freeimage-CVE-2015-0852.patch \ - %D%/packages/patches/freeimage-CVE-2016-5684.patch \ - %D%/packages/patches/freeimage-fix-build-with-gcc-5.patch \ %D%/packages/patches/freeimage-unbundle.patch \ %D%/packages/patches/fuse-overlapping-headers.patch \ %D%/packages/patches/gawk-shell.patch \ |