Received: by mail.netbsd.org (Postfix, from userid 605) id 0CACB84FB4; Sun, 3 Jun 2018 22:29:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79E2484FB1 for ; Sun, 3 Jun 2018 22:29:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TDbOmhbnburY for ; Sun, 3 Jun 2018 22:29:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C4FFF84E89 for ; Sun, 3 Jun 2018 22:29:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEABAFBEC; Sun, 3 Jun 2018 22:29:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1528064984115800" MIME-Version: 1.0 Date: Sun, 3 Jun 2018 22:29:44 +0000 From: "Adrian Steinmann" Subject: CVS commit: pkgsrc/graphics/ImageMagick To: pkgsrc-changes@NetBSD.org Reply-To: ast@netbsd.org X-Mailer: log_accum Message-Id: <20180603222944.BEABAFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1528064984115800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ast Date: Sun Jun 3 22:29:44 UTC 2018 Modified Files: pkgsrc/graphics/ImageMagick: Makefile.common distinfo Log Message: ImageMagick: update to 7.0.7.38. 2018-06-02 7.0.7-38 Cristy Release ImageMagick version 7.0.7-38, GIT revision 14409:01e395a73:20180602. 2018-05-30 7.0.7-38 Heap buffer overflow fix (reference https://github.com/ImageMagick/ImageMagick/issues/1156). Boundary issues with -gamma option when HDRI is enabled (reference https://github.com/ImageMagick/ImageMagick/issues/1151). Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 pkgsrc/graphics/ImageMagick/Makefile.common cvs rdiff -u -r1.186 -r1.187 pkgsrc/graphics/ImageMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1528064984115800 Content-Disposition: inline Content-Length: 1946 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ImageMagick/Makefile.common diff -u pkgsrc/graphics/ImageMagick/Makefile.common:1.171 pkgsrc/graphics/ImageMagick/Makefile.common:1.172 --- pkgsrc/graphics/ImageMagick/Makefile.common:1.171 Thu May 31 17:20:43 2018 +++ pkgsrc/graphics/ImageMagick/Makefile.common Sun Jun 3 22:29:44 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.171 2018/05/31 17:20:43 ast Exp $ +# $NetBSD: Makefile.common,v 1.172 2018/06/03 22:29:44 ast Exp $ # # When updating this package, please upload the distfile # since they disappear immediately when new releases happen, @@ -7,7 +7,7 @@ # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.7 -IM_MINOR_VER= 37 +IM_MINOR_VER= 38 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) Index: pkgsrc/graphics/ImageMagick/distinfo diff -u pkgsrc/graphics/ImageMagick/distinfo:1.186 pkgsrc/graphics/ImageMagick/distinfo:1.187 --- pkgsrc/graphics/ImageMagick/distinfo:1.186 Thu May 31 17:20:43 2018 +++ pkgsrc/graphics/ImageMagick/distinfo Sun Jun 3 22:29:44 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.186 2018/05/31 17:20:43 ast Exp $ +$NetBSD: distinfo,v 1.187 2018/06/03 22:29:44 ast Exp $ -SHA1 (ImageMagick-7.0.7-37.tar.xz) = fd041750e31fbc96eddfe104cbeba98263db4b28 -RMD160 (ImageMagick-7.0.7-37.tar.xz) = 7cef0cd57f2b525dfec2e9a9e2c4cb36faaaa5af -SHA512 (ImageMagick-7.0.7-37.tar.xz) = acf78f2ac499cdc01d78cc90bad7dd72d574e12259dc4576b38dc1ac50adca29a9dc20fca102922da82f05a5205ef0437652b05c356f422a41f9692455aa5c71 -Size (ImageMagick-7.0.7-37.tar.xz) = 8610744 bytes +SHA1 (ImageMagick-7.0.7-38.tar.xz) = 747abf3235209a3419985439f10b7be067d838d8 +RMD160 (ImageMagick-7.0.7-38.tar.xz) = 16c9f80045b025aca5679d1dbd06d4713dd5e10f +SHA512 (ImageMagick-7.0.7-38.tar.xz) = be6f7d1cb75e87e67f00e55b7a3c5bb3084a71945e6e599349ce667ad6f6f2b1014e9f95eceeb3101b201d3e913a4bdcceaf81398fa5388c68477a7ea9ae0600 +Size (ImageMagick-7.0.7-38.tar.xz) = 8614464 bytes --_----------=_1528064984115800--