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:           Tue Jan 20 08:23:23 UTC 2026

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

Log Message:
ImageMagick: Update to 7.1.2.13

pkgsrc changes:
---------------
  * Fix CVE-2026-22770
  * Fix CVE-2026-23874

upstream changes:
-----------------
7.1.2-13 - 2026-01-19
Commits
  * beta release 0db229e
  * cosmetic 0aed4e1
  * Check if the aspect ratio is a known ratio when density_unit is set to zero and otherwise read it as an undefined density in the jpeg coder (#8496) ab2232d
  * Consistent code style. 4012a8c
  * Added -DENABLE_DECODER=off to the oss-fuzz build of libde265 to work around linking issue. 7bbb1e5
  * Use true/false for all CMAKE defines. c59b417
  * Switch to cmake with the freetype2 oss-fuzz build. 93100cc
  * Code cleanup. 408a183
  * tune secuirty policies 9b94be4
  * Correct memset initialization and add an overflow check (GHSA-39h3-g67r-7g3c) 3e03307
  * Corrected check to determine if the alpha channel is enabled. 21485df
  * Disabled trim_trailing_whitespace in .c because this breaks the marker between methods. b1a07dd
  * Trim trailing whitespace. db21d54
  * Updated configure. cf2ff1f
  * Use the new license url. 2abe65b
  * Improved overflow checks and added missing memset. d02ef69
  * Moved permissions block in the workflows. a52c1b4
  * Fixed memory leak that happens when someone creates a corrupt ImagemagickOpenCLDeviceProfile.xml file (GHSA-qp59-x883-77qv) 951f6b0
  * Changed version check because a new version of libraw has been released (#8524). cbc802d
  * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-5vx3-wx4q-6cj8 1eefab4
  * MSL: Stack overflow via infinite recursion in ProcessMSLScript 2a09644
  * ImageMagick/ImageMagick#8523 d67e65c
  * signed/unsigned mismatch f2dc5ef
  * Updated the Windows dependencies. 31347f8
  * Added overflow checks. 96eb9a3
  * Temporary install the TrustedSigningClientTools that is required by Advanced Installer. 888091f
  * Switch to windows-2025 because it has winget installed. 0ef3288
  * Added option to winget installation. 1217b59
  * Use a different method to install TrustedSigningClientTools. 33cde41
  * ImageMagick/ImageMagick#8528 dce1f70
  * Added overflow checks to prevent an out of bounds write (https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-r49w-jqq3-3gx8) 2fae241
  * release dd991e2


To generate a diff of this commit:
cvs rdiff -u -r1.361 -r1.362 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.293 -r1.294 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.315 -r1.316 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
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.361 pkgsrc/graphics/ImageMagick/Makefile:1.362
--- pkgsrc/graphics/ImageMagick/Makefile:1.361  Wed Jan  7 08:47:14 2026
+++ pkgsrc/graphics/ImageMagick/Makefile        Tue Jan 20 08:23:23 2026
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.361 2026/01/07 08:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.362 2026/01/20 08:23:23 triaxx Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}

Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.293 pkgsrc/graphics/ImageMagick/Makefile.common:1.294
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.293   Tue Dec 30 22:25:05 2025
+++ pkgsrc/graphics/ImageMagick/Makefile.common Tue Jan 20 08:23:23 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.293 2025/12/30 22:25:05 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.294 2026/01/20 08:23:23 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=          12
+IM_MINOR_VER=          13
 IM_MAJOR_LIB_VER=      7
 
 .if ${IM_MINOR_VER} != NONE

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.315 pkgsrc/graphics/ImageMagick/distinfo:1.316
--- pkgsrc/graphics/ImageMagick/distinfo:1.315  Tue Dec 30 22:25:05 2025
+++ pkgsrc/graphics/ImageMagick/distinfo        Tue Jan 20 08:23:23 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.315 2025/12/30 22:25:05 triaxx Exp $
+$NetBSD: distinfo,v 1.316 2026/01/20 08:23:23 triaxx Exp $
 
-BLAKE2s (ImageMagick-7.1.2-12.tar.xz) = 2bcb6c420b4420325a122ea76677dda935f6cb2722d446428df7ab7d77aac59a
-SHA512 (ImageMagick-7.1.2-12.tar.xz) = 9a04140f098807b0cac280ce134eb5259b652dab806da38d9611358b9675ea71244710fdbb9bb7a770455d6c2dadb0200fc2c7439bb50c6f514a9dcc73b219ca
-Size (ImageMagick-7.1.2-12.tar.xz) = 10796588 bytes
+BLAKE2s (ImageMagick-7.1.2-13.tar.xz) = 80f75a2a7e6a290194d5afb2ed43b15aceceabc5044b8316357764319c62557d
+SHA512 (ImageMagick-7.1.2-13.tar.xz) = d666994797ef14f89960e4e934b7bd72e2657a274a56ac24b2e5f4f45219c20a0826afc5115e6e00fe87d88ef1052348f3e14cb31b94e70149dff241fa93d259
+Size (ImageMagick-7.1.2-13.tar.xz) = 10805152 bytes
 SHA1 (patch-MagickCore_random.c) = 56b33395e4bbdffbff5094c40ecf4e2d4be3d813
 SHA1 (patch-ghostscript-private.h) = ab25d5b565c11b98bf623f9f8afd0fedae9bf1fa



Home | Main Index | Thread Index | Old Index