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:           Mon Feb 26 09:47:01 UTC 2018

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

Log Message:
Update to 7.0.7.24

* Fix broken file format detection and potentially other features
  7.0.7.23 does not work at all for me.

Changelog:
2018-02-25  7.0.7-24 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.0-24, GIT revision 23079:7ccb76178:20180225.

2018-02-19  7.0.7-24 Cristy  <quetzlzacatenango@image...>
  * Do not refer to page in OptimizeLayerFrames (reference
    https://github.com/ImageMagick/ImageMagick/pull/987).
  * PerlMagick unit tests pass again.
  * Fixed numerous use of uninitialized values, integer overflow,
    memory exceeded, and timeouts (credit to OSS Fuzz).


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.179 -r1.180 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.164 pkgsrc/graphics/ImageMagick/Makefile.common:1.165
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.164   Sun Feb 25 20:55:07 2018
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Feb 26 09:47:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.164 2018/02/25 20:55:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.165 2018/02/26 09:47:01 ryoon Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
@@ -7,7 +7,7 @@
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.7
-IM_MINOR_VER=          23
+IM_MINOR_VER=          24
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.179 pkgsrc/graphics/ImageMagick/distinfo:1.180
--- pkgsrc/graphics/ImageMagick/distinfo:1.179  Sun Feb 25 20:55:07 2018
+++ pkgsrc/graphics/ImageMagick/distinfo        Mon Feb 26 09:47:01 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.179 2018/02/25 20:55:07 wiz Exp $
+$NetBSD: distinfo,v 1.180 2018/02/26 09:47:01 ryoon Exp $
 
-SHA1 (ImageMagick-7.0.7-23.tar.xz) = a32b57de5744083cf9462a9eda7ec87e0f8124ab
-RMD160 (ImageMagick-7.0.7-23.tar.xz) = bdec29a15268770c867262ab55925a347bbb37f0
-SHA512 (ImageMagick-7.0.7-23.tar.xz) = adbbde32c8768c8c88870cbedbfa834a4a2c393ffec81ed663f2c82074b4caaa40d282530292110f5b4328c6c909392395abfe9cad2bfbd0ec304f02acdefc9f
-Size (ImageMagick-7.0.7-23.tar.xz) = 8604724 bytes
+SHA1 (ImageMagick-7.0.7-24.tar.xz) = 21c3d885066200b62616c7a8820edd080a060652
+RMD160 (ImageMagick-7.0.7-24.tar.xz) = 23852298df53eddffbbe85868512756b84b34c13
+SHA512 (ImageMagick-7.0.7-24.tar.xz) = 4b544a7aff19a057f5a8ee6b5682a133051d6f56a599243ee9901aee0b09f7040a04ed609bf0261a8637558b9e030434ebfd4943d5a55566b39cc5fa16836ba9
+Size (ImageMagick-7.0.7-24.tar.xz) = 8609632 bytes



Home | Main Index | Thread Index | Old Index