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 Feb 20 09:50:16 UTC 2017
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo
Log Message:
Updated ImageMagick to 7.0.4.10.
2017-02-18 7.0.4-10 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.4-10, GIT revision 19608:fe757a2:20170218.
2017-02-18 7.0.4-10 Dirk Lemstra <dirk%lem.....org@localhost>
* Fixed fd leak for webp coder (reference
https://github.com/ImageMagick/ImageMagick/pull/382)
2017-02-15 7.0.4-10 Cristy <quetzlzacatenango@image...>
* Prevent random pixel data for corrupt JPEG image (bug report from
Hirokazu Moriguchi, Sony).
* Restore -mattecolor option.
* Support pixel-cache and shred security policies.
* Bump Magick++ SO. Previously a global replace changed matteColor to
alphaColor.
2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.4-9, GIT revision 19580:d474b37:20170214.
2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...>
* Revert patch that did not set update trait on alpha channel.
2017-02-13 7.0.4-8 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.4-8, GIT revision 19574:7642384:20170213.
2017-02-09 7.0.4-8 Dirk Lemstra <dirk%lem.....org@localhost>
* Fixed memory leak when creating nested exceptions in Magick++ (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=23&p=142634)
2017-02-09 7.0.4-8 Cristy <quetzlzacatenango@image...>
* Unbreak build without JPEG support (reference
https://github.com/ImageMagick/ImageMagick/pull/373).
* Document behavior change in the security policy (thanks to yoya @
https://blog.awm.jp/2017/02/09/imagemagick-en/).
* Return unbiased standard deviation for image statistics (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31377).
* Don't set update trait on alpha channel (private e-mail concerning
-levels-colors option).
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.93 -r1.94 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -u -r1.161 -r1.162 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.145 pkgsrc/graphics/ImageMagick/Makefile.common:1.146
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.145 Sun Feb 19 13:02:50 2017
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Feb 20 09:50:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.145 2017/02/19 13:02:50 wiz Exp $
+# $NetBSD: Makefile.common,v 1.146 2017/02/20 09:50:16 wiz 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.4
-IM_MINOR_VER= 7
+IM_MINOR_VER= 10
IM_MAJOR_LIB_VER= 7
.if (${IM_MINOR_VER} != NONE)
Index: pkgsrc/graphics/ImageMagick/PLIST
diff -u pkgsrc/graphics/ImageMagick/PLIST:1.93 pkgsrc/graphics/ImageMagick/PLIST:1.94
--- pkgsrc/graphics/ImageMagick/PLIST:1.93 Sun Feb 5 18:24:43 2017
+++ pkgsrc/graphics/ImageMagick/PLIST Mon Feb 20 09:50:16 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.93 2017/02/05 18:24:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.94 2017/02/20 09:50:16 wiz Exp $
bin/Magick++-config
bin/MagickCore-config
bin/MagickWand-config
@@ -338,6 +338,7 @@ share/doc/ImageMagick-7/www/Magick++/thu
share/doc/ImageMagick-7/www/advanced-unix-installation.html
share/doc/ImageMagick-7/www/advanced-windows-installation.html
share/doc/ImageMagick-7/www/animate.html
+share/doc/ImageMagick-7/www/api.html
share/doc/ImageMagick-7/www/api/Image++.html
share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h-source.html
share/doc/ImageMagick-7/www/api/MagickCore/ImageMagick_8h.html
@@ -1170,6 +1171,7 @@ share/doc/ImageMagick-7/www/api/version.
share/doc/ImageMagick-7/www/api/wand-view.html
share/doc/ImageMagick-7/www/api/wand-view.php
share/doc/ImageMagick-7/www/architecture.html
+share/doc/ImageMagick-7/www/binary-releases.html
share/doc/ImageMagick-7/www/changelog.html
share/doc/ImageMagick-7/www/cipher.html
share/doc/ImageMagick-7/www/color-management.html
Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.161 pkgsrc/graphics/ImageMagick/distinfo:1.162
--- pkgsrc/graphics/ImageMagick/distinfo:1.161 Sun Feb 5 18:24:43 2017
+++ pkgsrc/graphics/ImageMagick/distinfo Mon Feb 20 09:50:16 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.161 2017/02/05 18:24:43 wiz Exp $
+$NetBSD: distinfo,v 1.162 2017/02/20 09:50:16 wiz Exp $
-SHA1 (ImageMagick-7.0.4-7.tar.xz) = a0811b4ea76892a2ef2ac8a7e82b314c32f8ec42
-RMD160 (ImageMagick-7.0.4-7.tar.xz) = d2406860dcf4576ebd783ffec1747ab4cfe6fc51
-SHA512 (ImageMagick-7.0.4-7.tar.xz) = 7c06ad8b20514083495355672cefadf45ef01a9171ac6b995c4695d7b1f495e54bd2d927aa0bf916748d6a016425f213e35987c9a74d29884dc706bd3747ff7e
-Size (ImageMagick-7.0.4-7.tar.xz) = 8299504 bytes
+SHA1 (ImageMagick-7.0.4-10.tar.xz) = 368c9a15aca90d5b7eb98488020f3f89d9913e75
+RMD160 (ImageMagick-7.0.4-10.tar.xz) = 8daeb66c69141413e3bca7b9c5a76f8a786714af
+SHA512 (ImageMagick-7.0.4-10.tar.xz) = 606437000c3c22f6235cd606d658c24999bd9429cd199822591dd5baedf0344bc225ede66808057e12fc97e7ec3b4d3cecf038ac13af7b3df4a1aec64e6d52d5
+Size (ImageMagick-7.0.4-10.tar.xz) = 8308580 bytes
Home |
Main Index |
Thread Index |
Old Index