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:           Sun Mar 22 17:53:24 UTC 2020

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

Log Message:
ImageMagick: update to 7.0.10.1.

2020-03-15  7.0.10-1 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-1, GIT revision 17065:130e52e:20200315.

2020-03-14  7.0.10-1 Cristy  <quetzlzacatenango@image...>
  * Add support for returning the convex hull of an image with the
    %[canvas-hull] property.

2020-03-09  7.0.10-1 Dirk Lemstra <dirk%lem.....org@localhost>
  * Added option to specify the preferred version when writing a PDF file with
    -define pdf:version=version (e.g. 1.7).

2020-03-07  7.0.10-1 Cristy  <quetzlzacatenango@image...>
  * Do not throw exception on empty draw path (reference
    https://github.com/ImageMagick/ImageMagick/issues/974).
  * Fix possible buffer overflow in ComplexImages().
  * SVG to MVG requires transforms to appear before clipping paths (reference
    https://github.com/ImageMagick/ImageMagick/issues/1860).


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.220 -r1.221 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.205 pkgsrc/graphics/ImageMagick/Makefile.common:1.206
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.205   Tue Mar 10 23:04:48 2020
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Mar 22 17:53:24 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.205 2020/03/10 23:04:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.206 2020/03/22 17:53:24 wiz Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.10
-IM_MINOR_VER=          0
+IM_MINOR_VER=          1
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.220 pkgsrc/graphics/ImageMagick/distinfo:1.221
--- pkgsrc/graphics/ImageMagick/distinfo:1.220  Tue Mar 10 23:04:48 2020
+++ pkgsrc/graphics/ImageMagick/distinfo        Sun Mar 22 17:53:24 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.220 2020/03/10 23:04:48 wiz Exp $
+$NetBSD: distinfo,v 1.221 2020/03/22 17:53:24 wiz Exp $
 
-SHA1 (ImageMagick-7.0.10-0.tar.xz) = 82b754f325adea1198148b757d6fd31125a215dc
-RMD160 (ImageMagick-7.0.10-0.tar.xz) = 9a56222a2e80fd5107e528c0d5c46754f291ab6a
-SHA512 (ImageMagick-7.0.10-0.tar.xz) = d997429855fa4bc48da32e00ea5c45467a6bd3265c35c0aff8f150346e467451737f276833d4fa867f0e2e52110f532416af1dafdbc8e81d2d11dd0c4c80f011
-Size (ImageMagick-7.0.10-0.tar.xz) = 9532856 bytes
+SHA1 (ImageMagick-7.0.10-1.tar.xz) = 7a698727136ec4aefc45850961642224b4179d7a
+RMD160 (ImageMagick-7.0.10-1.tar.xz) = 23b1990f9d85c54327d70dadf5d1e1e4004e378b
+SHA512 (ImageMagick-7.0.10-1.tar.xz) = 086616507c073e1a6c8c1276273fee18e9d5ae5ea3a730ad770347459a975c898517985b5a79798b90922e4954cdf994b78daa1ab164cbb48087da389acf6db5
+Size (ImageMagick-7.0.10-1.tar.xz) = 9531244 bytes
 SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f



Home | Main Index | Thread Index | Old Index