summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-25 09:26:14 +0000
committerwiz <wiz@pkgsrc.org>2022-04-25 09:26:14 +0000
commit46505054c541fbbb6c3370086d230ee025ccad4b (patch)
treeeeac63e0516a752108dd152cb342193a2baa9411 /graphics/ImageMagick
parent3f67a9e7ef53f0d8b54bba4c8b563e6ac00fd104 (diff)
downloadpkgsrc-46505054c541fbbb6c3370086d230ee025ccad4b.tar.gz
ImageMagick: update to 7.1.0.31.
- Use the generated ChangeLog.md file instead. - release commits - Changed the minimum version for libheif to 1.4.0. - Get the intensity before changing the of the pixel channels (thanks Snibgo) #5067. - initialize composite variables as they are declared - Use version 3 of checkout. - bump revisition - Create ChangeLog during the release build. - fix rare but possible memory leak - use old-style comment declarations - Try without %GITHUB_WORKSPACE% - autoconf latest update - eliminate Coverity defect - ensure we don't dereference null pointer - The default fetch-depth is 1. - Use date of latest change to m4/version.m4 instead. - laterst automake/autoconf update - latest autoconf update - eliminate Coverity defects - Added option to mark the version as beta. - Call CloseBlob earlier because we read the image from the file instead. - latest autoconf/automake updates - release - set threshold policy by default - Added missing with. - fix compiler warning - Added version checks for heif_check_filetype (#5049). - eliminate compiler warning - Changed triggers for the release build. - unecessary check for null - off-by-one fix - Removed path. - Changed fetch depth. - Temporary list folder content. - Corrected typo. - fix copyright format - proper check for number of channels - Silenced warning when version is lower that 1.4.0. - Removed parentheses. - Also correct stroke opacity. - Added missing cd.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile.common4
-rw-r--r--graphics/ImageMagick/PLIST.doc3
-rw-r--r--graphics/ImageMagick/distinfo10
-rw-r--r--graphics/ImageMagick/patches/patch-config_policy.xml6
4 files changed, 11 insertions, 12 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common
index 8fdfe1c65ea..d7b63dd8037 100644
--- a/graphics/ImageMagick/Makefile.common
+++ b/graphics/ImageMagick/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.251 2022/04/20 20:52:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.252 2022/04/25 09:26:14 wiz Exp $
#
# used by graphics/p5-PerlMagick/Makefile
IM_MAJOR_VER= 7.1.0
-IM_MINOR_VER= 30
+IM_MINOR_VER= 31
IM_MAJOR_LIB_VER= 7
.if (${IM_MINOR_VER} != NONE)
diff --git a/graphics/ImageMagick/PLIST.doc b/graphics/ImageMagick/PLIST.doc
index 42c581d4b34..e7aa0da9fa8 100644
--- a/graphics/ImageMagick/PLIST.doc
+++ b/graphics/ImageMagick/PLIST.doc
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.doc,v 1.5 2022/03/08 08:09:38 wiz Exp $
+@comment $NetBSD: PLIST.doc,v 1.6 2022/04/25 09:26:14 wiz Exp $
man/man1/ImageMagick.1
man/man1/Magick++-config.1
man/man1/MagickCore-config.1
@@ -16,7 +16,6 @@ man/man1/magick.1
man/man1/mogrify.1
man/man1/montage.1
man/man1/stream.1
-share/doc/ImageMagick-7/ChangeLog.md
share/doc/ImageMagick-7/LICENSE
share/doc/ImageMagick-7/NEWS.txt
share/doc/ImageMagick-7/images/ImageMagick.ico
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index 359ac751cb4..ea62372656b 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.272 2022/04/20 20:52:05 wiz Exp $
+$NetBSD: distinfo,v 1.273 2022/04/25 09:26:14 wiz Exp $
-BLAKE2s (ImageMagick-7.1.0-30.tar.xz) = dacc5b6c9f1b1caeea1e56bb54b3254dfe8c15ef9722051eb53a3bbe5a84ec0a
-SHA512 (ImageMagick-7.1.0-30.tar.xz) = 1911b366850764a6e9b957da7530f92f2cb7fce03331670f7556f8c32002e948f662eccece94d72e4ffa3d8a60d497a1fc322821e3ad5f6a2ad1065164fcd1e7
-Size (ImageMagick-7.1.0-30.tar.xz) = 10376532 bytes
-SHA1 (patch-config_policy.xml) = 2f2c5e9f0370cfbbf8ca91caef030eedfb2b6715
+BLAKE2s (ImageMagick-7.1.0-31.tar.xz) = c24c9d3a89358d15ff0c4defcb1b5ae669ebc42c3502975683314e3a25787d1a
+SHA512 (ImageMagick-7.1.0-31.tar.xz) = faadb20340d70c695c1019788c6f51bc2a4419c6fa9a3f4149e34f9408ec44ad4e390ddb0f4d1fad7ef2808ed7fb72236c001b856cb2980b5711479676a85315
+Size (ImageMagick-7.1.0-31.tar.xz) = 10344660 bytes
+SHA1 (patch-config_policy.xml) = f8d130dcb1e81cd78a7856ca9b334f6ebf95c18f
diff --git a/graphics/ImageMagick/patches/patch-config_policy.xml b/graphics/ImageMagick/patches/patch-config_policy.xml
index 9430a72080f..1c2bf7a54ff 100644
--- a/graphics/ImageMagick/patches/patch-config_policy.xml
+++ b/graphics/ImageMagick/patches/patch-config_policy.xml
@@ -1,11 +1,11 @@
-$NetBSD: patch-config_policy.xml,v 1.10 2021/05/04 14:31:57 nia Exp $
+$NetBSD: patch-config_policy.xml,v 1.11 2022/04/25 09:26:14 wiz Exp $
Update default policies for better resistance to untrusted input.
Discussion:
http://mail-index.netbsd.org/tech-pkg/2021/04/03/msg024740.html
---- config/policy.xml.orig 2021-04-29 02:01:58.000000000 +0000
+--- config/policy.xml.orig 2022-04-23 13:47:41.000000000 +0000
+++ config/policy.xml
@@ -76,6 +76,30 @@
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
@@ -36,5 +36,5 @@ http://mail-index.netbsd.org/tech-pkg/2021/04/03/msg024740.html
+ <policy domain="coder" rights="none" pattern="PLT" />
+
<!-- <policy domain="system" name="shred" value="2"/> -->
- <!-- <policy domain="system" name="precision" value="6"/> -->
<!-- <policy domain="system" name="font" value="/path/to/unicode-font.ttf"/> -->
+ <policy domain="system" name="precision" value="6"/>