Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 78F0163B898 for ; Tue, 29 Apr 2008 04:56:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0409E63B149; Tue, 29 Apr 2008 04:56:26 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0BE9863B10C for ; Tue, 29 Apr 2008 04:56:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C37D5175D0; Tue, 29 Apr 2008 04:56:24 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/graphics/GraphicsMagick To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20080429045624.C37D5175D0@cvs.netbsd.org> Date: Tue, 29 Apr 2008 04:56:24 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Tue Apr 29 04:56:24 UTC 2008 Modified Files: pkgsrc/graphics/GraphicsMagick: Makefile PLIST buildlink3.mk distinfo Log Message: Update GraphicsMagick to 1.1.12. Significant changes associated with GraphicsMagick 1.1.12 (released April 28, 2008) Security Fixes: o Do not access X11 or invoke convenience or stealth delegate programs based on the file extension. In particular, these file extensions are rejected for consideration as a format specifier: 'autotrace', 'browse', 'dcraw', 'edit', 'gs-color', 'gs-color+alpha', 'gs-gray', 'gs-mono', 'launch', 'mpeg-encode', 'print', 'scan', 'show', 'win', 'xc', and 'x'. Bugs Fixed: o magick/effect.c: Should now compile for ARM CPU. o TIFF: Don't request Kodak private tags since these cause some versions of libtiff to misbehave. o When performing string expansion of image attribute identifiers, skip those which require access to image pixels if image pixels are not present. o CropImageToHBITMAP(), ImageToHBITMAP(): Fix leak of bitmap handle. To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/GraphicsMagick/Makefile cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/GraphicsMagick/PLIST cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/GraphicsMagick/buildlink3.mk cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/GraphicsMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.