summaryrefslogtreecommitdiff
path: root/gnu/packages/image.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: libtiff: Fix CVE-2016-{10092,10093,10094} and others.•••* 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. Leo Famulari2017-01-101-0/+24
* gnu: Use HTTPS for all sourceforge.net home pages.•••* 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. Tobias Geerinckx-Rice2017-01-041-1/+1
* gnu: jasper: Update to 2.0.10.•••* gnu/packages/image.scm (jasper): Update to 2.0.10. Efraim Flashner2017-01-021-3/+3
* gnu: libpng: Mention CVE-2016-10087.•••* 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. Leo Famulari2016-12-301-1/+1
* gnu: libpng-1.2: Update to 1.2.57 [security update].•••* gnu/packages/image.scm (libpng-1.2): Update to 1.2.57. [replacement]: New field. Leo Famulari2016-12-291-2/+3
* gnu: libpng: Fix a null pointer dereference [fixes security issue].•••* 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. Leo Famulari2016-12-291-0/+9
* gnu: leptonica: Update to 1.74.0.•••* gnu/packages/image.scm (leptonica): Update to 1.74.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Taylan Ulrich Bayırlı/Kammer2016-12-251-37/+23
* gnu: libjpeg-turbo: Fix typo.•••This is a followup to commit e90a706e1686aaf3a1004683be8a3f3a4cbaf22e. * gnu/packages/image.scm (libjpeg-turbo): Remove extra "\". Alex Kost2016-12-131-1/+1
* gnu: libjpeg-turbo: Fix build on mips.•••* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add substitution to set variable type before use. Efraim Flashner2016-12-131-1/+11
* Merge branch 'staging'Leo Famulari2016-12-111-31/+12
|\
| * Merge branch 'master' into stagingMark H Weaver2016-12-101-2/+15
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2016-12-041-0/+35
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2016-11-301-3/+34
| |\ \ \
| * | | | gnu: libtiff: Update to 4.0.7.•••* 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. Leo Famulari2016-11-231-31/+12
* | | | | gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.•••This is a followup to commit 0e8b7b1c351a2307bfc33211b4d76dbe7dfa01ef. * gnu/packages/image.scm (openjpeg-2.1.2)[source]: Give a meaningful file-name. Leo Famulari2016-12-111-0/+2
* | | | | gnu: openjpeg: Update replacement to 2.1.2 [fixes CVE-2016-{7445,8332}].•••* 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. Leo Famulari2016-12-111-6/+10
| |_|_|/ |/| | |
* | | | gnu: openjpeg: Add fixes for CVE-2016-{9850,9851}.•••* 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. Efraim Flashner2016-12-101-0/+13
* | | | gnu: jasper: Update to 2.0.6.•••* gnu/packages/image.scm (jasper): Update to 2.0.6. Efraim Flashner2016-12-101-2/+2
| |_|/ |/| |
* | | gnu: exiv2: Move to (gnu packages image).•••* 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. Alex Kost2016-12-041-0/+35
| |/ |/|
* | gnu: Add libjpeg-turbo.•••* gnu/packages/image.scm (libjpeg-turbo): New variable. Tobias Geerinckx-Rice2016-11-291-0/+31
* | gnu: jasper: Update to 2.0.0 [fixes security issues].•••* gnu/packages/image.scm (jasper): Update to 2.0.0. [build-system]: Switch to cmake-build-system. Efraim Flashner2016-11-271-3/+3
|/
* gnu: libtiff: Update replacement to 4.0.7.•••* 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. Leo Famulari2016-11-221-19/+10
* gnu: packages: Use gettext-minimal.•••* 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. Alex Kost2016-11-211-1/+1
* gnu: libtiff: Fix CVE-2016-9448.•••* 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. Leo Famulari2016-11-191-1/+2
* gnu: libtiff: Fix some buffer overflows.•••* 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. Leo Famulari2016-11-161-0/+1
* gnu: libtiff: Fix CVE-2016-9297.•••* 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. Leo Famulari2016-11-161-1/+2
* gnu: jasper: Update to 1.900.29.•••* gnu/packages/image.scm (jasper): Update to 1.900.29. [inputs]: Add libjpeg. Efraim Flashner2016-11-161-2/+3
* Merge branch 'core-updates'Ludovic Courtès2016-11-131-6/+13
|\
| * Merge branch 'master' into core-updatesMark H Weaver2016-11-061-4/+59
| |\
| * \ Merge branch 'master' into core-updatesLeo Famulari2016-10-301-0/+19
| |\ \
| * \ \ Merge branch 'master' into core-updatesLeo Famulari2016-10-281-2/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updatesMark H Weaver2016-10-271-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into core-updatesMark H Weaver2016-10-231-2/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into core-updatesMark H Weaver2016-10-191-22/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into core-updatesMark H Weaver2016-10-171-10/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMark H Weaver2016-10-121-1/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesLudovic Courtès2016-09-301-31/+145
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: libjpeg: Update to 9b.•••* gnu/packages/image.scm (libjpeg): Update to 9b. Leo Famulari2016-09-111-2/+2
| * | | | | | | | | | gnu: libpng: Update to 1.6.25.•••* gnu/packages/image.scm (libpng): Update to 1.6.25. Leo Famulari2016-09-111-3/+3
| * | | | | | | | | | gnu: libtiff: Incorporate grafted security patches.•••* gnu/packages/image.scm (libtiff)[source]: Add patches from libtiff/fixed. [replacement]: Remove field. (libtiff/fixed): Remove variable. Leo Famulari2016-08-291-19/+8
* | | | | | | | | | | gnu: libtiff: Fix CVE-2016-9273.•••* 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. Leo Famulari2016-11-121-1/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | gnu: jasper: Update to 1.900.19.•••* gnu/packages/image.scm (jasper): Update to 1.900.19. [arguments]: Remove custom make-flags. Efraim Flashner2016-11-051-4/+2
* | | | | | | | | | [PATCH] gnu: Add libjxr.•••* gnu/packages/image.scm (libjxr): New variable. * gnu/packages/patches/libjxr-fix-function-signature.patch: New file. * gnu/packages/patches/libjxr-fix-typos.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patches. Kei Kebreau2016-11-031-0/+57
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | gnu: libtiff: Fix CVE-2016-5652.•••* gnu/packages/patches/libtiff-CVE-2016-5652.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff-fixed)[source]: Use it. Leo Famulari2016-10-301-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | gnu: libwebp: Fix CVE-2016-9085.•••* gnu/packages/patches/libwebp-CVE-2016-9085.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libwebp)[source]: Use it. Leo Famulari2016-10-281-0/+1
* | | | | | | | gnu: libwebp: Update to 0.5.1.•••* gnu/packages/image.scm (libwebp): Update to 0.5.1. Leo Famulari2016-10-281-2/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | gnu: jasper: Updat eto 1.900.16.•••* gnu/packages/image.scm (japer): Update to 1.900.16. Efraim Flashner2016-10-271-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | gnu: jasper: Update to 1.900.13.•••* gnu/packages/image.scm (jasper): Update to 1.900.13. [arguments]: Build with -std=c99 support. Efraim Flashner2016-10-231-2/+4
| |_|_|_|/ |/| | | |
* | | | | gnu: zimg: Update to 2.3.•••* gnu/packages/image.scm (zimg): Update to 2.3. Efraim Flashner2016-10-181-3/+3
* | | | | gnu: jasper: Update to 1.900.5.•••* gnu/packages/image.scm (jasper): Update to 1.900.5. [source]: Remove patches. [native-inputs]: Remove unzip. * gnu/packages/patches/jasper-CVE-2007-2721.patch, gnu/packages/patches/jasper-CVE-2008-3520.patch, gnu/packages/patches/jasper-CVE-2008-3522.patch, gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch, gnu/packages/patches/jasper-CVE-2014-8137.patch, gnu/packages/patches/jasper-CVE-2014-8138.patch, gnu/packages/patches/jasper-CVE-2014-8157.patch, gnu/packages/patches/jasper-CVE-2014-8158.patch, gnu/packages/patches/jasper-CVE-2014-9029.patch, gnu/packages/patches/jasper-CVE-2016-1577.patch, gnu/packages/patches/jasper-CVE-2016-1867.patch, gnu/packages/patches/jasper-CVE-2016-2089.patch, gnu/packages/patches/jasper-CVE-2016-2116.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Efraim Flashner2016-10-171-19/+3
| |_|_|/ |/| | |