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: Sun Dec 6 10:33:39 UTC 2020
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile Makefile.common distinfo
pkgsrc/graphics/ImageMagick/patches: patch-config_policy.xml
Log Message:
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@localhost>
* 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.
To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -u -r1.223 -r1.224 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -u -r1.240 -r1.241 pkgsrc/graphics/ImageMagick/distinfo
cvs rdiff -u -r1.6 -r1.7 \
pkgsrc/graphics/ImageMagick/patches/patch-config_policy.xml
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.283 pkgsrc/graphics/ImageMagick/Makefile:1.284
--- pkgsrc/graphics/ImageMagick/Makefile:1.283 Fri Dec 4 04:55:56 2020
+++ pkgsrc/graphics/ImageMagick/Makefile Sun Dec 6 10:33:39 2020
@@ -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}
Index: pkgsrc/graphics/ImageMagick/Makefile.common
diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.223 pkgsrc/graphics/ImageMagick/Makefile.common:1.224
--- pkgsrc/graphics/ImageMagick/Makefile.common:1.223 Sun Nov 29 17:59:47 2020
+++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Dec 6 10:33:39 2020
@@ -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)
Index: pkgsrc/graphics/ImageMagick/distinfo
diff -u pkgsrc/graphics/ImageMagick/distinfo:1.240 pkgsrc/graphics/ImageMagick/distinfo:1.241
--- pkgsrc/graphics/ImageMagick/distinfo:1.240 Sun Nov 29 17:59:47 2020
+++ pkgsrc/graphics/ImageMagick/distinfo Sun Dec 6 10:33:39 2020
@@ -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
Index: pkgsrc/graphics/ImageMagick/patches/patch-config_policy.xml
diff -u pkgsrc/graphics/ImageMagick/patches/patch-config_policy.xml:1.6 pkgsrc/graphics/ImageMagick/patches/patch-config_policy.xml:1.7
--- pkgsrc/graphics/ImageMagick/patches/patch-config_policy.xml:1.6 Tue Nov 17 16:12:02 2020
+++ pkgsrc/graphics/ImageMagick/patches/patch-config_policy.xml Sun Dec 6 10:33:39 2020
@@ -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
+
<!-- <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"/> -->
Home |
Main Index |
Thread Index |
Old Index