ImageMagick: update to 7.0.10.46.

2020-12-05  7.0.10-46  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-46 GIT revision 18001:7c75b33a1:20201205

2020-11-30  7.0.10-46  <quetzlzacatenango@image...>
  * possible TIFF related-heap buffer overflow (alert & POC by Hardik Shah).
  * set default system fault in policy.xml configuration file.
  * support portable float map format 16-bit half.

2020-11-30  7.0.10-45  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-45 GIT revision 17972:6c0cb7f72:20201130

2020-11-30  7.0.10-45  Dirk Lemstra <dirk@lem.....org>
  * added support for the farbfeld format (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2664).

2020-11-29  7.0.10-45  <quetzlzacatenango@image...>
  * specify the bilateral neighbor as width/height rather than radius/sigma.
This commit is contained in:
wiz 2020-12-06 10:33:39 +00:00
parent 94635cf48a
commit 52f12e13ad
4 changed files with 13 additions and 14 deletions

View file

@ -1,6 +1,5 @@
# $NetBSD: Makefile,v 1.283 2020/12/04 04:55:56 riastradh Exp $
# $NetBSD: Makefile,v 1.284 2020/12/06 10:33:39 wiz Exp $
PKGREVISION= 1
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile.common,v 1.223 2020/11/29 17:59:47 wiz Exp $
# $NetBSD: Makefile.common,v 1.224 2020/12/06 10:33:39 wiz Exp $
#
# used by graphics/p5-PerlMagick/Makefile
IM_MAJOR_VER= 7.0.10
IM_MINOR_VER= 44
IM_MINOR_VER= 46
IM_MAJOR_LIB_VER= 7
.if (${IM_MINOR_VER} != NONE)

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.240 2020/11/29 17:59:47 wiz Exp $
$NetBSD: distinfo,v 1.241 2020/12/06 10:33:39 wiz Exp $
SHA1 (ImageMagick-7.0.10-44.tar.xz) = eebfc33267f5e8ebba5f04800e9a6ec639b64c6e
RMD160 (ImageMagick-7.0.10-44.tar.xz) = 92491d7df2eea63b69bc995ab2310180178100ba
SHA512 (ImageMagick-7.0.10-44.tar.xz) = 246567c84ecaaba4f7742c215b2d79f181fedd3ba953d318f177916e5a3757ddbae111837657a5df4b420da3b1337b1ec78c871c57b3e738585ee847a7b9d768
Size (ImageMagick-7.0.10-44.tar.xz) = 9649740 bytes
SHA1 (patch-config_policy.xml) = 6f2719275159cafc447fee4ebd00cc3066fe3a57
SHA1 (ImageMagick-7.0.10-46.tar.xz) = 742e678aadd013efbc5db7cb3988e6de4de679ee
RMD160 (ImageMagick-7.0.10-46.tar.xz) = 42bb12acae37e8526ecd78ff30d8f76355f24837
SHA512 (ImageMagick-7.0.10-46.tar.xz) = 7008286a05a1794a3061bd598bf6acc70dcfe1aec3a6b5632dce9dd87bb6c28385af0d469b47996d5576c4b39c5d48a4fcd7752b9353ec28b7f7d8160f4c5023
Size (ImageMagick-7.0.10-46.tar.xz) = 9649132 bytes
SHA1 (patch-config_policy.xml) = 92efd9a1c19b597673f788238e1495b6179eb6bc

View file

@ -1,11 +1,11 @@
$NetBSD: patch-config_policy.xml,v 1.6 2020/11/17 16:12:02 wiz Exp $
$NetBSD: patch-config_policy.xml,v 1.7 2020/12/06 10:33:39 wiz Exp $
Disable ghostscript coders by default to workaround VU#332928:
<https://www.kb.cert.org/vuls/id/332928>
--- config/policy.xml.orig 2020-11-14 14:52:59.000000000 +0000
--- config/policy.xml.orig 2020-12-05 21:20:02.000000000 +0000
+++ config/policy.xml
@@ -72,6 +72,18 @@
@@ -76,6 +76,18 @@
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
<!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
@ -23,4 +23,4 @@ Disable ghostscript coders by default to workaround VU#332928:
+
<!-- <policy domain="system" name="shred" value="2"/> -->
<!-- <policy domain="system" name="precision" value="6"/> -->
</policymap>
<!-- <policy domain="system" name="font" value="/path/to/font.ttf"/> -->