pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 12 13:43:24 UTC 2016

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile.common distinfo

Log Message:
Updated ImageMagick to 7.0.3.10.

2016-12-10  7.0.3-10 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.3-10, GIT revision 19191:338f088:20161210.

2016-12-07  7.0.3-10 Cristy  <quetzlzacatenango@image...>
  * Set colorspace to sRGB if -append has non-homogenous colorspaces (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29105).
  * Respect connected-components:area-threshold define (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31006).
  * Enable alpha channel if background color is non-opaque (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31016).
  * Return correct offset for negative index for -fx option (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31019).
  * Fixed improper scaling of certain FITS images (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31028).
  * Properly center text label (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31027).

2016-12-05  7.0.3-9 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.3-9, GIT revision 19139:6fed3f1:20161205.

2016-11-26  7.0.3-9 Cristy  <quetzlzacatenango@image...>
  * Support the compare -read-mask option.
  * Support read-masks for the -modulate option.
  * Prevent buffer overflow when streaming an image (reference
    https://github.com/ImageMagick/ImageMagick/issues/312).
  * Fix possible buffer overflow when writing compressed TIFFS (vulnerability
    report from Cisco Talos, CVE-2016-8707).


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.155 -r1.156 pkgsrc/graphics/ImageMagick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.136 pkgsrc/graphics/ImageMagick/Makefile.common:1.137
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.136   Mon Nov 28 15:07:11 2016
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Dec 12 13:43:24 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.136 2016/11/28 15:07:11 wiz Exp $
+# $NetBSD: Makefile.common,v 1.137 2016/12/12 13:43:24 wiz Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.3
-IM_MINOR_VER=          8
+IM_MINOR_VER=          10
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.155 pkgsrc/graphics/ImageMagick/distinfo:1.156
--- pkgsrc/graphics/ImageMagick/distinfo:1.155  Mon Nov 28 15:07:11 2016
+++ pkgsrc/graphics/ImageMagick/distinfo        Mon Dec 12 13:43:24 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.155 2016/11/28 15:07:11 wiz Exp $
+$NetBSD: distinfo,v 1.156 2016/12/12 13:43:24 wiz Exp $
 
-SHA1 (ImageMagick-7.0.3-8.tar.xz) = 905487a2be68d36f98be474922dde548a94c5e25
-RMD160 (ImageMagick-7.0.3-8.tar.xz) = 4465e46c9c6570061263d18454fd24a8e8d13cf8
-SHA512 (ImageMagick-7.0.3-8.tar.xz) = c673c8d0ae044441b593bfc7a9cbdd7f5408bf725215742351c204a7611be3e0d857b7bc367a2b85e3497f4c91a4cc0e96fae346e2fa4efbc2a37c760b742ca7
-Size (ImageMagick-7.0.3-8.tar.xz) = 8292080 bytes
+SHA1 (ImageMagick-7.0.3-10.tar.xz) = 2149f1772c38a653fd92fea669bcaef8be6ead42
+RMD160 (ImageMagick-7.0.3-10.tar.xz) = 251af501620a8b999879c197416e412183c93797
+SHA512 (ImageMagick-7.0.3-10.tar.xz) = c138d2a632e72fa6703e245d53219a0d630949c87ae8afc141d7a5ddfbad8e3ae9fa204b3732f44e6b8d164c1b5c316430cec3821de8771c65832ecadd0a16c3
+Size (ImageMagick-7.0.3-10.tar.xz) = 8299108 bytes



Home | Main Index | Thread Index | Old Index