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:   ryoon
Date:           Thu Nov 10 10:20:53 UTC 2016

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

Log Message:
Update to 7.0.3.6

Changelog:
2016-11-08  7.0.3-6 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.3-6, GIT revision 19001:4cff747:20161108.

2016-11-01  7.0.3-6 Cristy  <quetzlzacatenango@image...>
  * Off by one memory allocation (reference
    https://github.com/ImageMagick/ImageMagick/issues/296).
  * The -extent option now matches the results of IMv6 (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=30779).
  * Prevent fault in MSL interpreter (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797).
  * Mask composite produces proper results for the convert utility (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29675).


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.153 -r1.154 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.134 pkgsrc/graphics/ImageMagick/Makefile.common:1.135
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.134   Mon Nov  7 10:26:55 2016
+++ pkgsrc/graphics/ImageMagick/Makefile.common Thu Nov 10 10:20:53 2016
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.134 2016/11/07 10:26:55 wiz Exp $
+# $NetBSD: Makefile.common,v 1.135 2016/11/10 10:20:53 ryoon Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.3
-IM_MINOR_VER=          5
+IM_MINOR_VER=          6
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.153 pkgsrc/graphics/ImageMagick/distinfo:1.154
--- pkgsrc/graphics/ImageMagick/distinfo:1.153  Mon Nov  7 10:26:55 2016
+++ pkgsrc/graphics/ImageMagick/distinfo        Thu Nov 10 10:20:53 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.153 2016/11/07 10:26:55 wiz Exp $
+$NetBSD: distinfo,v 1.154 2016/11/10 10:20:53 ryoon Exp $
 
-SHA1 (ImageMagick-7.0.3-5.tar.xz) = 6d8768e869f8be010bc5ad5f88a54ebf4cc0a954
-RMD160 (ImageMagick-7.0.3-5.tar.xz) = 8aeb255577aeabe839cdfce670651642698fc326
-SHA512 (ImageMagick-7.0.3-5.tar.xz) = f94331c06e4646f7afcb1283cb9c13fd5805228a6a59cf2b03fe889a33011fd72275233be897d1cf8db7483f382301f9f8564a6384b4ed2f02318c7b1bffe294
-Size (ImageMagick-7.0.3-5.tar.xz) = 8284148 bytes
+SHA1 (ImageMagick-7.0.3-6.tar.xz) = 342461e0fd6e632a93eb5e65fd8f7178b4b6f312
+RMD160 (ImageMagick-7.0.3-6.tar.xz) = fdb6efac722c24a5950ce37390c34ffa10983386
+SHA512 (ImageMagick-7.0.3-6.tar.xz) = ba288bdbfa3b51c11f8cca8c00509ae532c76079cf83033cddb09d0e13cd34dc576870b3946ac3d2260c496bc485a6a0dbe06bafb3eb335d61a4941ea2aa0b65
+Size (ImageMagick-7.0.3-6.tar.xz) = 8291984 bytes



Home | Main Index | Thread Index | Old Index