Sun Mar 11 19:58:09 2018 UTC ()
ImageMagick: update to 7.0.7.25.

2018-03-04  7.0.7-25 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.7-25, GIT revision 23177:17a986472:20180304.

2018-03-04  7.0.7-25 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous use of uninitialized values, integer overflow, memory
    exceeded, and timeouts (credit to OSS Fuzz).


(wiz)
diff -r1.165 -r1.166 pkgsrc/graphics/ImageMagick/Makefile.common
diff -r1.180 -r1.181 pkgsrc/graphics/ImageMagick/distinfo

cvs diff -r1.165 -r1.166 pkgsrc/graphics/ImageMagick/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile.common 2018/02/26 09:47:01 1.165
+++ pkgsrc/graphics/ImageMagick/Makefile.common 2018/03/11 19:58:09 1.166
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile.common,v 1.165 2018/02/26 09:47:01 ryoon Exp $ 1# $NetBSD: Makefile.common,v 1.166 2018/03/11 19:58:09 wiz Exp $
2# 2#
3# When updating this package, please upload the distfile 3# When updating this package, please upload the distfile
4# since they disappear immediately when new releases happen, 4# since they disappear immediately when new releases happen,
5# which is quite often. 5# which is quite often.
6# 6#
7# used by graphics/p5-PerlMagick/Makefile 7# used by graphics/p5-PerlMagick/Makefile
8 8
9IM_MAJOR_VER= 7.0.7 9IM_MAJOR_VER= 7.0.7
10IM_MINOR_VER= 24 10IM_MINOR_VER= 25
11IM_MAJOR_LIB_VER= 7 11IM_MAJOR_LIB_VER= 7
12 12
13.if (${IM_MINOR_VER} != NONE) 13.if (${IM_MINOR_VER} != NONE)
14DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 14DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
15.else 15.else
16DISTSUFFIX= ${IM_MAJOR_VER} 16DISTSUFFIX= ${IM_MAJOR_VER}
17.endif 17.endif
18 18
19DISTNAME= ImageMagick-${DISTSUFFIX} 19DISTNAME= ImageMagick-${DISTSUFFIX}
20DISTVERSION= ${DISTSUFFIX:S/-/./} 20DISTVERSION= ${DISTSUFFIX:S/-/./}
21 21
22# 22#
23# Please always run `upload-distfiles' after every update! 23# Please always run `upload-distfiles' after every update!

cvs diff -r1.180 -r1.181 pkgsrc/graphics/ImageMagick/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/distinfo 2018/02/26 09:47:01 1.180
+++ pkgsrc/graphics/ImageMagick/distinfo 2018/03/11 19:58:09 1.181
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.180 2018/02/26 09:47:01 ryoon Exp $ 1$NetBSD: distinfo,v 1.181 2018/03/11 19:58:09 wiz Exp $
2 2
3SHA1 (ImageMagick-7.0.7-24.tar.xz) = 21c3d885066200b62616c7a8820edd080a060652 3SHA1 (ImageMagick-7.0.7-25.tar.xz) = 98e15a5406196cf4d19e05e5232a4e432c9f16b7
4RMD160 (ImageMagick-7.0.7-24.tar.xz) = 23852298df53eddffbbe85868512756b84b34c13 4RMD160 (ImageMagick-7.0.7-25.tar.xz) = 10d8a2324d6db48f91fe51c2d5171425e9381f9c
5SHA512 (ImageMagick-7.0.7-24.tar.xz) = 4b544a7aff19a057f5a8ee6b5682a133051d6f56a599243ee9901aee0b09f7040a04ed609bf0261a8637558b9e030434ebfd4943d5a55566b39cc5fa16836ba9 5SHA512 (ImageMagick-7.0.7-25.tar.xz) = 095da5e4ca36db1b0c2e38f996ec85120cd407652679e7a490a991a24626d840b1458ee084405107588b68e3e357915ec3cfc86f2d368628e364a8c91b04e9fa
6Size (ImageMagick-7.0.7-24.tar.xz) = 8609632 bytes 6Size (ImageMagick-7.0.7-25.tar.xz) = 8614048 bytes