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:           Wed Feb 15 12:53:38 UTC 2023

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

Log Message:
ImageMagick: update to 7.1.0.62.

7.1.0.62

    Fix EOI marker detection for Exif by @kmilos in #6050
    add BC5_UNORM compression support by @mmomtchev in #6039

7.1.0.61:

    Link MagickCore to urlmon when targeting Windows by @giordano in #6032
    Fix wonky wording in SECURITY.md by @mara004 in #6033


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.285 -r1.286 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.265 pkgsrc/graphics/ImageMagick/Makefile.common:1.266
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.265   Wed Feb  1 08:39:26 2023
+++ pkgsrc/graphics/ImageMagick/Makefile.common Wed Feb 15 12:53:38 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.265 2023/02/01 08:39:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.266 2023/02/15 12:53:38 wiz Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 #
 # Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
 
 IM_MAJOR_VER=          7.1.0
-IM_MINOR_VER=          60
+IM_MINOR_VER=          62
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)

Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.285 pkgsrc/graphics/ImageMagick/distinfo:1.286
--- pkgsrc/graphics/ImageMagick/distinfo:1.285  Wed Feb  1 08:39:26 2023
+++ pkgsrc/graphics/ImageMagick/distinfo        Wed Feb 15 12:53:38 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.285 2023/02/01 08:39:26 wiz Exp $
+$NetBSD: distinfo,v 1.286 2023/02/15 12:53:38 wiz Exp $
 
-BLAKE2s (ImageMagick-7.1.0-60.tar.xz) = 72d0f446a9fbce4acd235e1a06854bb5ad6d569418c892acae63d30a7d0fc1fc
-SHA512 (ImageMagick-7.1.0-60.tar.xz) = f3c0e1b32cc40ff939351b37d5f8375a44b34da06a813fa04bad767241976f227eae3a7c30e3aca473f24056149c8be6d4f346bb69d16afbd96aad79ca1e71c2
-Size (ImageMagick-7.1.0-60.tar.xz) = 10365764 bytes
+BLAKE2s (ImageMagick-7.1.0-62.tar.xz) = 37d4fe17d070ec0d17bc0d7f6d09b408e4e2928f43942fb929ec444843175de5
+SHA512 (ImageMagick-7.1.0-62.tar.xz) = db299bc84585b1f37d6fb5bfbc08264b19f4aa1b3e3dc28f14606310c5150ad103b8456d0856c1fae1efed137e0b02eb2beeccb504dfa39a10cb2aaacbfe47d3
+Size (ImageMagick-7.1.0-62.tar.xz) = 10359080 bytes
 SHA1 (patch-config_policy.xml) = 0ae88934acb31681dc3cd7738075362ae2c17c10
 SHA1 (patch-ghostscript-private.h) = 98d88220cf8814f2e4841c382de5e2e9e0ae9287



Home | Main Index | Thread Index | Old Index