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:   triaxx
Date:           Wed Aug 27 06:21:53 UTC 2025

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

Log Message:
ImageMagick: Update to 7.1.2.2

upstream changes:
-----------------
7.1.2-2
Merged
  * cache.c: Fix unused function warning #8309
  * Bump actions/checkout from 4 to 5 #8304
  * Fix infinite loop when decoding JXL with -limit height/width #8303
Commits
  * beta release 0ba1b58
  * Updated configure. 50991bb
  * Added checks for invalid with or height to ThumbnailImage (https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw) 43d92bf
  * Added support for reading 8 bit alpha only dds images (#8178) 485edb0
  * ImageMagick/ImageMagick#8301 ceed8c7
  * Code style changes. 1d93c1f
  * Corrected getting the screenshot on Windows when the screen is scaled larger than 100% (#8278). 54edf56
  * latest documentation update ec03e19
  * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9ccg-6pjw-x645 1f93323
  * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-fh55-q5pj-pxgw 5f0bcf9
  * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-9ccg-6pjw-x645 439b362
  * ImageMagick/ImageMagick#8306 d32cc81
  * Change the colorspace to GrayScale when an exr image only has a single Y channel (#8305) 013e870
  * Use APP_MARKER for consistency. fa329ce
  * The profile should be destroyed after setting the image profile to make sure we read all app1 profiles correctly. d0db804
  * Updated the Windows dependencies. f31204c
  * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-mxvv-97wh-cfmm 2c55221
  * cosmetic 5bf7e62
  * https://gist.github.com/mescuwa/9197f4317a69559cdf87d0bfab6fa473 8f0a198
  * https://gist.github.com/mescuwa/9197f4317a69559cdf87d0bfab6fa473 7f24ea7
  * release 8289a33


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.305 -r1.306 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.285 pkgsrc/graphics/ImageMagick/Makefile.common:1.286
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.285   Thu Aug 14 07:41:09 2025
+++ pkgsrc/graphics/ImageMagick/Makefile.common Wed Aug 27 06:21:53 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.285 2025/08/14 07:41:09 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.286 2025/08/27 06:21:53 triaxx Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 #
 # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
 
 IM_MAJOR_VER=          7.1.2
-IM_MINOR_VER=          1
+IM_MINOR_VER=          2
 IM_MAJOR_LIB_VER=      7
 
 .if ${IM_MINOR_VER} != NONE

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.305 pkgsrc/graphics/ImageMagick/distinfo:1.306
--- pkgsrc/graphics/ImageMagick/distinfo:1.305  Thu Aug 14 07:41:09 2025
+++ pkgsrc/graphics/ImageMagick/distinfo        Wed Aug 27 06:21:53 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.305 2025/08/14 07:41:09 triaxx Exp $
+$NetBSD: distinfo,v 1.306 2025/08/27 06:21:53 triaxx Exp $
 
-BLAKE2s (ImageMagick-7.1.2-1.tar.xz) = aefd0d1ea98ce98a3724c0492a3a0e978cdab371b7ce6a39938a22401ebec766
-SHA512 (ImageMagick-7.1.2-1.tar.xz) = 35af670a1b44c368d179f3c7827658bd045fc8cddbb61fb40644dbdffe2f7b43218ca51591f5f110a3e6ad1be67a5b8a03a97f6c323f29b6ab0ec4d6cceb952f
-Size (ImageMagick-7.1.2-1.tar.xz) = 10784372 bytes
+BLAKE2s (ImageMagick-7.1.2-2.tar.xz) = 460b3170e882764c728429bdb76e740879c03076a765416a0d29044c6f61d545
+SHA512 (ImageMagick-7.1.2-2.tar.xz) = b589c46f665815c8e0797949c8fe7ac1a57c686076b86705c142829e0b542823f2642e3f7a59d208fddc68d5f819150637650490f195c0107dc5e2b8f1840d28
+Size (ImageMagick-7.1.2-2.tar.xz) = 10788164 bytes
 SHA1 (patch-ghostscript-private.h) = ab25d5b565c11b98bf623f9f8afd0fedae9bf1fa



Home | Main Index | Thread Index | Old Index