Age | Commit message (Expand) | Author |
---|---|---|
2021-03-27 | gnu: imagemagick: Add more upstream fixes....* gnu/packages/patches/imagemagick-ReadDCMImage-fix.patch, gnu/packages/patches/imagemagick-ReadDCMPixels-fix.patch, gnu/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/imagemagick.scm (source): Add patches. | Mark H Weaver |
2021-03-27 | gnu: imagemagick: Fix CVE-2020-27829....* gnu/packages/patches/imagemagick-CVE-2020-27829.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/imagemagick.scm (source): Add patch. | Mark H Weaver |
2021-03-27 | gnu: imagemagick: Hide 'imagemagick/stable' variant....* gnu/packages/imagemagick.scm (imagemagick/stable): Hide it. (imagemagick): Remove inherited 'hidden?' property. | Mark H Weaver |
2021-03-27 | gnu: imagemagick: Update to 6.9.12-4....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.12-4. | Mark H Weaver |
2021-03-27 | gnu: imagemagick: Add 'imagemagick/stable' variant....* gnu/packages/imagemagick.scm (imagemagick/stable): New variable. (imagemagick): This is now an alias to 'imagemagick/stable'. | Mark H Weaver |
2021-03-27 | gnu: imagemagick: Remove graft....Note that this commit does *not* integrate the fixes that were previously applied via the graft. This commit simply discards those fixes. We will address those security flaws, without grafting, in subsequent commits. * gnu/packages/imagemagick.scm (imagemagick)[replacement]: Remove field. (imagemagick/fixed): Remove variable. | Mark H Weaver |
2021-03-18 | gnu: imagemagick/fixed: Redirect old sonames to new sonames....* gnu/packages/imagemagick.scm (imagemagick/fixed)[arguments]: Add 'fix-compat-cheat-rename-so phase to redirect old soname paths (expected without grafting) to new sonames introduced by ImageMagick 6.9.12-0 and later. These sonames are probably not forward compatible but most probably backwards compatible so it should suffice until we remove the graft. | Léo Le Bouter |
2021-03-14 | gnu: ImageMagick: Refer to the version number in a more robust way....* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Replace use of VERSION with (PACKAGE-VERSION THIS-PACKAGE). (imagemagick/fixed): Adjust accordingly. | Leo Famulari |
2021-03-12 | gnu: ImageMagick: Fix version number in build configuration of grafted replac......Fixes <https://bugs.gnu.org/47110>. This is a followup to commits 852ba914a43da0977d4f53b53da7039cdd6706b2 and 82e887ba48c2ba91b17aa9b6b17501e3e0ef4aef. * gnu/packages/imagemagick.scm (imagemagick/fixed)[name, arguments]: New fields. | Leo Famulari |
2021-03-10 | gnu: imagemagick/fixed: Retain version length for successful grafting....* gnu/packages/imagemagick.scm (imagemagick/fixed): [version]: Append 'g'. [source]: Hardcode version. | Léo Le Bouter |
2021-03-09 | gnu: imagemagick: Update to 6.9.12-2 [security fixes]....* gnu/packages/imagemagick.scm (imagemagick/fixed): New variable. (imagemagick)[replacement]: Graft. | Léo Le Bouter |
2021-01-10 | Merge branch 'master' into staging | Efraim Flashner |
2021-01-03 | gnu: graphicsmagick: Add dependency on libwebp....* gnu/packages/imagemagick.scm (graphicsmagick): Add dependency on libwebp. [inputs]: Add libwebp. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Vinicius Monego |
2021-01-02 | gnu: graphicsmagick: Update to 1.3.36....* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.36. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Vincent Legoll |
2020-12-13 | gnu: ImageMagick: Update to 6.9.11-48....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.11-48. (imagemagick-next): Remove variable. * gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK-NEXT to IMAGEMAGICK. | Marius Bakke |