summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
AgeCommit message (Collapse)Author
2017-03-24gnu: devil: Update to 1.8.0.Marius Bakke
* 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.
2017-03-22gnu: freeimage: Fix build with GCC 5.Ricardo Wurmus
* 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.
2017-03-22Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-21gnu: zimg: Update to 2.5.Efraim Flashner
* gnu/packages/image.scm (zimg): Update to 2.5.
2017-03-20gnu: openjpeg: Remove obsolete patches.Leo Famulari
* 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.
2017-03-19Merge branch 'master' into core-updatesMark H Weaver
2017-03-19gnu: niftilib: Simplify build phases.Ricardo Wurmus
* gnu/packages/image.scm (niftilib)[arguments]: Use make-flags instead of replacing "configure" phase; simplify "install" phase.
2017-03-18gnu: Add niftilib.John Darrington
* gnu/packages/image.scm (niftilib): New variable.
2017-03-17gnu: libwebp: Update to 0.6.0.Marius Bakke
* 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.
2017-03-17gnu: libpng-apng: Remove unnecessary call to libtool.Kei Kebreau
* gnu/packages/image.scm (libpng-apng)[phases]: Remove it.
2017-03-17gnu: Add libpng-apng.ng0
* gnu/packages/image.scm (libpng-apng): New variable. Co-authored-by: Kei Kebreau <kei@openmailbox.org>
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-03-03gnu: jasper: Update to 2.0.12.Marius Bakke
* gnu/packages/image.scm (jasper): Update to 2.0.12.
2017-02-20gnu: libpng: Update to 1.6.28.Efraim Flashner
* 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.
2017-02-20gnu: libpng: Update source urls.Efraim Flashner
* gnu/packages/image.scm (libpng)[source]: Add 'history' location for older versions.
2017-01-25gnu: openjpeg: Incorporate grafted changes.Leo Famulari
* 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.
2017-01-25gnu: libtiff: Incorporate grafted patches.Leo Famulari
* gnu/packages/image.scm (libtiff)[replacement]: Remove field. [source]: Add patches from libtiff/fixed. (libtiff/fixed): Remove variable.
2017-01-25gnu: libpng: Incorporate grafted patch.Leo Famulari
* 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.
2017-01-24gnu: openjpeg: Fix CVE-2016-{9572,9573}.Leo Famulari
* 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.
2017-01-23gnu: libtiff: Fix CVE-2017-5225.Leo Famulari
* 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.
2017-01-10gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.Leo Famulari
* 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.
2017-01-04gnu: Use HTTPS for all sourceforge.net home pages.Tobias Geerinckx-Rice
* 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.
2017-01-02gnu: jasper: Update to 2.0.10.Efraim Flashner
* gnu/packages/image.scm (jasper): Update to 2.0.10.
2016-12-30gnu: libpng: Mention CVE-2016-10087.Leo Famulari
* 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.
2016-12-29gnu: libpng-1.2: Update to 1.2.57 [security update].Leo Famulari
* gnu/packages/image.scm (libpng-1.2): Update to 1.2.57. [replacement]: New field.
2016-12-29gnu: libpng: Fix a null pointer dereference [fixes security issue].Leo Famulari
* 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.
2016-12-25gnu: leptonica: Update to 1.74.0.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/image.scm (leptonica): Update to 1.74.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-13gnu: libjpeg-turbo: Fix typo.Alex Kost
This is a followup to commit e90a706e1686aaf3a1004683be8a3f3a4cbaf22e. * gnu/packages/image.scm (libjpeg-turbo): Remove extra "\".
2016-12-13gnu: libjpeg-turbo: Fix build on mips.Efraim Flashner
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add substitution to set variable type before use.
2016-12-11Merge branch 'staging'Leo Famulari
2016-12-11gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.Leo Famulari
This is a followup to commit 0e8b7b1c351a2307bfc33211b4d76dbe7dfa01ef. * gnu/packages/image.scm (openjpeg-2.1.2)[source]: Give a meaningful file-name.
2016-12-11gnu: openjpeg: Update replacement to 2.1.2 [fixes CVE-2016-{7445,8332}].Leo Famulari
* 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.
2016-12-10Merge branch 'master' into stagingMark H Weaver
2016-12-10gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}.Efraim Flashner
* 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.
2016-12-10gnu: jasper: Update to 2.0.6.Efraim Flashner
* gnu/packages/image.scm (jasper): Update to 2.0.6.
2016-12-04Merge branch 'master' into stagingMarius Bakke
2016-12-04gnu: exiv2: Move to (gnu packages image).Alex Kost
* gnu/packages/geeqie.scm (exiv2): Move to... * gnu/packages/image.scm: ... here. * gnu/packages/gnome.scm: Adjust the used modules. * gnu/packages/gnunet.scm: Likewise. * gnu/packages/gps.scm: Likewise.
2016-11-30Merge branch 'master' into stagingMarius Bakke
2016-11-29gnu: Add libjpeg-turbo.Tobias Geerinckx-Rice
* gnu/packages/image.scm (libjpeg-turbo): New variable.
2016-11-27gnu: jasper: Update to 2.0.0 [fixes security issues].Efraim Flashner
* gnu/packages/image.scm (jasper): Update to 2.0.0. [build-system]: Switch to cmake-build-system.
2016-11-23gnu: libtiff: Update to 4.0.7.Leo Famulari
* 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.
2016-11-22gnu: libtiff: Update replacement to 4.0.7.Leo Famulari
* gnu/packages/image.scm (libtiff)[replacement]: Update to 4.0.7. (libtiff-4.0.7): New variable. Update home-page and source URLs. (libtiff/fixed): Delete variable. * gnu/packages/patches/libtiff-CVE-2016-5652.patch, gnu/packages/patches/libtiff-CVE-2016-9273.patch, gnu/packages/patches/libtiff-CVE-2016-9297.patch, gnu/packages/patches/libtiff-CVE-2016-9448.patch, gnu/packages/patches/libtiff-uint32-overflow.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2016-11-21gnu: packages: Use gettext-minimal.Alex Kost
* gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of 'gnu-gettext'. * gnu/packages/emacs.scm (m17n-db): Likewise. * gnu/packages/ftp.scm (weex): Likewise. * gnu/packages/games.scm (chromium-bsu): Likewise. * gnu/packages/image.scm (steghide): Likewise. * gnu/packages/linux.scm (radeontop): Likewise. * gnu/packages/mpd.scm (sonata): Likewise. * gnu/packages/networking.scm (whois): Likewise. * gnu/packages/package-management.scm (guix-0.11.0): Likewise. * gnu/packages/psyc.scm (psyclpc): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. * gnu/packages/vim.scm (vim-full): Likewise.
2016-11-19gnu: libtiff: Fix CVE-2016-9448.Leo Famulari
* gnu/packages/patches/libtiff-CVE-2016-9448.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
2016-11-16gnu: libtiff: Fix some buffer overflows.Leo Famulari
* gnu/packages/patches/libtiff-uint32-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
2016-11-16gnu: libtiff: Fix CVE-2016-9297.Leo Famulari
* gnu/packages/patches/libtiff-CVE-2016-9297.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
2016-11-16gnu: jasper: Update to 1.900.29.Efraim Flashner
* gnu/packages/image.scm (jasper): Update to 1.900.29. [inputs]: Add libjpeg.
2016-11-13Merge branch 'core-updates'Ludovic Courtès
2016-11-12gnu: libtiff: Fix CVE-2016-9273.Leo Famulari
* gnu/packages/patches/libtiff-CVE-2016-9273.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed): Use it.
2016-11-06Merge branch 'master' into core-updatesMark H Weaver