summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
Commit message (Collapse)AuthorAge
* gnu: leptonica: Update to 1.74.4.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/image.scm (leptonica): Update to 1.74.4.
* gnu: libtiff: Fix several bugs related to improper codec usage [security fixes].Leo Famulari2017-06-15
| | | | | | | | | Fixes CVE-2014-8128, CVE-2015-7554, CVE-2016-5318, CVE-2016-10095, and the other bugs listed in 'libtiff-tiffgetfield-bugs.patch'. * gnu/packages/patches/libtiff-tiffgetfield-bugs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff-4.0.8)[source]: Use it.
* gnu: exiv2: Update to 0.26.Marius Bakke2017-06-11
| | | | | * gnu/packages/image.scm (exiv2): Update to 0.26. [source]: Add new download location.
* gnu: jasper: Update to 2.0.13.Leo Famulari2017-05-29
| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.13. [source]: Use GitHub URL and set the file-name. Remove 'jasper-CVE-2017-6850.patch'. * gnu/packages/patches/jasper-CVE-2017-6850.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libtiff@4.0.8: Fix source URL.Ludovic Courtès2017-05-29
| | | | | * gnu/packages/image.scm (libtiff-4.0.8)[origin]: Use 'ftp://' not 'http://'.
* gnu: libtiff: Update replacement to 4.0.8 [security fixes].Leo Famulari2017-05-28
| | | | | | | | | | | | | See 'ChangeLog' in the source distribution for more information about the bugs and security issues fixed in this release. * gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8. (libtiff/fixed): Replace with ... (libtiff-4.0.8): New variable. * gnu/packages/patches/libtiff-CVE-2017-7593.patch, gnu/packages/patches/libtiff-CVE-2017-7594.patch, gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: jbig2dec: Fix CVE-2017-{7885,7975,7976}.Leo Famulari2017-05-20
| | | | | | | | * gnu/packages/patches/jbig2dec-CVE-2017-7885.patch, gnu/packages/patches/jbig2dec-CVE-2017-7975.patch, gnu/packages/patches/jbig2dec-CVE-2017-7976.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (jbig2dec)[source]: Use them.
* gnu: Add pngcrunch.Hartmut Goebel2017-05-09
| | | | * gnu/packages/image.scm (pngcrunch): New variable.
* gnu: libtiff: Add fixes several security flaws.Kei Kebreau2017-05-07
| | | | | | | | | | | Fixes CVE-2017-{7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602}. * gnu/packages/patches/libtiff-CVE-2017-7593.patch, gnu/packages/patches/libtiff-CVE-2017-7594.patch, gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable.
* gnu: imlib2: Update to 1.4.10.Marius Bakke2017-04-21
| | | | * gnu/packages/image.scm (imlib2): Update to 1.4.10.
* gnu: jasper: Fixx CVE-2017-6850.Efraim Flashner2017-04-12
| | | | | | * gnu/packages/image.scm (jasper)[source]: Add patch. * gnu/packages/patches/jasper-CVE-2017-6850.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: jbig2dec: Fix CVE-2016-9601.Leo Famulari2017-04-02
| | | | | | * gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (jbig2dec)[source]: Use it.
* gnu: devil: Update to 1.8.0.Marius Bakke2017-03-24
| | | | | | | | | | | | * gnu/packages/patches/devil-CVE-2009-3994.patch, gnu/packages/patches/devil-fix-libpng.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (devil): Update to 1.8.0. [source]: Remove patches and snippet. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Disable tests. Remove #:configure-flags and add a 'change-directory' phase. Remove 'fix-tests' phase. [inputs]: Change LIBJPEG to LIBJPEG-TURBO.
* gnu: freeimage: Fix build with GCC 5.Ricardo Wurmus2017-03-22
| | | | | | * gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source]: Add patch.
* Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-22
|\
| * gnu: zimg: Update to 2.5.Efraim Flashner2017-03-21
| | | | | | | | * gnu/packages/image.scm (zimg): Update to 2.5.
* | gnu: openjpeg: Remove obsolete patches.Leo Famulari2017-03-20
| | | | | | | | | | | | | | * gnu/packages/patches/openjpeg-CVE-2016-5157.patch, gnu/packages/patches/openjpeg-CVE-2016-7163.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (openjpeg)[source]: Remove them.
* | Merge branch 'master' into core-updatesMark H Weaver2017-03-19
|\|
| * gnu: niftilib: Simplify build phases.Ricardo Wurmus2017-03-19
| | | | | | | | | | * gnu/packages/image.scm (niftilib)[arguments]: Use make-flags instead of replacing "configure" phase; simplify "install" phase.
| * gnu: Add niftilib.John Darrington2017-03-18
| | | | | | | | * gnu/packages/image.scm (niftilib): New variable.
| * gnu: libwebp: Update to 0.6.0.Marius Bakke2017-03-17
| | | | | | | | | | | | | | * gnu/packages/image.scm (libwebp): Update to 0.6.0. [source]: Remove patch. * gnu/packages/patches/libwebp-CVE-2016-9085.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: libpng-apng: Remove unnecessary call to libtool.Kei Kebreau2017-03-17
| | | | | | | | * gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
| * gnu: Add libpng-apng.ng02017-03-17
| | | | | | | | | | | | * gnu/packages/image.scm (libpng-apng): New variable. Co-authored-by: Kei Kebreau <kei@openmailbox.org>
* | Merge branch 'master' into core-updatesLudovic Courtès2017-03-09
|\|
| * gnu: jasper: Update to 2.0.12.Marius Bakke2017-03-03
| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.12.
* | gnu: libpng: Update to 1.6.28.Efraim Flashner2017-02-20
| | | | | | | | | | | | | | * gnu/packages/image.scm (libpng): Update to 1.6.28. [source]: Remove patch. * gnu/packages/patches/libpng-CVE-2016-10087.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* | gnu: libpng: Update source urls.Efraim Flashner2017-02-20
| | | | | | | | | | * gnu/packages/image.scm (libpng)[source]: Add 'history' location for older versions.
* | gnu: openjpeg: Incorporate grafted changes.Leo Famulari2017-01-25
| | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (openjpeg)[replacement]: Remove field. [source]: Update to 2.1.2. Add patches 'openjpeg-CVE-2016-9850-CVE-2016-9851.patch' and 'openjpeg-CVE-2016-9572-CVE-2016-9573.patch'. (openjpeg-1)[replacement]: Remove field. (openjpeg-2.1.2): Remove variable.
* | gnu: libtiff: Incorporate grafted patches.Leo Famulari2017-01-25
| | | | | | | | | | | | * gnu/packages/image.scm (libtiff)[replacement]: Remove field. [source]: Add patches from libtiff/fixed. (libtiff/fixed): Remove variable.
* | gnu: libpng: Incorporate grafted patch.Leo Famulari2017-01-25
|/ | | | | | | * gnu/packages/image.scm (libpng)[replacement]: Remove field. [source]: Add patch 'libpng-CVE-2016-10087.patch'. (libpng-1.2)[replacement]: Remove field. (libpng/fixed): Remove variable.
* gnu: openjpeg: Fix CVE-2016-{9572,9573}.Leo Famulari2017-01-24
| | | | | | * gnu/packages/patches/openjpeg-CVE-2016-9572-CVE-2016-9573.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg-2.1.2)[source]: Use it.
* gnu: libtiff: Fix CVE-2017-5225.Leo Famulari2017-01-23
| | | | | | * gnu/packages/patches/libtiff-CVE-2017-5225.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
* gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.Leo Famulari2017-01-10
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/libtiff-CVE-2016-10092.patch, gnu/packages/patches/libtiff-CVE-2016-10093.patch, gnu/packages/patches/libtiff-CVE-2016-10094.patch, gnu/packages/patches/libtiff-assertion-failure.patch, gnu/packages/patches/libtiff-divide-by-zero-ojpeg.patch, gnu/packages/patches/libtiff-divide-by-zero-tiffcp.patch, gnu/packages/patches/libtiff-divide-by-zero-tiffcrop.patch, gnu/packages/patches/libtiff-divide-by-zero.patch, gnu/packages/patches/libtiff-heap-overflow-pixarlog-luv.patch, gnu/packages/patches/libtiff-heap-overflow-tif-dirread.patch, gnu/packages/patches/libtiff-heap-overflow-tiffcp.patch, gnu/packages/patches/libtiff-heap-overflow-tiffcrop.patch, gnu/packages/patches/libtiff-invalid-read.patch, gnu/packages/patches/libtiff-null-dereference.patch, gnu/packages/patches/libtiff-tiffcp-underflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable.
* gnu: Use HTTPS for all sourceforge.net home pages.Tobias Geerinckx-Rice2017-01-04
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS. * gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise. * gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise. * gnu/packages/display-managers.scm (slim)[home-page]: Likewise. * gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise. * gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise. * gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix, ghc-regex-compat)[home-page]: Likewise. * gnu/packages/image.scm (imlib2)[home-page]: Likewise. * gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw) [home-page]: Likewise. * gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools) [home-page]: Likewise. * gnu/packages/mail.scm (esmtp)[home-page]: Likewise. * gnu/packages/mp3.scm (ripperx)[home-page]: Likewise. * gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise. * gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise. * gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise. * gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise.
* gnu: jasper: Update to 2.0.10.Efraim Flashner2017-01-02
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.10.
* gnu: libpng: Mention CVE-2016-10087.Leo Famulari2016-12-30
| | | | | | | * gnu/packages/patches/libpng-fix-null-ptr-dereference.patch: Rename to ... * gnu/packages/patches/libpng-CVE-2016-10087.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust. * gnu/packages/image.scm (libpng/fixed)[source]: Use renamed patch.
* gnu: libpng-1.2: Update to 1.2.57 [security update].Leo Famulari2016-12-29
| | | | | * gnu/packages/image.scm (libpng-1.2): Update to 1.2.57. [replacement]: New field.
* gnu: libpng: Fix a null pointer dereference [fixes security issue].Leo Famulari2016-12-29
| | | | | | | * gnu/packages/patches/libpng-fix-null-ptr-dereference.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libpng)[replacement]: New field. (libpng/fixed): New variable.
* gnu: leptonica: Update to 1.74.0.Taylan Ulrich Bayırlı/Kammer2016-12-25
| | | | | | * gnu/packages/image.scm (leptonica): Update to 1.74.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: libjpeg-turbo: Fix typo.Alex Kost2016-12-13
| | | | | | This is a followup to commit e90a706e1686aaf3a1004683be8a3f3a4cbaf22e. * gnu/packages/image.scm (libjpeg-turbo): Remove extra "\".
* gnu: libjpeg-turbo: Fix build on mips.Efraim Flashner2016-12-13
| | | | | * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add substitution to set variable type before use.
* Merge branch 'staging'Leo Famulari2016-12-11
|\
| * Merge branch 'master' into stagingMark H Weaver2016-12-10
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2016-12-04
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2016-11-30
| |\ \ \
| * | | | gnu: libtiff: Update to 4.0.7.Leo Famulari2016-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (libtiff): Update to 4.0.7. [source]: Update URL and remove obsolete patches. [home-page]: Update URL. [native-inputs]: Add gcc-5. (libtiff-4.0.7): Delete variable. * gnu/packages/patches/libtiff-CVE-2015-8665+CVE-2015-8683.patch, gnu/packages/patches/libtiff-CVE-2016-3623.patch, gnu/packages/patches/libtiff-CVE-2016-3945.patch, gnu/packages/patches/libtiff-CVE-2016-3990.patch, gnu/packages/patches/libtiff-CVE-2016-3991.patch, gnu/packages/patches/libtiff-CVE-2016-5314.patch, gnu/packages/patches/libtiff-CVE-2016-5321.patch, gnu/packages/patches/libtiff-CVE-2016-5323.patch, gnu/packages/patches/libtiff-oob-accesses-in-decode.patch, gnu/packages/patches/libtiff-oob-write-in-nextdecode.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | | | | gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.Leo Famulari2016-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to commit 0e8b7b1c351a2307bfc33211b4d76dbe7dfa01ef. * gnu/packages/image.scm (openjpeg-2.1.2)[source]: Give a meaningful file-name.
* | | | | gnu: openjpeg: Update replacement to 2.1.2 [fixes CVE-2016-{7445,8332}].Leo Famulari2016-12-11
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (openjpeg/fixed): Replace variable with ... (openjpeg-2.1.2): ... this. [patches]: Remove patches inherited from openjpeg. (openjpeg)[replacement]: Replace with openjpeg-2.1.2.
* | | | gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}.Efraim Flashner2016-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (openjpeg)[replacement]: New field. (openjpeg/fixed): New variable, patch against CVE-2016-9850, CVE-2016-9851. * gnu/packages/patches/openjpeg-CVE-2016-9850-CVE-2016-9851.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | | | gnu: jasper: Update to 2.0.6.Efraim Flashner2016-12-10
| |_|/ |/| | | | | | | | * gnu/packages/image.scm (jasper): Update to 2.0.6.