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: Fri Dec 12 20:07:44 UTC 2025
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile.common distinfo
Log Message:
ImageMagick: Update to 7.1.2.10
upstream changes:
-----------------
7.1.2-10 - 2025-12-07
Commits
* beta release cfbeef4
* Added extra check to make sure don't read after an empty string. f83765c
* Added extra check to avoid an overflow on 32-bit machines (GHSA-6hjr-v6g4-3fm8) bdae068
* Use HeapOverflowSanityCheckGetSize to make it more clear what is happening. 351bbc8
* Added define to make sure we don't always write a jpeg in a high bit depth (#8445) 245b84f
* Use intermediate variable to silence 32-bit build error on Windows. ba1fcf9
* Code cleanup. 567321b
* Updated the Windows dependencies and configure. 53b1fb9
* Disable creation of msix in pull requests. 537db6b
* Updated the checkout actions. e956d72
* Check for quality instead of compression to avoid Unsupported JPEG data precision error message (#8445). 1269cf5
* The quality of the image_info should be used instead. 69f7ced
* release f4ce623
7.1.2-9 - 2025-11-30
Merged
* JPEG: Support 2-to-16-bit lossless JPEG images with libjpeg-turbo 3.1+; Support additional IDCT scaling factors with libjpeg-turbo and libjpeg v7+ #8445
* Add ALImageMagick (Delphi) to the list of ImageMagick language bindings #8444
* Update Doc #8442
Commits
* beta release a5ad8fb
* ImageMagick/ImageMagick#8410 5735e8c
* Bumped versions of download and upload artifacts actions. ab36309
* ImageMagick/ImageMagick#8416 e8c31c9
* Move writing of the IDAT chunk to the end to silence a warning in exiftool (#8400) fe6925d
* ImageMagick/ImageMagick#8422 d0b07ac
* Minor refactor. 47a94a3
* Only use output values from environment variables. aa13999
* Changed indentation. dcd54a5
* Pin actions. 6cf8cfc
* Changed indentation. 1beebc9
* No longer persist credentials on checkout. 44525f4
* Added cooldown to dependabot.yml 9d6611b
* No longer persist credentials on checkout. 62357f9
* Also pin the version of the msys2 action. 6d4f89d
* Removed duplicate eof check. d356c51
* Added custom end of file check to the pnm encoder to allow a missing final newline (#8425) 7404bd0
* Updated the Windows dependencies. 72c1050
* Close temporary file to make sure it can be opened again (#8420) be66a21
* latest autoconf/automake updates 81eb8eb
* Use the colorspace when writing images that have a color map in the pnm coder (#8429). 2a9f7c6
* Use if statements instead. 389238f
* Allow reading old Quickdraw PICT files that directly start with the size of the image (#8381). 9002a93
* Clone the correct repositories for the release. 77a2c99
* Improved the jpeg coder by calculating the range only once instead of every pixel channel. 602c436
* Updated the Windows dependencies. 9c0546a
* Correct incorrect free (GHSA-q3hc-j9x5-mp9m) 6f81eb1
* Removed incorrect format specifier. a5ac3c1
* Switch to cmake with the oss-fuzz build of libde265. cf149f5
* Correct parsing of the density (#8460) f46647c
* Added Visual Studio 2026. 67f7f33
* enable coder policy "write" rights for MVG coder 85c04c1
* Silence macos warning. a70f4b8
* Disabling a module will now also disable all the coders in that module. 061b7b2
* Updated the Windows dependencies. 5cff2fc
* release a90c050
To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.312 -r1.313 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.290 pkgsrc/graphics/ImageMagick/Makefile.common:1.291
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.290 Tue Oct 28 20:38:10 2025
+++ pkgsrc/graphics/ImageMagick/Makefile.common Fri Dec 12 20:07:44 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.290 2025/10/28 20:38:10 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.291 2025/12/12 20:07:44 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= 8
+IM_MINOR_VER= 10
IM_MAJOR_LIB_VER= 7
.if ${IM_MINOR_VER} != NONE
Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.312 pkgsrc/graphics/ImageMagick/distinfo:1.313
--- pkgsrc/graphics/ImageMagick/distinfo:1.312 Tue Oct 28 20:38:10 2025
+++ pkgsrc/graphics/ImageMagick/distinfo Fri Dec 12 20:07:44 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.312 2025/10/28 20:38:10 triaxx Exp $
+$NetBSD: distinfo,v 1.313 2025/12/12 20:07:44 triaxx Exp $
-BLAKE2s (ImageMagick-7.1.2-8.tar.xz) = e790c8c0399c18f64b6b703788279018f6a391b3ced551d28bfdfb4bc39b0a2b
-SHA512 (ImageMagick-7.1.2-8.tar.xz) = 28894523bfd32b9ad27331e8b99b7c3c9779b5f041dd7947ea1a6e4bb808027fd84dca3f493be91c1c4801571799efcd8b1393a0b8a401add2c37b26f4a30625
-Size (ImageMagick-7.1.2-8.tar.xz) = 10792768 bytes
+BLAKE2s (ImageMagick-7.1.2-10.tar.xz) = fb0aeb309e62c78d21316f2e66be3e7722fa9240308e7b13635b81dce0c7ce9e
+SHA512 (ImageMagick-7.1.2-10.tar.xz) = 4af10bc9c5e1bfe29785b5b4043f9af364e6fec4731c77cba3620a15d380146d9f5e1f72969d8a4527eb9c858e50b8996f7f0ba876c9ea2c4438731c844a722f
+Size (ImageMagick-7.1.2-10.tar.xz) = 10786300 bytes
SHA1 (patch-MagickCore_random.c) = 56b33395e4bbdffbff5094c40ecf4e2d4be3d813
SHA1 (patch-ghostscript-private.h) = ab25d5b565c11b98bf623f9f8afd0fedae9bf1fa
Home |
Main Index |
Thread Index |
Old Index