Skip to content

Commit

Permalink
imagemagick: security bump to version 7.0.4-6
Browse files Browse the repository at this point in the history
Fixes an use of uninitialized data issue in MAT image format that may have
security impact:

ImageMagick/ImageMagick#362

[Peter: extend commit message, mention (potential) security impact]
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

(cherry picked from commit e5f505e)
  • Loading branch information
Vicente Olivert Riera authored and jacmet committed Feb 3, 2017
1 parent 21dc929 commit dc7fd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/imagemagick/imagemagick.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# From http://www.imagemagick.org/download/releases/digest.rdf
sha256 69178335a906202928571e25b1670a4bb066500b9693c7ba554583e8d700fcf5 ImageMagick-7.0.4-5.tar.xz
sha256 1ee004740b7ab47fff3c92ae4a89dcbd0181c4d5f31fcb7e3697412ea384a0da ImageMagick-7.0.4-6.tar.xz
2 changes: 1 addition & 1 deletion package/imagemagick/imagemagick.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

IMAGEMAGICK_VERSION = 7.0.4-5
IMAGEMAGICK_VERSION = 7.0.4-6
IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
IMAGEMAGICK_LICENSE = Apache-2.0
Expand Down

0 comments on commit dc7fd80

Please sign in to comment.