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: fhajny
Date: Mon Mar 12 15:47:00 UTC 2018
Modified Files:
pkgsrc/graphics/ImageMagick6: Makefile Makefile.common PLIST distinfo
Log Message:
graphics/ImageMagick6: Update to 6.9.9.38.
6.9.9-38
- Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts
6.9.9-37
- Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts
6.9.9-36
- Do not refer to page in OptimizeLayerFrames
- PerlMagick unit tests pass again.
- Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts
6.9.9-35
- Add support for reading the HEIC image format to the Windows build.
- Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts
- Add list-length policy to limit the maximum image sequence length.
6.9.9-34
- Support aspect ratio geometry, e.g. -crop 3:2.
- Add support for reading the HEIC image format
- Fix IM build when HEIC is enabled.
- Fixed numerous memory leaks, credit to OSS Fuzz.
6.9.9-33
- Fix some enum values in the OpenCL code.
6.9.9-32
- Fixed numerous memory leaks
6.9.9-31
- Check for webpmux library version 0.4.4
6.9.9-30
- Fix error reading from pipe under Windows
6.9.9-29
- Fix heap use after free error
6.9.9-28
- Fix error reading multi-layer XCF image file.
- Fix possible stack overflow in WEBP reader
- Fixed numerous memory leaks
6.9.9-27
- Overall standard deviation is the average of each pixel channel
6.9.9-26
- Support Stereo composite operator.
- Fix build failure with --without-modules
6.9.9-25
- Fix build failure with libraw 0.14.8
6.9.9-24
- Support HDRI color profile management.
- Don't delete in-memory blob when reading an image
6.9.9-23
- Fixed initialization of OpenCL
6.9.9-22
- Fixed a problem with resource bookkeeping in AcquireMatrixInfo().
6.9.9-21
- Encode JSON control characters
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/ImageMagick6/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/ImageMagick6/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/ImageMagick6/PLIST
cvs rdiff -u -r1.8 -r1.9 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
diff -u pkgsrc/graphics/ImageMagick6/Makefile:1.13 pkgsrc/graphics/ImageMagick6/Makefile:1.14
--- pkgsrc/graphics/ImageMagick6/Makefile:1.13 Mon Mar 12 11:15:33 2018
+++ pkgsrc/graphics/ImageMagick6/Makefile Mon Mar 12 15:47:00 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.13 2018/03/12 11:15:33 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/03/12 15:47:00 fhajny Exp $
-PKGREVISION= 4
.include "Makefile.common"
PKGNAME= ImageMagick6-${DISTVERSION}
Index: pkgsrc/graphics/ImageMagick6/Makefile.common
diff -u pkgsrc/graphics/ImageMagick6/Makefile.common:1.12 pkgsrc/graphics/ImageMagick6/Makefile.common:1.13
--- pkgsrc/graphics/ImageMagick6/Makefile.common:1.12 Sun Dec 3 11:09:46 2017
+++ pkgsrc/graphics/ImageMagick6/Makefile.common Mon Mar 12 15:47:00 2018
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.12 2017/12/03 11:09:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.13 2018/03/12 15:47:00 fhajny Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen.
IM_MAJOR_VER= 6.9.9
-IM_MINOR_VER= 20
+IM_MINOR_VER= 38
IM_MAJOR_LIB_VER= 6
.if (${IM_MINOR_VER} != NONE)
Index: pkgsrc/graphics/ImageMagick6/PLIST
diff -u pkgsrc/graphics/ImageMagick6/PLIST:1.5 pkgsrc/graphics/ImageMagick6/PLIST:1.6
--- pkgsrc/graphics/ImageMagick6/PLIST:1.5 Mon Oct 30 15:08:13 2017
+++ pkgsrc/graphics/ImageMagick6/PLIST Mon Mar 12 15:47:00 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/10/30 15:08:13 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/03/12 15:47:00 fhajny Exp $
bin/Magick++-config6
bin/Magick-config6
bin/MagickCore-config6
@@ -112,6 +112,7 @@ include/ImageMagick-6/magick/semaphore.h
include/ImageMagick-6/magick/shear.h
include/ImageMagick-6/magick/signature.h
include/ImageMagick-6/magick/splay-tree.h
+include/ImageMagick-6/magick/static.h
include/ImageMagick-6/magick/statistic.h
include/ImageMagick-6/magick/stream.h
include/ImageMagick-6/magick/string_.h
@@ -1112,6 +1113,8 @@ share/doc/ImageMagick-6/www/api/transfor
share/doc/ImageMagick-6/www/api/version.html
share/doc/ImageMagick-6/www/api/wand-view.html
share/doc/ImageMagick-6/www/architecture.html
+share/doc/ImageMagick-6/www/assets/magick.css
+share/doc/ImageMagick-6/www/assets/magick.js
share/doc/ImageMagick-6/www/binary-releases.html
share/doc/ImageMagick-6/www/changelog.html
share/doc/ImageMagick-6/www/cipher.html
@@ -1127,8 +1130,6 @@ share/doc/ImageMagick-6/www/conjure.html
share/doc/ImageMagick-6/www/connected-components.html
share/doc/ImageMagick-6/www/contact.html
share/doc/ImageMagick-6/www/convert.html
-share/doc/ImageMagick-6/www/css/README.txt
-share/doc/ImageMagick-6/www/css/magick.css
share/doc/ImageMagick-6/www/develop.html
share/doc/ImageMagick-6/www/display.html
share/doc/ImageMagick-6/www/distribute-pixel-cache.html
@@ -1148,8 +1149,6 @@ share/doc/ImageMagick-6/www/import.html
share/doc/ImageMagick-6/www/index.html
share/doc/ImageMagick-6/www/install-source.html
share/doc/ImageMagick-6/www/jp2.html
-share/doc/ImageMagick-6/www/js/README.txt
-share/doc/ImageMagick-6/www/js/magick.js
share/doc/ImageMagick-6/www/license.html
share/doc/ImageMagick-6/www/links.html
share/doc/ImageMagick-6/www/magick++.html
@@ -1190,8 +1189,12 @@ share/doc/ImageMagick-6/www/source/mime.
share/doc/ImageMagick-6/www/source/piechart.mvg
share/doc/ImageMagick-6/www/source/piechart.svg
share/doc/ImageMagick-6/www/source/policy.xml
+share/doc/ImageMagick-6/www/source/quantization-table.xml
share/doc/ImageMagick-6/www/source/thresholds.xml
+share/doc/ImageMagick-6/www/source/type-apple.xml
+share/doc/ImageMagick-6/www/source/type-dejavu.xml
share/doc/ImageMagick-6/www/source/type-ghostscript.xml
+share/doc/ImageMagick-6/www/source/type-urw-base35.xml
share/doc/ImageMagick-6/www/source/type-windows.xml
share/doc/ImageMagick-6/www/source/type.xml
share/doc/ImageMagick-6/www/source/wand.c
Index: pkgsrc/graphics/ImageMagick6/distinfo
diff -u pkgsrc/graphics/ImageMagick6/distinfo:1.8 pkgsrc/graphics/ImageMagick6/distinfo:1.9
--- pkgsrc/graphics/ImageMagick6/distinfo:1.8 Mon Oct 30 15:08:13 2017
+++ pkgsrc/graphics/ImageMagick6/distinfo Mon Mar 12 15:47:00 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/10/30 15:08:13 fhajny Exp $
+$NetBSD: distinfo,v 1.9 2018/03/12 15:47:00 fhajny Exp $
-SHA1 (ImageMagick-6.9.9-20.tar.xz) = 551b9684a0ec02b8993f59ed127cd13d976516a6
-RMD160 (ImageMagick-6.9.9-20.tar.xz) = f52fe28e5988d08083428d1a21fae8921f9526b0
-SHA512 (ImageMagick-6.9.9-20.tar.xz) = 36c241490ee41de5cd72e5bc297ac2353a0d4574337776445798b0c5823f491304c3f3a728d420d03f66b652eafcdb68ec2992347321ac3919c1d72c0afdb849
-Size (ImageMagick-6.9.9-20.tar.xz) = 8994128 bytes
+SHA1 (ImageMagick-6.9.9-38.tar.xz) = 2dc6b3c415b342efb7ab64d18bb801c7f1881212
+RMD160 (ImageMagick-6.9.9-38.tar.xz) = 50008946057cde9fc7a6d0149414e870a2a351b0
+SHA512 (ImageMagick-6.9.9-38.tar.xz) = 78ecb605d2ea529603bab723c284be9c03a7d370814bbe708c2c34e0b91f75c1a0c193a5a2ea8f3583019d3610ac08d0d28671d8fdb2df2478865d9ab7417b91
+Size (ImageMagick-6.9.9-38.tar.xz) = 8913864 bytes
SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0
Home |
Main Index |
Thread Index |
Old Index