Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id AD97563B99A for ; Tue, 27 Jan 2009 04:38:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 66AB563B206; Tue, 27 Jan 2009 04:38:45 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 90FBB63B1E5 for ; Tue, 27 Jan 2009 04:38:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 811F4175D0; Tue, 27 Jan 2009 04:38:44 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/graphics/GraphicsMagick To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20090127043844.811F4175D0@cvs.netbsd.org> Date: Tue, 27 Jan 2009 04:38:44 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Tue Jan 27 04:38:44 UTC 2009 Modified Files: pkgsrc/graphics/GraphicsMagick: Makefile distinfo Log Message: Update GraphicsMagick to 1.3.5. 1.3.5 (January 26, 2009) ========================= Security Fixes: * BMP and DIB formats were throwing an assertion for negative height values. This caused the process to crash. Bug fixes: * Don't install Magick++ headers if C++ is disabled. * Linux RPM SPEC file needs to always install the loadable module .la files or else the modules won't load. * Windows runtime DLLs were for the wrong compiler version, resulting in failure to execute if the correct runtime DLLs are not available. New Features: * None Feature improvements: * FITS: Parsing is more robust. Performance Improvements: * None To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pkgsrc/graphics/GraphicsMagick/Makefile cvs rdiff -r1.16 -r1.17 pkgsrc/graphics/GraphicsMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.