Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2021 16:41:02 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f086586da53 - main - graphics/ImageMagick7: update to 7.1.0-13
Message-ID:  <202111121641.1ACGf2YB050238@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f086586da53da9b80ecd94ea588be7440dea36e

commit 4f086586da53da9b80ecd94ea588be7440dea36e
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-11-12 16:23:45 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-11-12 16:40:44 +0000

    graphics/ImageMagick7: update to 7.1.0-13
    
    From [1]:
    
    2021-10-28  7.1.0-13  Dirk Lemstra <dirk@lem.....org>
      * Fix stack overflow when parsing malicious ps image file (report from
        Muhammad Aldo Firmansyah).
    
    2021-10-15  7.1.0-12  <quetzlzacatenango@image...>
      * Fix x64 build.
    
    2021-10-11  7.1.0-11  <quetzlzacatenango@image...>
      * Fix connected component abort trap (reference
        https://github.com/ImageMagick/ImageMagick/issues/4372).
      * Fix possible unitialized values (reference
        https://github.com/ImageMagick/ImageMagick/issues/4379).
      * Fix stack overflow when parsing malicious tiff image file (report from
        Muhammad Aldo Firmansyah).
    
    2021-10-03  7.1.0-10  <quetzlzacatenango@image...>
      * Improved algorithm for automatic calculation of pointsize for caption and
        labels.
      * Support -auto-orient option in the identify utlity.
    
    2021-10-03  7.1.0-9  Dirk Lemstra <dirk@lem.....org>
      * Squash a dump truck load of VisualStudio compiler warnings.
      * Improved algorithm for automatic calculation of word breaks and pointsize
        for caption and labels.
      * Improve wrapping between words and within words (reference
    
    2021-09-17  7.1.0-8  Dirk Lemstra <dirk@lem.....org>
      * Check for `null` in InvokeDelegate() (reference
        https://github.com/ImageMagick/ImageMagick/issues/4225).
    
    2021-09-11  7.1.0-7  Dirk Lemstra <dirk@lem.....org>
      * Fixed incorrect check when module is used as the domain in policy.xml
        that could allow the use of a disabled module. (reference
      * Prevent color reduction merging into one color (reference
        https://github.com/ImageMagick/ImageMagick/issues/4059)
    
    2021-08-21  7.1.0-6  <quetzlzacatenango@image...>
      * Tweak the bilevel image type (reference
        https://github.com/ImageMagick/ImageMagick/issues/4121).
      * Converting from LAB to RGB leads to wrong colors (reference
        https://github.com/ImageMagick/ImageMagick/issues/4105).
    
    2021-08-12  7.1.0-5  Dirk Lemstra <dirk@lem.....org>
      * Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw
        Image and store it as a profile called dng:thumbnail.
      * Heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell).
      * Grayscale image write optimization.
    
    2021-07-17  7.1.0-4  <quetzlzacatenango@image...>
      * Trim no longer returns an empty image on 1-pixel width input (reference
        https://github.com/ImageMagick/ImageMagick/issues/3896).
      * remove virtual canvas offset from difference image.
    
    2021-07-03  7.1.0-3  Dirk Lemstra <dirk@lem.....org>
      * Added option to set the pixel format option of ffmpeg when reading or
        writing a video file with -define video:pixel-format=<value>.
      * system() is not supported under IOS.
      * Accelerate subimage-search with FFT's (contributed by Fred).
    
    2021-06-25  7.1.0-2  <quetzlzacatenango@image...>
      * malloc() corruption fix (reference
        https://github.com/ImageMagick/ImageMagick6/issues/159).
    
    2021-06-19  7.1.0-1  Dirk Lemstra <dirk@lem.....org>
      * Added option to set the vsync option of ffmpeg when reading or writing a
        video file with -define video:vsync=<value>.
    
    2021-06-02  7.1.0-0  <quetzlzacatenango@image...>
      * SVG no longer hangs when handling class in <defs> (reference
        https://github.com/ImageMagick/ImageMagick/issues/3818).
      * Bump minor version (reference
        https://github.com/ImageMagick/ImageMagick/issues/3768)
    
    2021-06-02  7.0.11-15  <quetzlzacatenango@image...>
      * Raise exception for invalid compose:args geometry (reference
        https://github.com/ImageMagick/ImageMagick/issues/3765).
    
    2021-05-20  7.0.11-14  Dirk Lemstra <dirk@lem.....org>
      * Added support for reading and writing 16-bit jxl images.
    
    2021-05-12  7.0.11-13  Dirk Lemstra <dirk@lem.....org>
      * Fixed reading and writing the XMP chunk in a WebP image (reference
        https://github.com/ImageMagick/ImageMagick/discussions/3617).
      * Added support to set the jpeg-xl encoding effort with
        -define jxl:effort=<number>
    
    2021-05-09  7.0.11-13  <quetzlzacatenango@image...>
      * label and caption sanity check is too conservative.
    
    [1] https://github.com/ImageMagick/ImageMagick/blob/main/ChangeLog
---
 graphics/ImageMagick7/Makefile  | 3 +--
 graphics/ImageMagick7/distinfo  | 6 +++---
 graphics/ImageMagick7/pkg-plist | 9 +++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index b248888f7838..fd82b87496c2 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	ImageMagick
-DISTVERSION=	7.0.11-12
-PORTREVISION=	3
+DISTVERSION=	7.1.0-13
 CATEGORIES=	graphics perl5
 MASTER_SITES=	https://www.imagemagick.org/download/ \
 		https://www.imagemagick.org/download/releases/ \
diff --git a/graphics/ImageMagick7/distinfo b/graphics/ImageMagick7/distinfo
index 0b459af6f588..fdd9d3eedb46 100644
--- a/graphics/ImageMagick7/distinfo
+++ b/graphics/ImageMagick7/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620755470
-SHA256 (ImageMagick-7.0.11-12.tar.xz) = 8d43bb409fb8b31184e7345429b4481a7ee0353dca0048d56e8782b79790bbea
-SIZE (ImageMagick-7.0.11-12.tar.xz) = 10284100
+TIMESTAMP = 1636734537
+SHA256 (ImageMagick-7.1.0-13.tar.xz) = 7eb82add552eb197775c69bae2cba8611e1293cc697f4938d92868f30373576a
+SIZE (ImageMagick-7.1.0-13.tar.xz) = 10311564
diff --git a/graphics/ImageMagick7/pkg-plist b/graphics/ImageMagick7/pkg-plist
index 7501dac79f83..70253483e661 100644
--- a/graphics/ImageMagick7/pkg-plist
+++ b/graphics/ImageMagick7/pkg-plist
@@ -437,13 +437,13 @@ lib/libMagick++-7.so.5.0.0
 lib/libMagickCore-7.a
 lib/libMagickCore-7.la
 lib/libMagickCore-7.so
-lib/libMagickCore-7.so.9
-lib/libMagickCore-7.so.9.0.0
+lib/libMagickCore-7.so.10
+lib/libMagickCore-7.so.10.0.0
 lib/libMagickWand-7.a
 lib/libMagickWand-7.la
 lib/libMagickWand-7.so
-lib/libMagickWand-7.so.9
-lib/libMagickWand-7.so.9.0.0
+lib/libMagickWand-7.so.10
+lib/libMagickWand-7.so.10.0.0
 %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick.pm
 %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick/%%QBIT%%%%HDRI%%.pm
 %%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/%%QBIT%%%%HDRI%%/%%QBIT%%%%HDRI%%.so
@@ -757,6 +757,7 @@ man/man1/stream.1.gz
 %%PORTDOCS%%%%DOCSDIR%%-7/www/license.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/links.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/magick++.html
+%%PORTDOCS%%%%DOCSDIR%%-7/www/magick-cache.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-core.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-script.html
 %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-vector-graphics.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111121641.1ACGf2YB050238>