pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ImageMagick6



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Feb 18 23:19:14 UTC 2017

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

Log Message:
ImageMagick-6.9.7-9:
- fix file descriptor leak in webp code
- prevent random pixel data from corrupt JPEG images
- Support pixel-cache and shred security policies.
- Fixed memory leak when creating nested exceptions in Magick++
- Eliminate bogus assertion
- Unbreak build without JPEG support


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/ImageMagick6/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/ImageMagick6/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/ImageMagick6/Makefile.common
diff -u pkgsrc/graphics/ImageMagick6/Makefile.common:1.3 pkgsrc/graphics/ImageMagick6/Makefile.common:1.4
--- pkgsrc/graphics/ImageMagick6/Makefile.common:1.3    Sun Feb 12 21:41:52 2017
+++ pkgsrc/graphics/ImageMagick6/Makefile.common        Sat Feb 18 23:19:14 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2017/02/12 21:41:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2017/02/18 23:19:14 joerg Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          6.9.7
-IM_MINOR_VER=          7
+IM_MINOR_VER=          9
 IM_MAJOR_LIB_VER=      6
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick6/distinfo
diff -u pkgsrc/graphics/ImageMagick6/distinfo:1.2 pkgsrc/graphics/ImageMagick6/distinfo:1.3
--- pkgsrc/graphics/ImageMagick6/distinfo:1.2   Sun Feb 12 21:41:52 2017
+++ pkgsrc/graphics/ImageMagick6/distinfo       Sat Feb 18 23:19:14 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/02/12 21:41:52 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/02/18 23:19:14 joerg Exp $
 
-SHA1 (ImageMagick-6.9.7-7.tar.xz) = 4eb3ce50cd491f17a490a5288db175b59682017e
-RMD160 (ImageMagick-6.9.7-7.tar.xz) = f8fd5bc6e3c278339f413fa591c0b48cd0902d13
-SHA512 (ImageMagick-6.9.7-7.tar.xz) = 27a1367d19c2c8b467aa9beaee4e5b1d69ccf4817c22a4a7de068a09382973308d838b81a290b26684cc47a6e86c0f9d2361a2358d20807ec15d7e9dc38dd244
-Size (ImageMagick-6.9.7-7.tar.xz) = 8798164 bytes
+SHA1 (ImageMagick-6.9.7-9.tar.xz) = 3252058951b4e9eec3aef10120906336a5652672
+RMD160 (ImageMagick-6.9.7-9.tar.xz) = 57f52519a7627a6856c3c09283f87a9f8a507dcf
+SHA512 (ImageMagick-6.9.7-9.tar.xz) = 1954e14e5da1d24b44c69352444ad66aa08be2d3698d5efa7e71703064cbae56fd75eb72ba178ac8fdb4513b9eaebe87adcc6cfd19b9e11eda1b0c2704e12481
+Size (ImageMagick-6.9.7-9.tar.xz) = 8796644 bytes
 SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0



Home | Main Index | Thread Index | Old Index