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 19 12:54:58 UTC 2024

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

Log Message:
ImageMagick: update to 7.1.1.28.

Merged

    fix misleading comment in dds.c #7075

Commits

    beta release 868642e
    Bump azure/azure-code-signing-action from 0.2.22 to 0.2.26 1aa50ea
    updated link f69389a
    eliminate extraneous EXIF comma c4b3e14
    Do not leak memory when throwing in the constructor aa4afc5
    escape { when writing MIFF images (ImageMagick/ImageMagick#7071) 97432f1
    protect '{' in MIFF key/value pairs dd171d1
    ... 52c0001
    set visible image artifac 2c6c09d
    include version header be0f61a
    Bump azure/azure-code-signing-action from 0.2.26 to 0.3.0 438b9ab
    extent buffer by the maximum field size ce9b069
    enable error diffusion for -posterize (ImageMagick/ImageMagick#7079) b103653
    refactor posterize macro 122a1f6
    improve posterize algorithm 92c93c3
    refactor posterize pixel macro 114f958
    eliminate compiler warning 79f137d
    support setting the image registry 73e6f63
    modify posterize algorithm (ImageMagick/ImageMagick#7079) 4b6843d
    eliminate compiler warning 03af658
    eliminate compiler warning e73215c
    check for class recursion 5a549df
    Raise warning instead of error when xmp profile can not be validated. 832aabf
    Fixed running identify one dds files with a cubemap. e9702b4
    Renamed method that skips the mipmaps. c317606
    Corrected check for width and height when skipping the mipmaps. 59fa6fd
    Set ttl to time when the image will expire instead of the duration that the image can be used. d3735ed
    improve time-to-live formatting 12b1e53
    Added HEIC_COMPUTE_NUMERIC_VERSION to make the version checks more readable. 0c0f0a4
    fix incorrect stroke opacity (ImageMagick/ImageMagick#7097) fab46a4
    correct pixel offset validation method 3be0fa7
    if resampling fails, replace with invalid pixel b0f6c05
    Also allow invalid length where 8 was added to the header size. 5c7fbe3
    release b206758
    release 365d9b6


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.299 -r1.300 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.278 pkgsrc/graphics/ImageMagick/Makefile.common:1.279
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.278   Sun Jan 28 13:17:44 2024
+++ pkgsrc/graphics/ImageMagick/Makefile.common Mon Feb 19 12:54:58 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.278 2024/01/28 13:17:44 wiz Exp $
+# $NetBSD: Makefile.common,v 1.279 2024/02/19 12:54:58 wiz Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 #
 # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
 
 IM_MAJOR_VER=          7.1.1
-IM_MINOR_VER=          27
+IM_MINOR_VER=          28
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.299 pkgsrc/graphics/ImageMagick/distinfo:1.300
--- pkgsrc/graphics/ImageMagick/distinfo:1.299  Sun Jan 28 13:17:44 2024
+++ pkgsrc/graphics/ImageMagick/distinfo        Mon Feb 19 12:54:58 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.299 2024/01/28 13:17:44 wiz Exp $
+$NetBSD: distinfo,v 1.300 2024/02/19 12:54:58 wiz Exp $
 
-BLAKE2s (ImageMagick-7.1.1-27.tar.xz) = 5be4235286b3d99b434ee7435ffbf178a9d6d73129f2120025485091f03ed0dc
-SHA512 (ImageMagick-7.1.1-27.tar.xz) = 6c2e5e008c9fcc70bef0e2707fcffb8905153c8ab439ecd7d99ac96b84dee8741e1f9cbb3c98814d9f587243b7d717ad195301d8558de1621ef83b49d9049c4e
-Size (ImageMagick-7.1.1-27.tar.xz) = 10564680 bytes
+BLAKE2s (ImageMagick-7.1.1-28.tar.xz) = 2607f1cd2da6c1e5a45c3185cb03e24c76c5959494c242bc09d8034f14fcae6a
+SHA512 (ImageMagick-7.1.1-28.tar.xz) = 6697bf481dfeb8f03f619639ae78c43bc2d46c41025e11f420323f83a39926a764c598e6c6b607ca4bee9e6162e21e1edf06bd1fca703131cb7d1e8b7e71870f
+Size (ImageMagick-7.1.1-28.tar.xz) = 10614932 bytes
 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287



Home | Main Index | Thread Index | Old Index