diff -r 3f5b9ebe028b -r 83b4091f7969 components/imagemagick/Makefile --- a/components/imagemagick/Makefile Mon Jan 23 12:54:02 2017 -0700 +++ b/components/imagemagick/Makefile Tue Jan 17 11:53:18 2017 +0100 @@ -20,25 +20,25 @@ # # -# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. # BUILD_BITS= 64_and_32 COMPILER=gcc include ../../make-rules/shared-macros.mk COMPONENT_NAME= ImageMagick -COMPONENT_VERSION= 6.9.6 +COMPONENT_VERSION= 6.9.7 COMPONENT_MAJOR_VERSION= $(shell echo $(COMPONENT_VERSION) | $(GSED) -e 's/\([0-9]\+\)\.[0-9]\+\.[0-9]\+/\1/') -COMPONENT_SUBVERSION= 7 +COMPONENT_SUBVERSION= 4 HUMAN_VERSION= $(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION) COMPONENT_PROJECT_URL= http://www.imagemagick.org/ COMPONENT_ARCHIVE= $(COMPONENT_SRC)-$(COMPONENT_SUBVERSION).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:6a677b917bab99e9ad6a370e75726525909167d646f7902bcaf546053ecd540f + sha256:867ab9e643d75f49995f9479964779f4aed9c0e4316edf89bd8ee034d837143c COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/imagemagick -TPNO= 32077 +TPNO= 33094 # Enable adiheap security extension. # adistack fails with libgcc exception unwinding code.